João Abecasis wrote:
I'm attaching a gzipped file that contains just the bare minimum to get things running *outside* the boost tree. I built this example on top of the example you posted here earlier. This works better with the patches I posted under "[boostbook] stylesheet issues" but they aren't required to test the configuration.To try it out, 1. unpack the archive somewhere, everything is packed inside a single directory. 2. define the environment variable BOOST_BUILD_PATH to point to the root of your boost installation. 3. cd into boost-doc-sample/libs/ntp/doc/ 4. invoke bjam For example, under sh > tar -xzvf boost-doc-sample.zip > export BOOST_BUILD_PATH=/path/to/boost > cd boost-doc-sample/libs/ntp/doc/ > bjam --v2 If it works you can try moving your actual setup into this tree and see how it goes. If this still fails, can you send me the output of "bjam --v2 -a" (-a for rebuild all) in the same directory. You may also want to try "bjam --v2 -a -n" for a dry-run, and try running the command lines manually to figure out what's going on. I'm assuming you'll have a recent CVS checkout of Boost (v1.33 should also be fine), bjam, xsltproc and doxygen installed (try running those from the command line just to be sure) and a compiler toolset configured in either user-config.jam or site-config.jam (needed to compile quickbook). For bonus points you should also have a local copy of DocBook xml and xsl and boostbook properly configured to use those in either user-config.jam or site-config.jam. Awaiting the results... ;-)
If this isn't obvious already, this should be packaged as a quick tutorial and added to the Quickbook/BoostBook docs. Joao, you cool dude! Hey, BTW, Happy New Year! Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
