Boost logo

Boost-Build :

From: Eric Friedman (ebf_at_[hidden])
Date: 2003-07-30 14:26:39


Vladimir,

Sorry for the slow reply.

Vladimir Prus <ghost_at_c...> wrote:
> Eric Friedman wrote:
>
> > Using rev 1.7, I'm now getting an error similar but slightly
> > different from what I got w/ rev 1.4.
>
> That's strange. I've just tried again and it works for me.

Hmm. Still not working for me though. Maybe I have something
configured incorrectly?

> > 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.
>
> Probably that's because boostbook.jam does not quote filenames
> properly. I've added the quotes.

OK, thanks. For now though, I'll keep running off of V: until it
starts working there.

> That wierd. Could you remove catalog.xml and try again?

Yep, removed doc/catalog.xml and doc/bin. Still doesn't work.

> If that does not help, could you
> 1. Tell what's the value of "BOOST_ROOT" var? It it "V:"?

I don't have BOOST_ROOT set. Is this a requirement? (BTW, it still
doesn't work even when I do set it to V:)

> 2. Add "ECHO $(.boostbook-xsl-dir) ;" to boostbook.jam, line 103
> (after dirs are computed) and at line 85, before path.make is
> called?

Did that, and I get the following (irrespective of whether
BOOST_ROOT is set or not):

V:\doc>bjam -sDOCBOOK_XSL_DIR=v:\doc\docbook-xsl -
sDOCBOOK_DTD_DIR=v:\doc\docbook-xml --v2
[this is a blank line, presumably the first echo]
/V:/
...found 34 targets...
...updating 2 targets...
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" "s
rc\boost.xml"

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

Thanks,
Eric

 


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