$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Ilya Sokolov (fal_delivery_at_[hidden])
Date: 2007-11-19 05:08:40
Edward Diener wrote:
> Rene Rivera wrote:
>> Edward Diener wrote:
>>> ...updating 1 target...
>>> xslt-xsltproc-dir html\function-doc_HTML.manifest
>>>
>>>    set XML_CATALOG_FILES=..\..\..\bin.v2/boostbook_catalog.xml
>>>   "xsltproc" --stringparam manifest "function-doc_HTML.manifest" 
>>> --xinclude -o "h
>>> tml/" "E:\Programming\Version 
>>> Control\Subversion\Boost\tools\boostbook\xsl\html.
>>> xsl" "..\..\..\bin.v2\libs\function\doc\msvc-8.0\debug\function.docbook"
>>>
>>> ...failed xslt-xsltproc-dir html\function-doc_HTML.manifest...
>>> ...failed updating 1 target..."
>>>
>>> What does the failure mean ?
>> That's weird. Usually programs tell you why things fail. Try running the 
>> same commands in a shell to see if you get the same problem. Or if it 
>> gives some useful errors.
> 
> Running:
> 
> "xsltproc" --stringparam manifest "function-doc_HTML.manifest" 
> --xinclude -o "html/" "E:\Programming\Version 
> Control\Subversion\Boost\tools\boostbook\xsl\html.xsl" 
> "..\..\..\bin.v2\libs\function\doc\msvc-8.0\debug\function.docbook"
> 
> from the command line succeeds. 
are you sure? how did you determine that? (i think i've seen exactly 
this problem already)
> I have no idea why bjam would say it 
> fails. What the command is supposed to do I do not know.
1. try "bjam onehtml"
2. try another xsltproc (e.g. http://www.zlatkovic.com/libxml.en.html)