Hi everyone, I've recently tried to rebuild RC_1_34_0 in Win32 using MSVC 8.0 and have successfully built quickbook and boost.book but I've hit a common snag: xsltproc in windows.
I distinctly remember asking someone already about this (I think I asked Joel) but I'm going to post the error log here: <error> xslt-xsltproc-dir html\HTML.manifest warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/html/chunk.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/html.xsl lin 8 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ tml/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/html/chunk-common.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/chunk-common xsl line 7 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ tml/chunk-common.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/lib/lib.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/relative-hre .xsl line 5 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ ib/lib.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/html/formal.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/docbook-layo t.xsl line 9 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ tml/formal.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/lib/lib.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/relative-hre .xsl line 5 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ ib/lib.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/html/admon.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/admon.xsl li e 5 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ tml/admon.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/lib/lib.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/relative-hre .xsl line 5 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ ib/lib.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/html/xref.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/xref.xsl lin 9 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ tml/xref.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release xsl/current/lib/lib.xsl" compilation error: file file:///D%3A/src/boost/tools/boostbook/xsl/relative-hre .xsl line 5 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ ib/lib.xsl set XML_CATALOG_FILES=bin\msvc\debug/catalog.xml "xsltproc" --stringparam admon.graphics 1 --stringparam boost.libraries ../../. ./../libs/libraries.htm --stringparam boost.root ../../../.. --stringparam chunk .first.sections 1 --stringparam chunk.section.depth 2 --stringparam generate.sec tion.toc.level 3 --xinclude -o "html/" "D:\src\boost\tools\boostbook\xsl\html.xs l" "bin\msvc\debug\dispatcher.docbook" </error> What should I do about this, and should this be documented somewhere would it be nice if we can make it an explicitly glaring detail for Windows based systems? Information would be most appreciated. :-) -- Dean Michael C. Berris C++ Software Architect Orange and Bronze Software Labs, Ltd. Co. web: http://software.orangeandbronze.com/ email: [EMAIL PROTECTED] mobile: +63 928 7291459 phone: +63 2 8943415 other: +1 408 4049532 blogs: http://mikhailberis.blogspot.com http://3w-agility.blogspot.com http://cplusplus-soup.blogspot.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
