$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-24 06:19:34
Thorsten Ottosen wrote:
> Ok. Thanks. I'm now down to this single error:
>
> ...updating 1 target...
> xslt-xsltproc-dir html\standalone_HTML.manifest
>
> set XML_CATALOG_FILES=..\..\..\bin.v2/boostbook_catalog.xml
> "xsltproc" --stringparam chunk.section.depth "2" --stringparam
> manifest "standa
> lone_HTML.manifest" --stringparam toc.max.depth "2" --stringparam
> toc.section.de
> pth "4" --xinclude -o "html/"
> "D:\boost\trunk\tools\boostbook\xsl\html.xsl" "..\
> ..\..\bin.v2\libs\range\doc\msvc-8.0\debug\threading-multi\boost_range.docbook"
>
> ...failed xslt-xsltproc-dir html\standalone_HTML.manifest...
> ...failed updating 1 target...
>
> Does this mean I should try to reinstall xsltproc?
I don't know: there's no error message to give a hint as to what the problem
is. Try pasting the command line above into a cmd.exe command prompt and
see if you get any more hints. Could be that you're missing one or more
dll's used by xsltproc, or something?
HTH, John.