
John Maddock skrev:
Thorsten Ottosen wrote:
I now get a bunch of errors of the type:
Any ideas?
Yes: the paths in user-config.jam need to use *forward slashes* even when they're Windows paths, since \ is a Jam-language escape character :-(
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? ? Thanks -Thorsten