Boost logo

Boost Testing :

From: Martin Wille (mw8329_at_[hidden])
Date: 2007-03-16 12:51:51


David Abrahams wrote:
> on Fri Mar 16 2007, Martin Wille <mw8329-AT-yahoo.com.au> wrote:
>
>> My test-config.jam
>> is on the page you ask me to respond to.
>
> Not according to what I'm seeing below. You appear to have added an
> additional
>
> using python ... ;
>
> invocation.

You're right. The additional line is:

using python : 2.4 : /usr/local/python/2.4/gcc-4.1.0 : : : <toolset>gcc
<toolset-gcc:version>4.1.2_linux_x86_64 ;

> Apparently you have
>
> using python : 2.4 : ... ;
> using python : 2.4 : ... : : : <toolset>gcc <toolset-gcc:version>4.1.2_linux_x86_64 ;
> using python : 2.4 : ... : : : <toolset>gcc <toolset-gcc:version>4.1.0_linux_x86_64 ;
>
> I'm not 100% sure, but I *think* the problem here is that you used a
> conditional property in the "condition" parameter where you should
> have used a plain one:
>
> using python : 2.4 : ... : : : <toolset>gcc-4.1.2_linux_x86_64 ;
> using python : 2.4 : ... : : : <toolset>gcc-4.1.0_linux_x86_64 ;
>
> Volodya will have to confirm/deny my guess as to the problem I think.

FWIW, I wrote those using lines the way Volodya told me on IRC.

Regards,
m
Send instant messages to your online friends http://au.messenger.yahoo.com


Boost-testing list run by mbergal at meta-comm.com