I have updated my cygwin configuration to a current snapshot, including bash, cygwin DLL and libxml/libxslt. I also have the following:
[file = "user-config.jam"] using xsltproc ;
using boostbook : d:/devel/libraries/docbook/xsl/
: d:/devel/libraries/docbook/dtd/
;
[/flie]Going to the boost/tools/boostbook/doc directory and running [code] bjam --v2 [/code] gives:
[bjam]
$ bjam --v2
XXX
...found 14 targets...
...updating 2 targets...
xslt-xsltproc bin\gcc\debug\boostbook.docbook
warning: failed to load external entity "reference.xsl"
compilation error: file d%3A%5Cdevel%5Clibraries%5CBoost%5Cboost%5Ctools%5Cboost
book%5Cxsl%5Cdocbook.xsl line 4 element include
xsl:include : unable to load reference.xsl
set XML_CATALOG_FILES=catalog.xml
"xsltproc" --xinclude -o "bin\gcc\debug\boostbook.docbook" "d:\devel\librar
ies\Boost\boost\tools\boostbook\xsl\docbook.xsl" "boostbook.xml"
...failed xslt-xsltproc bin\gcc\debug\boostbook.docbook...
...skipped <phtml>HTML.manifest for lack of <pbin\gcc\debug>boostbook.docbook...
...failed updating 1 target... ...skipped 1 target... [/bjam]
It appears that:
[1] the error occurs during the xi:include phase, while generating the full XML file to process;
[2] it occurs while processing the /boost/tools/boostbook/xsl/docbook.xsl stylesheet;
[3] in line 4 of that stylesheet is:
<xsl:include href="reference.xsl"/>
that xsltproc is trying to load, and is failing, even though I can see reference.xsl in the same directory!
I am lost :(.
Regards, Reece
_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
