$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-27 09:42:41
----- Original Message -----
From: "Craig Rodrigues" <rodrigc_at_[hidden]>
> Does anyone there have any automated scripts to make
> auto-compiling of boost easier to do? Also, if there
> are any errors in the build, does anyone have any
> scripts to automate the analysis of errors in the
> build?
Craig,
We've been using Boost.Build to test everything in boost by running jam in
the status directory. Doug Gregor and others have also set up a "dashboard"
for boost (http://public.kitware.com/dashboard.php?name=boost); you might
want to ask him about installing something similar for your tests
-Dave