$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2005-07-06 13:52:42
On Jul 6, 2005, at 12:00 PM, Douglas Gregor wrote:
> |graph|
> graphviz_test: gcc-3.2.3-linux gcc-3.3.6-linux gcc-3.3.6-linux
> gcc-3.4.4-linux gcc-3.4.4-linux gcc-3_3-darwin gcc-4.0.0-linux
> intel-8.1-linux intel-win32-8_1 intel-win32-8_1 intel-win32-8_1
> mingw-3_4_2 vc-7_1
These are now fixed.
> |program_options|
> cmdline_test: vc-7_0
> cmdline_test_dll: mingw-3_4_2 vc-7_0
> parsers_test: vc-7_0
> parsers_test_dll: vc-7_0
> positional_options_test_dll: mingw-3_4_2
> unicode_test: vc-7_0
> unicode_test_dll: cw-9_5-darwin gcc-3_3-darwin vc-7_0
> variable_map_test: vc-7_0
> variable_map_test_dll: vc-7_0
Is the program_options library even usable on vc-7_0? Perhaps not...
> |python|
> extract: gcc-3.4.4-linux gcc-4.0.0-linux
> list: gcc-3.4.4-linux gcc-4.0.0-linux
> pickle1: gcc-3.4.4-linux gcc-4.0.0-linux
> pickle2: gcc-3.4.4-linux
> pickle3: gcc-3.4.4-linux gcc-4.0.0-linux
> pickle4: gcc-3.4.4-linux gcc-4.0.0-linux
These are configuration errors (Pythons built with a different GCC than
it is tested with).
> |serialization|
> [snip long list of errors]
This worry me. A lot. The serialization library has tons of failures
and they don't seem to be getting better.
Doug