Boost logo

Boost-Build :

From: Eric Friedman (ebf_at_[hidden])
Date: 2003-07-25 01:28:34


Vladimir Prus wrote:
> Hi Eric,
[snip]
>
> > xslt-xsltproc bin\gcc\debug\boost.docbook
> > warning: failed to load external entity "docbook.xsl"
> > cannot parse docbook.xsl
>
> I get similiar error now. And rev 1.4 works. The reason is that
> XML catalog is never created. The rev 1.5 marked catalog as
> TEMPORARY, and that did not work. I'm actually at loss what effect
> TEMPORARY has in V2 (or in jam, actually), so we probably should
> not use it at all.
>
> And, BTW, there's another bug in rev 1.6. I've just comitted the
attached patch. Please try again.
>
> - Volodya

Using rev 1.7, I'm now getting an error similar but slightly
different from what I got w/ rev 1.4.

Thanks,
Eric

P.S. I run the documentation build off of a mapped network drive (V:
maps to my boost-cvs root) because bjam (or perhaps the BoostBook
files, I'm unsure) doesn't seem to like paths with spaces.

---bjam output:

...found 34 targets...
...updating 7 targets...
MkDir1 html
MkDir1 bin
MkDir1 bin\gcc
MkDir1 bin\gcc\debug
xslt-xsltproc bin\gcc\debug\boost.docbook
warning: failed to load external entity "file:///V:/docbook.xsl"
cannot parse V:\docbook.xsl

set XML_CATALOG_FILES=catalog.xml
xsltproc --xinclude -o bin\gcc\debug\boost.docbook
V:\docbook.xsl src\boost.xml

...failed xslt-xsltproc bin\gcc\debug\boost.docbook...
...skipped <./gcc/debug_at_html@>HTML.manifest for lack of
<./gcc/debug>boost.docbook...
...failed updating 1 target...
...skipped 1 target...
...updated 5 targets...

 


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