
2009/11/17 Václav Haisman <v.haisman@sh.cvut.cz>
Beman Dawes wrote, On 17.11.2009 21:57:
The third, and hopefully final, release candidate is now available. The VC++ build problems are resolved, at least on my system.
http://boost.cowic.de/rc/boost_1_41_0.tar.bz2 - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.tar.gz - Unix line endings http://boost.cowic.de/rc/boost_1_41_0.7z - Windows line endings http://boost.cowic.de/rc/boost_1_41_0.zip - Windows line endings
Please download and do a test build, reporting successes as well as failures.
The release procedures have been updated so that in the future the release manager will do at least one build locally, to try to head off repeats of today's fiasco.
I tried this on Cygwin 1.7 with GCC 4.3. I am attaching errors. The long double errors are expected. The wserialization error is not.
-- VH
Note: Building Boost.Regex with Unicode/ICU support enabled Using ICU in /usr/include warning: Graph library does not contain MPI-based parallel components. note: to enable them, add "using mpi ;" to your user-config.jam gcc.compile.c++ bin.v2/libs/math/config/gcc-4.3/release/threading-multi/has_long_double_support.o
"g++-4" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2\libs\math\config\gcc-4.3\release\threading-multi\has_long_double_support.o" "D:\wilx\tmp\boost_1_41_0\libs\math\config\has_long_double_support.cpp"
D:\wilx\tmp\boost_1_41_0\libs\math\config\has_long_double_support.cpp:9:2: error: #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built." ...skipped <pbin.v2/libs/math/build/gcc-4.3/release/threading-multi>assoc_laguerrel.o for lack of <pbin.v2/libs
...
Thanks for the report, but in the future please quote error messages more selectively to hold down the size of posting. That's a courtesy to those who don't have high speed internet connections, and saves everyone the trouble of skipping material of no interest. --Beman