>From Douglas Gregor
> On Monday 25 August 2003 05:26 pm, Eric Friedman wrote:
[snip]
> I'm having trouble duplicating the problem. Here's what I did:
>       * Fresh CVS checkout of Boost

Yup.

>       * Built new Bjam with MSVC 6.0

I used Metrowerks. Shouldn't be a problem.

>       * Edit user-config.jam to include:
> 
> using xsltproc : c:\\xsltproc\\xsltproc.exe ;
> 
> using boostbook : C:\\Development\\Boost\\docbook-xsl-1.60.1
> 
>                          : C:\\Development\\Boost
> 
>                          ;

I have:

#  xsltproc (from libxslt) configuration
using xsltproc : C:\\Progra~1\\DocBook\\xsltproc.exe ;

#  BoostBook configuration
using boostbook : C:\\Progra~1\\DocBook\\docbook-xsl
                : C:\\Progra~1\\DocBook\\docbook-dtd
                ;

>       * Run bjam --v2 in $BOOST_ROOT/doc

Yup, same here. Normally though, I don't actually have BOOST_ROOT
defined as an environment variable. Is that required?

> I believe I'm using the same xsltproc.exe that is in the 
> package. xsltproc --version reports:
[snip]

Yup, same as mine.

> Actually, now that I think about it, aren't there problems 
> with using paths that have spaces in them? You might try 
> moving Boost to a path without spaces.

Well I thought this was fixed after I posted to the boost-jam list. But
anyhow to test, I shared my boost-cvs checkout and mapped the share to
drive V:. This is what I get (more confusing than before):

V:\doc>set BOOST_ROOT=v:\

V:\doc>bjam --v2
...found 37 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
  "C:\Progra~1\DocBook\xsltproc.exe"   --xinclude -o
"bin\gcc\debug\boost.docbook"  "V:\docbook.xsl"  "src\boost.xml"

...failed xslt-xsltproc bin\gcc\debug\boost.docbook...
...skipped <./gcc/[EMAIL PROTECTED]@>HTML.manifest for lack of
<./gcc/debug>boost.docbook...
...failed updating 1 target...
...skipped 1 target...


Thanks for your help,
Eric



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to