Subject: [Boost-bugs] [Boost C++ Libraries] #1833: Boost.Python used with Boost.TR1 broken
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-17 01:09:37
#1833: Boost.Python used with Boost.TR1 broken
--------------------------+-------------------------------------------------
Reporter: hkaiser | Owner: dave
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: Python
Version: Boost 1.35.0 | Severity: Regression
Keywords: |
--------------------------+-------------------------------------------------
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
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1833>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC