Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-10-05 05:56:04


> Any chance I can get a hold on these programs? Are they going to be part
of
> the 1.29 release?

No I don't think they will be, they are part of the filesystem library
(http://groups.yahoo.com/group/boost/files/filesystem/filesystem.zip), once
you have that you can run the tests as follows:

Build the filesystem examples using bjam, then
install the two programs process_jam_log and compiler_status into your path.
The tests are then run using something like:

bjam -sTOOLS=mycompiler test 2&1 | tee regress.log
cat regress.log | process_jam_log
compiler_status boost-root-path cs-platform-name.html
cs-platform-name-links.html

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk