|
Boost : |
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2008-04-16 17:38:02
Hi all,
compiling Boost Python while having the Boost TR1 headers in the include
path is broken in V1.35 (trunk as well, BTW), at least while using VC8.1 on
Windows or gcc on Cygwin.
The simplest way to reproduce this is:
create a file test.cpp:
#include <boost/python.hpp>
Compile it with:
cl -c -MDd -I$PYTHON_ROOT\include -I$BOOST_ROOT
-I$BOOST_ROOT\boost\tr1\tr1 test.cpp
or
gcc -c -I$PYTHON_ROOT/include -I$BOOST_ROOT -I$BOOST_ROOT/boost/tr1/tr1
test.cpp
voila! Lots of errors.
Regards Hartmut
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk