Doug Gregor <[EMAIL PROTECTED]> writes: > On Jul 5, 2004, at 5:52 PM, David Abrahams wrote: >> I had to change it to download the docbook dtd from >> http://www.oasis-open.org/docbook/xml because the other site wasn't >> responding. > > Weird. It worked for us just a few hours ago. > >> Also, under cygwin at least, I get: >> >> [[: not found >> ... >> Updating Boost.Jam configuration in /home/dave/user-config.jam...done. >> [: ==: unknown operand >> ... >> >> Is that normal? > > Darn! I'm probably using something bash that isn't in sh; it worked on > Linux and MacOS X :(
Well y'know I have bash, but the script specifies sh. When I bash the script, it is more quiet. But now if I try to build docs in tools/build/v2/doc I get: ...found 59 targets... ...updating 2 targets... xslt-xsltproc ../../../../bin.v2/tools/build/v2/doc/gcc-3.2/debug/userman.docbook src/userman.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/howto.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/install.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/install.xml:32: parser error : EntityRef: expecting ';' url= "http://sourceforge.net/project/showfiles.php?group_id=7586&package_id ^ src/userman.xml:12: element include: XInclude error : could not load src/install.xml, and no fallback was found src/tutorial.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/tutorial.xml:70: parser error : internal error <title>Properties</title> ^ src/tutorial.xml:70: parser error : Extra content at the end of the document <title>Properties</title> ^ src/userman.xml:13: element include: XInclude error : could not load src/tutorial.xml, and no fallback was found src/advanced.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/reference.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/faq.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/extending.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/recipes.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ src/architecture.xml:3: warning: failed to load external entity "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> ^ runtime error: file /cygdrive/c/boost/tools/boostbook/xsl/docbook.xsl line 309 element element xsl:element : no namespace bound to prefix xi runtime error: file /cygdrive/c/boost/tools/boostbook/xsl/docbook.xsl line 309 element element xsl:element : no namespace bound to prefix xi error: file src/userman.xml xsltRunStylesheet : run failed XML_CATALOG_FILES=catalog.xml "/usr/bin/xsltproc" --stringparam doc.standalone true --stringparam toc.section.depth 1 --xinclude -o "../../../../bin.v2/tools/build/v2/doc/gcc-3.2/debug/userman.docbook" "/cygdrive/c/boost/tools/boostbook/xsl/docbook.xsl" "src/userman.xml" ...failed xslt-xsltproc ../../../../bin.v2/tools/build/v2/doc/gcc-3.2/debug/userman.docbook... ...skipped <p../../../../bin.v2/tools/build/v2/doc/gcc-3.2/debug>userman.html for lack of <p../../../../bin.v2/tools/build/v2/doc/gcc-3.2/debug>userman.docbook... ...failed updating 1 target... ...skipped 1 target... -- Dave Abrahams Boost Consulting http://www.boost-consulting.com ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
