Boost logo

Boost-Build :

Subject: Re: [Boost-build] Target alternatives problem
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-06-27 20:57:10


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.

In Christ,
Steven Watanabe




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