$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-02-18 12:01:35
Vladimir Prus <ghost_at_[hidden]> writes:
> David Abrahams wrote:
>> Update of /cvsroot/boost/boost/tools/build/new
>> In directory sc8-pr-cvs1:/tmp/cvs-serv4908/tools/build/new
>>
>> Modified Files:
>> msvc.jam
>
>> -feature.subfeature toolset msvc : version
>> +feature.subfeature toolset msvc : vcversion
>
> What was wrong with "version"? Is this something we can fix?
The problem is a deeper one with subfeatures: you can't declare the
same subfeature twice, even if it's specific. msvc.jam and gcc.jam
were both trying to declare the "version" subfeature.
I think I need to do a little bit of redesign in the
feature/subfeature system, but this was a more expedient route to
getting something working.
-- Dave Abrahams Boost Consulting www.boost-consulting.com