![]() |
Boost Docs : |
From: Pavol Droba (droba_at_[hidden])
Date: 2003-07-01 07:23:31
Hi,
> Pavol Droba wrote:
>
> > I have tried to generate boostdoc from doxygen, but I'm getting strange
> > errors when running bjam.
>
> Hi Pavol,
>
> > Error:
> >
> > D:\Projects\Boost\boost\libs\string_algo\doc>bjam --v2
> > D:/Projects/Boost/boost/tools/build/tools\doxygen.jam:21: in load
> > rule type.register unknown in module doxygen.
>
> It seems that "doxygen.jam" is a bit out of date w.r.t Boost.Build V2 changes.
> I've just corrected this error, could you update and try again? Of course,
> you'll be able to update only if you have developer access to boost CVS
> (anonymous access is to backup server).
> In this case, you might try adding "import type ; " to doxygen.jam and see how
> it goes.
>
Doxygen works now, but the second step is still failing :(
Output:
warning: target id 'fing.doxygen' uses deprecated syntax,
warning: which may be removed in a future version.
warning: reference is made from project at '.'
don't know how to make <.>fing.doxygen
...found 15 targets...
...using 1 temp target...
...updating 1 target...
...can't find 1 target...
...can't make 3 targets...
xslt-xsltproc bin\gcc\debug\find.doxygen
warning: failed to load external entity "/D:/Projects/Boost/boost/tools/boostbook/xsl//doxygen/collect.xsl"
cannot parse /D:/Projects/Boost/boost/tools/boostbook/xsl//doxygen/collect.xsl
set XML_CATALOG_FILES=catalog.xml
xsltproc --stringparam doxygen.xml.path /home/gregod/Projects/Boost/boost/libs/any/doc/xml --xinclude -o bin\gcc\d
ebug\find.doxygen /D:/Projects/Boost/boost/tools/boostbook/xsl//doxygen/collect.xsl xml/index.xml
...failed xslt-xsltproc bin\gcc\debug\find.doxygen...
...using <./gcc/debug_at_.@>catalog.xml...
...skipped <./gcc/debug>fing.xml for lack of <.>fing.doxygen...
...skipped <./gcc/debug>fing.docbook for lack of <./gcc/debug-object(xinclude-scanner)@1>fing.xml...
...skipped <./gcc/debug_at_html@>HTML.manifest for lack of <./gcc/debug>fing.docbook...
...failed updating 1 target...
...skipped 3 targets...
Any suggestions?