Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-26 11:23:21


On Thursday 23 February 2006 12:24, Reece Dunn wrote:
> I have the following:
>
> import toolset : using ;
>
> using python : 2.4 : c:/python24 ;
> using msvc : 7.1 ;
>
> in my user-config.jam file. This worked on the 20th/21st Feb, but now, if I
> do:
>
> c:/python24/python ./regression.py setup --v2 --pjl-toolset=msvc-7.1
>
> I get the following warning:
>
> warning: toolset python initialization: can't find tool python2.4

Should be fixed now.

> warning: initialized from
> Building Boost.Regex with the optional Unicode/ICU support disabled.
> Please refer to the Boost.Regex documentation for more information
> (and if you don't know what ICU is then you probably don't need it).
>
> and this error:
>
> error: Unable to find file or target named
> error: 'test_exec_fail4.cpp'
> error: referred from project at
> error: '../libs/test/test'

Fixed now as well. This was a change in Boost.Test's V1 Jamfiles that was not
reflected in V2.

- Volodya


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