Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-05 09:31:57


Hi Reece,

> However, when I am not connected to the internet, I get the following:
>
> [bjam]
> XXX
> ...found 14 targets...
> ...updating 1 target...
> xslt-xsltproc-dir html\HTML.manifest
> xmlNanoHTTPConnectHost: Failed to resolve host 'docbook.sourceforge.net' -

> I am running bjam --v2 from the boost/tools/boostbook/doc directory. I know
> this problem is something to do with the way I have configured BoostBook,
> but don't know what I am doing wrong. I have the following line in
> user-config.jam:
>
> using boostbook
>
> : h:/iisweb/web/xslt/www/docbook-xsl-1.64.1/
> : h:/iisweb/web/dtd/docbook-xml-4.2/

> [xml]
> <?xml version="1.0"?>
> <!DOCTYPE catalog PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog
> V1.0//EN"
> "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
>
> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
> <rewriteURI uriStartString="http://www.boost.org/tools/boostbook/dtd/"
> rewritePrefix="file:///D:/devel/libraries/Boost/boost/tools/boostbook/dtd//
>"/> <rewriteURI
> uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
> rewritePrefix="file:///h:/iisweb/web/xslt/www/docbook-xsl-1.64.1/"/>
> <rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/4.2/"
> rewritePrefix="file:///h:/iisweb/web/dtd/docbook-xml-4.2/"/>
> </catalog>

Maybe you can try to change catalog.xml so that instread of

file:///h:

it contains

file://h:

i.e. one less slash. I'm not sure this is the reason, though, so maybe we'll
have to wait for Doug to answer.

- Volodya

 


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