
I think (not sure!) you need a whitespace character before the trailing semicolon. Boris ----- Original Message ----- From: "Anthony Williams" <anthony_w.geo@yahoo.com> To: <boost@lists.boost.org> Sent: Wednesday, January 31, 2007 2:40 PM Subject: Re: [boost] request to patch libs/serialization/build/Jamfile.v2forsupport of msvc-6.5
Anthony Williams <anthony_w.geo@yahoo.com> writes:
Nicola Musatti <Nicola.Musatti@gmail.com> writes:
The current situation is much better than what it looks like from the latest reports. Yesterday's tests from Anthony (JustSoftwareSolutions-debug) lack proper Spirit 1.6 setup, but show the positive effect of Volodya's latest Borland patch; the monday tests from Roland (speedsnail-dbg) lack Volodya's patch, but show the positive effect of correctly setting Spirit 1.6 for Borland.
Once we manage to get a set of tests with both effects combined there should only be very many tests still failing which shall probably be marked expected.
I'm just about to kick off such a test run.
I did.... and there's a problem: my bjam.log says
syntax error at EOF warning: Python location is not configured warning: the Boost.Python library won't be built error: Unable to find file or target named error: '/boost/python//boost_python' error: referred from project at error: '../libs/parameter/test'
Here's my new user-config.jam, just in case that's the problem:
using python : 2.5 : c:/local/python25 ;
using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe : <cxxflags>-I"g:/boost/spirit-1.6.4/boost"; using msvc : all ; using gcc : 3.4.0 : c:/local/mingw/bin/g++.exe ; using borland : 5.8.2 : c:/progra~1/borland/bds/4.0/bin/bcc32.exe : <cxxflags>-I"g:/boost/spirit-1.6.4/boost" ;
using msvc : 6.5~release : c:/progra~1/micros~3/vc98/bin/cl.exe : <cxxflags>-I"g:/boost/spirit-1.6.4/boost"; using msvc : 7.1~release : c:/local/vc71/bin/cl.exe ; using msvc : 8.0express~release : c:/progra~1/MID05A~1/vc/bin/cl.exe ; using gcc : 3.4.0~release : "c:/local/mingw/bin/g++.exe" ; using borland : 5.8.2~release : c:/progra~1/borland/bds/4.0/bin/bcc32.exe : <cxxflags>-I"g:/boost/spirit-1.6.4/boost";
Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost