$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-10 01:28:12
Hi Jürgen,
> I wanted to evaluate the Boost.Test Environment and found some glitches
> in the V2 setup.
> The patches attached solve several issues (at least for me ;-)
> 1. libs/test/build/Jamfile.v2
> Prefix all libraries with "boost_" prefix as in V1 and expected in
> Boost.Signals, Boost.Thread but not im Boost.Regex.
Ehm... it turns out I had similiar local change, which was uncommitted for
some reason. Ok, comitted now, sorry for inconvenience.
> 2. libs/signals/test/Jamfile.v2
> Removes copy and pasted code and uses <requirements> to express
> dependency on boost_signals, the test framework and static linking.
> The patch looks ugly, but the resulting Jamfiles is clean ;-)
True! Comitted, thanks.
> I'm working on the other libs, but have problems accesssing anon cvs for
> cvs diff command. I know why I'm testing svn, sigh.
I'm luckier, I'm already using svn at work ;-)
- Volodya