Boost logo

Boost-Build :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-02-05 09:47:37


On Thursday 05 February 2004 09:21 am, Reece Dunn wrote:
> xmlNanoHTTPConnectHost: Failed to resolve host 'docbook.sourceforge.net' -
> Valid name, no data record of requested type.xmlNanoHTTPConnectHost:
> Failed to resolve host 'docbook.sourceforge.net' - Valid name, no data
> record of requested type.warning: failed to load external entity
> "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
> compilation error: file
> D:\devel\libraries\Boost\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
> xmlNanoHTTPConnectHost: Failed to resolve host 'www.oasis-open.org' -
> Valid name, no data record of requested type.xmlNanoHTTPConnectHost:
> Failed to resolve host 'www.oasis-open.org' - Valid name, no data record of
> requested type.bin\gcc\debug\boostbook.docbook:2: warning: failed to load
> external entity "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
> D DocBook XML V4.2//EN"
> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
>
> ^
> ...updated 1 target...
> [bjam]
>
> 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/

You probably just need a '/' at the very beginning of the paths, e.g.,

using boostbook
: /h:/iisweb/web/xslt/www/docbook-xsl-1.64.1/
: /h:/iisweb/web/dtd/docbook-xml-4.2/
;

Doug

 


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