Boost logo

Boost :

From: Philippe Vaucher (philippe.vaucher_at_[hidden])
Date: 2006-07-09 08:22:18


Hello,

I've received many valuable advices on how to set quickbook however I still
can't make it work.
My platform is windows, I managed to have bjam build quickbook.exe, but from
there I can't build any of the docs like in \boost\libs\type_traits\doc.

For convenience's sakes I put quickbook in C:\WINNT so it's easier to read
for you, but no matter which path I put bjam can't find quickbook

I have user-config.jam with :

using xsltproc ;
using boostbook
  : C:/boost/tools/build/v2/docbook-xsl-1.70.1/
  : C:/boost/tools/build/v2/docbook-xml-4.2/
  ;
using doxygen : C:/Progra~1/doxygen/bin/ ;
using quickbook : C:/WINNT/quickbook.exe ;

I tried to set "using quickbook;" but then it start building teh whole
boost, I tried "using quickbook : C:/WINNT/ ;" but same problem.

When I run "bjam --v2" in \boost\libs\functional\hash\doc, here's the output
:

C:\boost\libs\functional\hash\doc>bjam --v2
warning: Python location is not configured
warning: the Boost.Python library won't be built
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
warning: toolset quickbook initialization: can't find tool
C:/WINNT/quickbook.exe
warning: initialized from
warning: toolset quickbook initialization: can't find tool
C:/WINNT/quickbook.exe
warning: initialized from
...found 19 targets...
...updating 3 targets...
quickbook.quickbook-to-boostbook..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.xml
Generating Output File: C:\boost\libs\functional\hash\doc\hash.xml
xslt-xsltproc
..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.docbook
warning: failed to load external entity
"../../../../bin.v2/libs/functional/hash/doc/msvc/debug/hash.xml"
unable to parse
..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.xml
  set
XML_CATALOG_FILES=..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug/catalog.xml
 "xsltproc" --xinclude -o
"..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.docbook"
"C:\boost\tools\boostbook\xsl\docbook.xsl"
"..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.xml"
...failed xslt-xsltproc
..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug\hash.docbook...
...skipped <phtml>HTML.manifest for lack of
<p..\..\..\..\bin.v2\libs\functional\hash\doc\msvc\debug>hash.docbook...
...failed updating 1 target...
...skipped 1 target...
...updated 1 target...

If anyone has a clue about what's going on it'd be nice.

Philippe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk