<quote> XXX ...found 52 targets... ...updating 5 targets... xslt-xsltproc ..\bin\libs\program_options\doc\msvc-6\debug\autodoc.doxygen warning: failed to load external entity "xml/index.xml" unable to parse xml\index.xml
set XML_CATALOG_FILES=catalog.xml
"xsltproc" --stringparam doxygen.xml.path /C:/VSSNZ/Libraries/Boost/boost_cvs/boost_thread_dev_ssh/doc/xml --xinclude -o "..\bin\libs\program_options\doc\msvc-6\debug\autodoc.doxygen" "C:\VSSNZ\Libraries\Boost\boost_cvs\boost_thread_dev_ssh\tools\boostbook\xsl\doxygen\collect.xsl" "xml\index.xml"
...failed xslt-xsltproc ..\bin\libs\program_options\doc\msvc-6\debug\autodoc.doxygen...
...skipped <p..\bin\libs\program_options\doc\msvc-6\debug>autodoc.boostbook for lack of <p..\bin\libs\program_options\doc\msvc-6\debug>autodoc.doxygen...
...skipped <p..\libs\program_options\doc>autodoc.boostbook for lack of <p..\bin\libs\program_options\doc\msvc-6\debug>autodoc.boostbook...
...skipped <p..\bin\doc\msvc-6\debug>boost.docbook for lack of <p..\libs\program_options\doc>autodoc.boostbook...
...skipped <phtml>HTML.manifest for lack of <p..\bin\doc\msvc-6\debug>boost.docbook...
...failed updating 1 target...
...skipped 4 targets...
</quote>
Likely the problem is that there is no file "..\bin\libs\program_options\doc\msvc-6\debug\autodoc.doxygen". There are two files in that directory, "autodoc.doxyfile" and "autodoc.xml", but no "autodoc.doxygen". How is autodoc.doxygen supposed to be built? Or is it actually supposed to be looking for one of the other two files?
In case it matters, my "user-config.jam" file looks like this:
<quote> import toolset : using ;
using msvc
: 6
: c:\msvs6\vc98\bin
;using boostbook
: c:/vssnz/libraries/boost/docbook-xsl-1.65.1/
: c:/vssnz/libraries/boost/docbook-xml-4.2/
;
using doxygen
: c:/vssnz/libraries/boost/doxygen/bin
;
</quote>Mike
------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
