
Neal Becker wrote:
Marshall Clow wrote:
Release candidate files for 1.53.0 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
This helps ensure the candidates build OK before we push them out to SourceForge.
The files (and associated md5s) are: 57a9e2047c0f511c4dfcf00eb5eb2fbb *boost_1_53_0_rc1.tar.gz a00d22605d5dbcfb4c9936a9b35bc4c2 *boost_1_53_0_rc1.tar.bz2 c618e030fd4882e4dbacf54baf824544 *boost_1_53_0_rc1.zip cc680cab53a5405ca102a10d43b92b88 *boost_1_53_0_rc1.7z
Thanks!
-- The release managers
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Test on a new machine, which was missing zlib.h and bzlib.h.
libs/iostreams/src/zlib.cpp:20:76: fatal error: zlib.h: No such file or directory compilation terminated.
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -fPIC - march=native -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 - DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7.2/release/zlib.o" "libs/iostreams/src/zlib.cpp"
...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7.2/release/zlib.o... gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7.2/release/gzip.o gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7.2/release/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory compilation terminated.
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -fPIC - march=native -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 - DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.7.2/release/bzip2.o" "libs/iostreams/src/bzip2.cpp"
...failed gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.7.2/release/bzip2.o...
Shouldn't the build system have auto-detected these headers were missing?
After installing missing devel packages, build OK on fedora 18 x86_64.