Hi,

I have a problem with building boost-book docs. I had no luck on th jamboost
list, so I hope somebody can help me here.



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


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com.  Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/z3wwlB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/jamboost/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

----- End forwarded message -----


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id�66&op=click
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to