Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-15 11:08:42


Vladimir Prus <ghost_at_[hidden]> writes:

> David Abrahams wrote:
>> Vladimir Prus <ghost_at_[hidden]> writes:
>>
>>
>>>David Abrahams wrote:
>>>
>>>
>>>>>>I think your use of validate-property-sets is incorrect, because it
>>>>>>expects them to be expanded already.
>>>>>
>>>>>:-(
>>>>>That's why I feared to add this check. Can you point out the right place?
>>>>
>>>>
>>>>I think if you take the check out then the checks I've implemented in
>>>>feature.jam will handle everything we need now.
>>>
>>>This still does not work for me...
>>>
>>>$bjam gcc-123
>>>/home/ghost/Work/boost/tools/build/examples-v2/../new/targets.jam:590: in
>>>construct from module object(typed-target)@1
>>>error: unable to construct ./hello
>>>
>>>What do you get in this case (still in examples-v2/hello)?
>>
>>
>> cd c:/boost/tools/build/examples-v2/hello/
>> set PATH=c:/tools/mingw-2.0/bin;%PATH% && bjam
>> c:\boost\tools\build\examples-v2\..\new\symlink.jam:111: in symlink.ln
>
> I *really* meant "bjam gcc-123"...

Looks OK to me:

set PATH=c:/tools/mingw-2.0/bin;%PATH% && bjam gcc-123
c:\boost\tools\build\examples-v2\..\new\feature.jam:209: in implied-subfeature from module feature
error: "123" is not a known subfeature value of feature <toolset>
c:\boost\tools\build\examples-v2\..\new\feature.jam:356: in feature.validate-value-string from module feature
c:\boost\tools\build\examples-v2\..\new\property.jam:216: in validate from module property
c:\boost\tools\build\examples-v2\..\new\property.jam:230: in property.validate-property-sets from module property
c:\boost\tools\build\examples-v2\..\new\build-request.jam:105: in build-request.expand from module build-request
c:\boost\tools\build\examples-v2\..\new\build-system.jam:63: in load from module build-system
c:\boost\tools\build\examples-v2\..\new\modules.jam:171: in import from module modules
c:\boost\tools\build\examples-v2\..\new\bootstrap.jam:41: in boost-build from module
c:\boost\tools\build\examples-v2\boost-build.jam:2: in module scope from module

-- 
David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution
 

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