[C++-sig] Problems Compiling Boost.Python w/ Indexing Suite v2

David Abrahams dave at boost-consulting.com
Mon Sep 18 23:21:44 CEST 2006


"Roman Yakovenko" <roman.yakovenko at gmail.com> writes:

> On 9/17/06, Lakin Wecker <lakin.wecker at gmail.com> wrote:
>>
>> Hi all,
>>
>> I've been having problems getting boost.python from CVS with the v2
>> indexing suite.  I used the instructions from here:
>> http://www.boost.org/more/getting_started.html#CVS To get boost.python
>> from cvs.  Then I used the instructions from here:
>> http://mail.python.org/pipermail/c++-sig/2003-October/005802.html to
>> switch to v2 of the indexing suite.  Finally, I used
>> http://www.boost.org/libs/python/doc/building.html as instructions to
>> build boost.python.  Specifically, I executed "bjam -sTOOLS=gcc test"
>> from the libs/python/test directory.
>>
>> The following is the log of the output from the above build command:
>> http://lakin.weckers.net/v2_log.txt
>>
>> I'm running Ubuntu 6.06, which has g++ (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
>>
>
> It has nothing to do with indexing suite v2. Just comment
> BOOST_PYTHON_UNARY_OPERATOR(repr, lexical_cast<std::string>, repr)
> line in operators.hpp in you will be okey. I found this yesterday too.

Fixed now in CVS

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list