$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-08 04:42:34
> xslt-xsltproc-dir html/HTML.manifest
> ../../../bin.v2/tools/quickbook/doc/darwin/debug/link-static/runtime-link-static/quickbook.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"
That "warning" is always fatal in my experience and occurs when your "using
boostbook" declaration has incorrect paths following it.
HTH, John.