Boost logo

Boost-Build :

From: Thomas Guest (thomas.guest_at_[hidden])
Date: 2005-12-07 05:11:15


>
> > [tomg_at_sinope quickbook]$ bjam "-sTOOLS=gcc"
> > Jamfile: No such file or directory
> > Jamfile: No such file or directory
> > ...found 8 targets...
> > [tomg_at_sinope quickbook]$ bjam --v2 "-sTOOLS=gcc"
> > java.jam: No such file or directory
> > /home/tomg/boost_dev/boost/tools/build/v2/build/toolset.jam:26: in using
> > rule java.init unknown in module toolset.
> > /home/tomg/user-config.jam:59: in modules.load
>
> I suppose you should comment out
>
> using java ;
>
> that you have in /home/tomg/user-config.jam, line 59. Note that I have no idea
> where that lines comes from -- V2 never had official support for Java.

Thanks Volodya, that worked a treat. I now understand where I went
wrong -- I have also been trying to use the boostbook tools. Running:

boost/tools/boostbook/setup_boostbook.py

put the "java" in my user-config.jam

If I remove it, quickbook builds.

My next problem is when I change to the boost/tools/quickbook/doc
directory and try and build the quickbook docs. It looks very like an
xsltproc catalog problem, but I haven't managed to get to the bottom
of it. Has anyone else run into this one?

[tomg_at_elara 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).
...patience...
...found 781 targets...
...updating 1 target...
xslt-xsltproc-dir html/HTML.manifest
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/html.xsl line 8 element
import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/chunk-common.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/chunk-common.xsl line 7
element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/chunk-common.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/relative-href.xsl line
5 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/formal.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/docbook-layout.xsl line
9 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/formal.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/relative-href.xsl line
5 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/admon.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/admon.xsl line 5
element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/admon.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/relative-href.xsl line
5 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/xref.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/xref.xsl line 9 element
import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/xref.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl"
compilation error: file
/home/tomg/boost_dev/boost/tools/boostbook/xsl/relative-href.xsl line
5 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl

  XML_CATALOG_FILES=../../../bin.v2/tools/quickbook/doc/gcc-4.0.1/debug/link-static/catalog.xml
export XML_CATALOG_FILES
 "xsltproc" --stringparam boost.libraries
../../../../libs/libraries.htm --stringparam boost.root ../../../..
--stringparam chunk.first.sections 1 --stringparam chunk.section.depth
2 --stringparam generate.section.toc.level 3 --xinclude -o "html/"
"/home/tomg/boost_dev/boost/tools/boostbook/xsl/html.xsl"
"../../../bin.v2/tools/quickbook/doc/gcc-4.0.1/debug/link-static/quickbook.docbook"

...failed xslt-xsltproc-dir html/HTML.manifest...
...failed updating 1 target...

--
Thomas Guest
http://www.wordaligned.org

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