
2014-07-07 22:56 GMT+04:00 Marshall Clow <mclow.lists@gmail.com>:
Ok, here are rc2s.
<...>
https://dl.dropboxusercontent.com/u/11048326/boost/boost-1_56_0a1c2.zip https://dl.dropboxusercontent.com/u/11048326/boost/boost-1_56_0a1c2.tar.gz
Please check them out, let me know what problems you have.
Links to the docs are broken for the following libraries in libs/libraries.htm: Algorithm, Align, CompressedPair, Context, Core, Coroutine, EnableIf, Functional/factory, Functional/forward Log, Odeint, Phoenix, Range, Spirit, Swap, TTI, TypeIndex, Units Library TypeIndex is totally missing (no headers, no folder in libs). Previous release was called: boost_1_55_0/ New release has folder: boost-1_56_0a1c2 Do we want to keep that minus? Some problems with bzip2 headers detection during build: 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++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -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" Warning in locale: ./boost/locale/boundary/segment.hpp:30:35: warning: typedef ‘right_iterator’ locally defined but not used [-Wunused-local-typedefs] typedef RightIterator right_iterator; Compilation of Python failed: In file included from ./boost/python/detail/prefix.hpp:13:0, from ./boost/python/numeric.hpp:8, from libs/python/src/numeric.cpp:6: ./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory #include <patchlevel.h> ^ compilation terminated. "g++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-4.8/release/threading-multi/numeric.o" "libs/python/src/numeric.cpp" ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/numeric.o... gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o In file included from ./boost/python/detail/prefix.hpp:13:0, from ./boost/python/list.hpp:8, from libs/python/src/list.cpp:5: ./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory #include <patchlevel.h> ^ compilation terminated. "g++-4.8" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o" "libs/python/src/list.cpp" ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/list.o... gcc.compile.c++ bin.v2/libs/python/build/gcc-4.8/release/threading-multi/long.o In file included from ./boost/python/detail/prefix.hpp:13:0, from ./boost/python/long.hpp:8, from libs/python/src/long.cpp:5: ./boost/python/detail/wrap_python.hpp:75:24: fatal error: patchlevel.h: No such file or directory #include <patchlevel.h> ^ compilation terminated. Warnings in Spirit: ./boost/spirit/home/classic/core/primitives/primitives.hpp:50:68: warning: typedef ‘result_t’ locally defined but not used [-Wunused-local-typedefs] typedef typename parser_result<self_t, ScannerT>::type result_t; ^ ./boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:285:68: warning: typedef ‘iterator_t’ locally defined but not used [-Wunused-local-typedefs] typedef typename helper_list_t::vector_t::reverse_iterator iterator_t; ^ ./boost/spirit/home/classic/tree/parse_tree.hpp:79:42: warning: typedef ‘attr_t’ locally defined but not used [-Wunused-local-typedefs] typedef typename match_t::attr_t attr_t; ^ -- Best regards, Antony Polukhin