Re: [Boost-docs] can not generate docs

Subject: Re: [Boost-docs] can not generate docs
From: Oliver Kowalke (k-oli_at_[hidden])
Date: 2009-11-21 19:05:23


Steven Watanabe wrote:
> AMDG
>
> Oliver Kowalke wrote:
>> # cd /opt/boost_1_41_0_src/libs/thread/doc
>> # quickbook thread.qbk -> works
>> # bjam --v2 -> doesn't work
>>
>> <snip>
>> error: target { thread.qbk. } has no type
>> <snip>
>>
>> cat ~/user-config.jam
>>
>> using boostbook
>> : /usr/share/boostbook/docbook-xsl-1.73.2
>> : /usr/share/boostbook/docbook-dtd-4.2
>> ;
>>
>> using xsltproc : /usr/bin/xsltproc ;
>> using doxygen : /usr/bin/doxygen ;
>> using fop : /usr/share/boostbook/fop-0.94/fop : : /usr/bin/java ;
>
> add
>
> using quickbook : quickbook ;
>
> In Christ,
> Steven Watanabe
>
Hello Steven,
thx for you quick response.
I modified the jam file and I get now other errors:

quickbook optional.qbk && bjam --v2
Generating Output File: optional.xml
warning: No toolsets are configured.
warning: Configuring default toolset "gcc".
warning: If the default is wrong, your build may not work correctly.
warning: Use the "toolset=xxxxx" option to override our guess.
warning: For more configuration options, please consult
warning:
http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
...found 25 targets...
...updating 1 target...
xslt-xsltproc-dir html/standalone_HTML.manifest
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
compilation error: file
/opt/boost_1_41_0_src/tools/boostbook/xsl/html.xsl line 15 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/math.xsl"
compilation error: file
/opt/boost_1_41_0_src/tools/boostbook/xsl/html.xsl line 17 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/math.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/html/chunk-common.xsl"
compilation error: file
/opt/boost_1_41_0_src/tools/boostbook/xsl/chunk-common.xsl line 14
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
/opt/boost_1_41_0_src/tools/boostbook/xsl/relative-href.xsl line 12
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
/opt/boost_1_41_0_src/tools/boostbook/xsl/docbook-layout.xsl line 16
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
/opt/boost_1_41_0_src/tools/boostbook/xsl/relative-href.xsl line 12
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
/opt/boost_1_41_0_src/tools/boostbook/xsl/admon.xsl line 12 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
/opt/boost_1_41_0_src/tools/boostbook/xsl/relative-href.xsl line 12
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
/opt/boost_1_41_0_src/tools/boostbook/xsl/xref.xsl line 16 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
/opt/boost_1_41_0_src/tools/boostbook/xsl/relative-href.xsl line 12
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/callout.xsl"
compilation error: file
/opt/boost_1_41_0_src/tools/boostbook/xsl/callout.xsl line 12 element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/html/callout.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl"
compilation error: file
/opt/boost_1_41_0_src/tools/boostbook/xsl/relative-href.xsl line 12
element import
xsl:import : unable to load
http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl

    XML_CATALOG_FILES=../../../bin.v2/boostbook_catalog.xml
export XML_CATALOG_FILES
 "/usr/bin/xsltproc" --stringparam boost.libraries
"../../../libraries.htm" --stringparam boost.root "../../../.."
--stringparam chunk.section.depth "1" --stringparam manifest
"standalone_HTML.manifest" --stringparam toc.max.depth "2" --stringparam
toc.section.depth "2" --xinclude -o "html/"
"/opt/boost_1_41_0_src/tools/boostbook/xsl/html.xsl"
"../../../bin.v2/libs/optional/doc/gcc-4.3.4/debug/optional.docbook"

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

I'm wondering that bjam requires access to the web-server? Or do I miss
some xsl files in installation?

best regards,
oliver


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC