Jo�o Abecasis <[EMAIL PROTECTED]> writes: > Joel wrote: >> David Abrahams wrote: >> >>> bjam --v2 -sTOOLS=vc7.1 pdf >>> warning: Python location is not configured >>> warning: the Boost.Python library won't be built >>> Building Boost.Regex with Unicode/ICU support enabled >>> Using ICU in c:/src/icu/include >>> ...found 150 targets... >>> ...updating 4 targets... >>> quickbook.quickbook-to-boostbook >>> ..\..\..\bin.v2\tools\quickbook\doc\msvc-7.1\debug\quickbook.xml >>> Generating Output File: >>> ..\..\..\bin.v2\tools\quickbook\doc\msvc-7.1\debug\quickbook.xml >>> Syntax Error at "quickbook.qbk" line 587, column 69. >> This is odd. If I build QuickBook manually and invoke it manually: >> quickbook quickbook.qbk >> everything's fine: >> C:\dev\boost\bin.v2\tools\quickbook\msvc\debug\quic >> kbook.exe C:\dev\boost\tools\quickbook\doc\quickbook.qbk >> Generating Output File: C:\dev\boost\tools\quickbook\doc\quickbook.xml >> It seems to be the build script that's the problem. Could >> you confir this Joao? Thanks! > > I can confirm David's issue. I get the same (except I get line 588) with > or without the build script. Alas, I have no suggestions right now. > > Joel, you should be able to reproduce this with the latest cvs > quickbook. FWIW, the build script builds quickbook in release mode and > it seems you're using a debug build above. Is this up-to-date?
I suggest writing a build-system test using the run rule that reproduces the problem. Then you can pass "--debugger=devenv /debugexe" to bjam run the test under the debugger and suss out the problem. -- Dave Abrahams Boost Consulting www.boost-consulting.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
