
16 Apr
2008
16 Apr
'08
9:38 p.m.
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