Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-30 21:31:13


Arkadiy Vertleyb wrote:
> Hi All.
>
> I am trying to build Boost docs in Boost CVS. I did the following:
>
> 1) rebuilt bjam and put it in the path;
> 2) modified v2/user-config.jam to uncomment some toolsets, and to add stuff
> as described in the Boostbook documentation;
> 3) downloaded stylesheets, etc., as described in the boostbook
> documentation.
>
> I am trying to build it from BOOST-ROOT/doc. Here is what I am getting:
>
> C:\ark\boost-cvs\boost\doc>bjam --v2
> syntax error at EOF

Do you have something like:

using xsltproc # ;

where the ; is missing in the last using decleration? Or in some other
Jamfile? This is the usual cause for syntax error at EOF (not a very
helpful error message!)

This may fix the other problems (except the python warnings which you
can ignore unless you need Boost.Python).

- Reece

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk