Opened 13 years ago

Closed 12 years ago

#3480 closed Bugs (worksforme)

Build fails on Debian: 2.6.18-5-686-bigmem #1 SMP Tue Dec 18 22:34:10 UTC 2007 i686 GNU/Linux

Reported by: Bruce Korb <bruce.korb@…> Owned by: Dave Abrahams
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.40.0 Severity: Showstopper
Keywords: Cc:

Description

It seems the typescript is so long that I've lost the first error.

20 tar -xjvf boost_1_40_0.tar.bz2 21 cd boost_1_40_0 22 vi README.txt 23 ./bootstrap.sh 24 ./bjam 25 uname -a

./boost/python/converter/builtin_converters.hpp:131: error: 'PyTypeObject' declared as an 'inline' field ./boost/python/converter/builtin_converters.hpp:131: error: expected ';' before 'const' ./boost/python/converter/builtin_converters.hpp:131: error: expected `;' before '}' token ./boost/python/converter/builtin_converters.hpp:131: error: template argument 1 is invalid ./boost/python/converter/builtin_converters.hpp: In constructor 'boost::python::converter::arg_to_python<float>::arg_to_python(const float&)': ........................ common.copy stage/lib/libboost_wave.a ...failed updating 56 targets... ...skipped 6 targets... ...updated 732 targets...

Change History (3)

comment:1 by Steven Watanabe, 13 years ago

Can you try running

bjam -q

and post the full output.

comment:2 by Marshall Clow, 12 years ago

Component: NonePython
Milestone: Boost 1.41.0To Be Determined
Owner: set to Dave Abrahams

comment:3 by Dave Abrahams, 12 years ago

Resolution: worksforme
Status: newclosed

Without further information from the reporter 9 mos, I'm closing this one.

Note: See TracTickets for help on using tickets.