$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-03-02 15:50:39
Trying to run the regression tests for BCB6/Windows, using current CVS
head...
set BOOST_ROOT=C:\boost
set TOOLS=borland
I can run bjam stage and everything that is supposed to build, builds
(serialization, and wave do not build).
However, when I follow the directions, I have problems.  Can someone
please help?!?
I tried cd up into boost root, and it seemed to work better, but links
in the html files wanted to access directories ".." so that failed too. 
What am I doing wrong?
Thanks!
C:\boost>cd status
C:\boost\status>bjam --dump-tests test >bjam.log 2>&1
C:\boost\status>echo %BOOST_ROOT%
C:\boost
C:\boost\status>echo %TOOLS%
borland
C:\boost\status>process_jam_log < bjam.log
Usage: bjam [bjam-args] | process_jam_log [--echo]
[--create-directories]
[locat
e-root]
locate-root         - the same as the bjam ALL_LOCATE_TARGET
                      parameter, if any. Default is boost-root.
create-directories  - if the directory for xml file doesn't exists -
creates
it.
                      usually used for processing logfile on different
machine
boost_root: C:/boost/status/..
locate_root: C:/boost/status/..
no errors detected
C:\boost\status>compiler_status %BOOST_ROOT% cs-win32.html
**** exception(205): std::exception:
boost::filesystem::directory_iterator
const
ructor: "C:\boost\status\bin": The system cannot find the path
specified.
******** errors detected; see standard output for details ********
C:\boost\status>compiler_status
Usage: compiler_status [options...] boost-root status-file [links-file]
  boost-root is the path to the boost tree root directory.
  status-file and links-file are paths to the output files.
Must be run from directory containing Jamfile
  options: --compiler name     Run for named compiler only
           --ignore-pass       Do not report tests which pass all
compilers
           --no-warn           Warnings not reported if test passes
           --locate-root path  Path to ALL_LOCATE_TARGET for bjam;
                               default boost-root.
           --comment path      Path to file containing HTML
                               to be copied into status-file.
           --notes path        Path to file containing HTML
                               to be copied into status-file.
           --notes-map path    Path to file of toolset/test,n lines,
where
                               n is number of note bookmark in --notes
file.
           --jamfile path      Path to Jamfile. By default "Jamfile".
Example: compiler_status --compiler gcc /boost-root cs.html
cs-links.html
Note: Only the leaf of the links-file path and --notes file string are
used in status-file HTML links. Thus for browsing, status-file,
links-file, and --notes file must all be in the same directory.
**** error return code: 1
******** errors detected; see standard output for details ********
C:\boost\status>