Cromwell Enage wrote: > I'm currently using CVS HEAD for learning how to use > Quickbook. My compiler is MinGW (GCC 3.4.5). > > 1. Is there a way I can tell BJam not to [re]build > intermediary files in the bin.v2 directory in order to > generate BoostBook documentation, or does BJam > actually need those intermediary files instead of some > requisite shared/static libraries that I can specify > via a using declaration? IME, the first time I invoke > BJam from within BOOST_ROOT/doc, the intermediary > files are built, but then my computer shuts off. When > I turn it back on, no documentation has been > generated. However, whenever I invoke BJam from then > on, everything works fine (but see below).
If you want to avoid rebuilding quickbook, then add: using quickbook : path-to-exe/quickbook.exe ; to user-config.jam. > 2. BJam doesn't generate BoostBook HTML files if the > directories in which they would be located don't yet > exist (e.g. BOOST_ROOT/doc/html/typeof). Is this a > bug or a feature? It's a problem with the windows port of xsltproc, there's a patched version here: http://www.meta-comm.com/engineering/boost/xsltproc-win32.zip see the Boostbook getting started guide here for more details: http://www.boost.org/doc/html/boostbook/getting/started.html HTH, John. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
