
On Sunday, December 06, 2015 10:29:02 PM Marshall Clow wrote:
After far too long, release candidate files for 1.60.0 beta 4 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.
I ran the builds on Linux using gcc-4.8.4 and clang-3.4. Everything looks good except 2 fails in iostreams due to a missing bzib header. I don't know if this is expected due to a missing dependency? gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-4.8/release/threading- multi/bzip2.o libs/iostreams/src/bzip2.cpp:20:56: fatal error: bzlib.h: No such file or directory #include "bzlib.h" // Julian Seward's "bzip.h" header. ^ compilation terminated. "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall - pthread -fPIC -m64 -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.8/release/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp"