Re: [Boost-users] Re: Building boostbook from cvs fails lately (FIX).
Peter Whaite
Vladimir Prus
wrote: ../tools/build/v2/doc/src/install.xml:11: error: xmlParseEntityRef: expecting ';'
url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i
Well, that's unquoted '&' character in XML source. Fixed now, thanks for the report!
Thanks -- that fixes the first error. Now I'm left with the second, xsl:element : no namespace bound to prefix xi.
I found some time to dig into this a little deeper. Turns out its due to these not being loaded
warning: failed to load external entity "src/hash.xml" XInclude: could not load src/hash.xml, and no fallback was found warning: failed to load external entity "src/static_assert.xml" XInclude: could not load src/static_assert.xml, and no fallback was found warning: failed to load external entity "src/type_traits.xml" XInclude: could not load src/type_traits.xml, and no fallback was found
and thats because
participants (1)
-
Peter Whaite