Boost logo

Boost-Build :

Subject: Re: [Boost-build] Target alternatives problem
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-06-27 21:28:47


On 6/27/2011 8:57 PM, Steven Watanabe wrote:
> AMDG
>
> On 06/27/2011 05:33 PM, Edward Diener wrote:
>> I could not find documentation for target alternatives in Boost Build
>> but it had previously been explained to me on this list so I tried:
>>
>> alias preprocessor_gcc
>> :
>> [ compile arithmetic.cpp
>> :<cflags>-std=c99
>> : arithmetic_gcc
>> ]
>> :
>> toolset<gcc>
>> ;
>>
>> only to be met by:
>>
>> C:/Programming/VersionControl/boost/tools/build/v2/build\property.jam:370:
>> in property.make from module property
>> error: 'toolset<gcc>' is not a valid property specification
>> <snip>
>>
>> What have I done wrong this time ?
>>
>
> It should be<toolset>gcc.

Thanks !


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