Boost logo

Boost-Build :

From: Pavol Droba (droba_at_[hidden])
Date: 2004-04-30 16:21:57


Hi,

I have a problem with building boost-book docs. It seems that I have a problem with
bjam configuration. I have been using boostbook without problems, however now
when I try to process it I get following errors:

XXX
...found 48 targets...
...updating 8 targets...
cannot create bin/gcc/debug/reference.doxyfile
: directory nonexistent

echo "ENABLE_PREPROCESSING = YES" > "bin/gcc/debug/reference.doxyfile"

echo "EXPAND_ONLY_PREDEF = YES" >> "bin/gcc/debug/reference.doxyfile"
echo "EXTRACT_PRIVATE = NO" >> "bin/gcc/debug/reference.doxyfile"
echo "HIDE_UNDOC_MEMBERS = YES" >> "bin/gcc/debug/reference.doxyfile"
echo "MACRO_EXPANSION = YES" >> "bin/gcc/debug/reference.doxyfile"
echo "PREDEFINED = BOOST_STRING_TYPENAME=typename \"BOOST_STATIC_CONSTANT(type,var)=static const type var;\"" >> "bin/gcc/debug/reference.doxyfile"
echo "SEARCH_INCLUDES = YES" >> "bin/gcc/debug/reference.doxyfile"
echo "GENERATE_HTML = NO" >> "bin/gcc/debug/reference.doxyfile"
echo "GENERATE_LATEX = NO" >> "bin/gcc/debug/reference.doxyfile"
echo "GENERATE_XML = YES" >> "bin/gcc/debug/reference.doxyfile"
echo "INPUT = ../../../../boost/algorithm/string.hpp ../../../../boost/algorithm/string_regex.hpp ../../../../boost/algorithm/string/classification.hpp ../../../../boost/algorithm/string/iterator_range.hpp ../../../../boost/algorithm/string/sequence_traits.hpp ../../../../boost/algorithm/string/std_containers_traits.hpp ../../../../boost/algorithm/string/collection_traits.hpp ../../../../boost/algorithm/string/concept.hpp ../../../../boost/algorithm/string/compare.hpp ../../../../boost/algorithm/string/constants.hpp../../../../boost/algorithm/string/case_conv.hpp ../../../../boost/algorithm/string/find.hpp ../../../../boost/algorithm/string/finder.hpp ../../../../boost/algorithm/string/find_iterator.hpp ../../../../boost/algorithm/string/trim.hpp ../../../../boost/algorithm/string/predicate.hpp ../../../../boost/algorithm/string/split.hpp ../../../../boost/algorithm/string/iter_find.hpp ../../../../boost/algorithm/string/erase.hpp ../../../../boost/algorithm/string/replace.hpp ../../../../boost/algorithm/string/find_format.hpp ../../../../boost/algorithm/string/formatter.hpp ../../../../boost/algorithm/string/regex.hpp ../../../../boost/algorithm/string/regex_find_format.hpp ">> "bin/gcc/debug/reference.doxyfile"
 

...failed text-action bin/gcc/debug/reference.doxyfile...
...removing bin/gcc/debug/reference.doxyfile
...skipped <pbin/gcc/debug>reference.xml for lack of <pbin/gcc/debug>reference.doxyfile...
...skipped <pbin/gcc/debug>reference.doxygen for lack of <pbin/gcc/debug>reference.xml...
...skipped <pbin/gcc/debug>reference.boostbook for lack of <pbin/gcc/debug>reference.doxygen...
...skipped <p.>reference.boostbook for lack of <pbin/gcc/debug>reference.boostbook...
cannot create catalog.xml
: directory nonexistent

echo "<?xml version=\"1.0\"?>" > "catalog.xml"

echo "<!DOCTYPE catalog " >> "catalog.xml"
echo " PUBLIC \"-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN\"" >>"catalog.xml"
echo " \"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd\">" >> "catalog.xml"
echo "<catalog xmlns=\"urn:oasis:names:tc:entity:xmlns:xml:catalog\">" >> "catalog.xml"
echo " <rewriteURI uriStartString=\"http://www.boost.org/tools/boostbook/dtd/\" rewritePrefix=\"file:///cygdrive/d/dev/Projects/Boost/boost/tools/boostbook/dtd//\"/>" >> "catalog.xml"
echo " <rewriteURI uriStartString=\"http://docbook.sourceforge.net/release/xsl/current/\" rewritePrefix=\"file:///cygdrive/d/dev/docbook/xsl/\"/>" >> "catalog.xml"
echo " <rewriteURI uriStartString=\"http://www.oasis-open.org/docbook/xml/4.2/\" rewritePrefix=\"file:///cygdrive/d/dev/docbook/dtd/\"/>" >> "catalog.xml"
echo "</catalog>" >> "catalog.xml"
 

...failed text-action catalog.xml...
...removing catalog.xml
...skipped <pbin/gcc/debug>string_algo.docbook for lack of <p.>catalog.xml...
...skipped <phtml>HTML.manifest for lack of <pbin/gcc/debug>string_algo.docbook...
...failed updating 2 targets...
...skipped 6 targets...

I'm using cygwin version of bjam under winxp. The same config worked well. I have not tried it for a month or so,
and it does not work now.

Any help?

Thanks.

Pavol

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk