Re: [Boost-docs] Troubleshooting [xinclude *.xml]

Subject: Re: [Boost-docs] Troubleshooting [xinclude *.xml]
From: er (erwann.rogard_at_[hidden])
Date: 2010-11-01 16:36:57


>
> Just do:
>
> [xinclude ./doxygen/xml/index.xml]
>
> and leave out the section markup. the doxygen xml automatically
> generates a reference section.
>

Noted, but it won't do.

>> ...failed updating 1 target...
>> ...skipped 1 target...
>
> You don't show your user-config.jam. Mine is ( under Windows ):
>
> using xsltproc ;
> using boostbook
> : "C:/Utilities/Docbook/xsl"
> : "C:/Utilities/Docbook/xml"
> ;
> using doxygen ;
> using fop : "C:/Utilities/fop-1.0/fop.bat"
> : "C:/Program Files (x86)/Java/jre6"
> ;
> using quickbook ;
>
> Hopefully that gives you an idea what might be wrong. Something tells me
> your docbook setup may not be correct.

Here's my /usr/local/trunk/tools/build/v2/user-config.jam

using xsltproc ;

using boostbook
     : "/usr/local/share/xsl/docbook"
     : "/usr/local/share/xml/docbook/4.2"
     ;

using doxygen
     : /Applications/Doxygen.app/Contents/Resources/doxygen
     ;


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC