Boost logo

Boost-Build :

Subject: Re: [Boost-build] bug: condition eval on FreeBSD not correctly working
From: Oliver Kowalke (k-oli_at_[hidden])
Date: 2010-05-26 12:26:03


Am 26.05.2010 17:59, schrieb Steven Watanabe:
> AMDG
>
> Oliver Kowalke wrote:
>> Hi,
>> in my Jamfile.v2 the statement:
>>
>> if $(arch) = "i386" && (<toolset>gcc in $(properties) ||
>> <toolset>intel in $(properties))
>
> Watch out for the infamous bjam tokenizing rules.
> This is parsed as
>
> if "$(arch)" = "i386" && "(<toolset>gcc" in $(properties) ||
> <toolset>intel in "$(properties))"

? I still don't know why it is working on Linux but on FreeBSD not.
Sorry I can't follow what you try to tell me.

Oliver


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