
On 02.11.2009 17:46, Michael Caisse wrote:
Beman Dawes wrote:
1.41.0 beta 1 release candidates are available at http://boost.cowic.de/rc/
Before pushing the beta out to SourceForge, I'd appreciate it if several people would try the release candidate and report success or problems.
Thanks,
--Beman
linux: straight Ubuntu 9.04 compiler: gcc-4.3.3
commands used:
./bootstrap.sh ./bjam stage
All builds fine *except* Boost.Python which fails to compile (nearly?) all files with errors such as:
./boost/python/detail/wrap_python.hpp:75:24: error: patchlevel.h: No such file or directory
-and-
error: ‘PyObject’ was not declared in this scope
I am not a normal user of Boost.Python so I suspect I don't have the correct dependencies installed.
michael
Same configuration but with MPI enabled. Everything builds fine except for BGL parallel. In boost/graph/distributed/detail/mpi_process_group.ipp needs <cstdio> to be included. Regards Henning