|
Boost Testing : |
From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-11-16 07:19:56
John Pavel wrote:
>>> I can't use the logical toolset name -- msvc-9.0 or msvc-9.0B2 -- as
>>> 9.0 is not a know subfeature of toolset msvc. It would be good if
>>> the utility help listed the recognised values.
>> You probably need to provide and edit your user-config.jam so it
>> contains:
>>
>> using msvc : 9.0 ;
>>
>
> I submitted a fix to this (http://svn.boost.org/trac/boost/ticket/1428) that
> I would like to test, but have had no luck in attracting the attention of
> the relevant maintainers. Is there another way to test this?
I really do want to see vc++ 9.0 changes made soon. Could one of the
Boost.Build experts please take a look at these and apply if correct?
Thanks,
--Beman