|
Boost-Build : |
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2004-10-10 18:52:19
Victor A. Wagner Jr. writes:
> I'm only running regression.py which doesn't directly name the jam
> files...and I'm getting these errors.........
[snip the errors]
I guess I should've been clearer: the names of the toolsets you pass
to 'regression.py' are directly derived from the names of the
*-tools.jam files; e.g.:
new .jam file new toolset name
---------------------- ------------------------
mingw-3_4_2-tools.jam mingw-3_4_2
vc_7_1-stlport-tools.jam vc-7_1-stlport
vc-7_1-tools.jam vc-7_1
etc. So, if you've been invoking 'regression.py' as, let's say,
python regression.py --toolsets=vc7.1
it needs to become
python regression.py --toolsets=vc-7_1
HTH,
-- Aleksey Gurtovoy MetaCommunications Engineering
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk