Boost logo

Boost Testing :

From: Jim Douglas (jim_at_[hidden])
Date: 2005-11-21 10:03:09


Rene Rivera wrote:
> Jim Douglas wrote:
>
>>1. As it stands the qcc-tools.jam file represents a 'virtual' tool and
>>will produce undefined results if used on its own. Is there some way we
>>can insert some default values for GXX/GCC in case this happens?
>
>
> Yea you could do:
>
> {
> local GXX ?= QCC ;
> local GCC ?= qcc ;
> extends-toolset gcc ;
> ...
> }
>
> That way it would use whatever the user has configured as the default
> version and target.

This does not seem to work. It objects to the "?=" - or was I meant to
leave out the "?" ? With a statement like the above what is the effect
of the braces "{..}" ?

I have modified and reduced the size of qcc-tools.jam based on your
suggestions. I still have a few more changes to test and then I will
post the revised files for you to commit to cvs.

Thanks for the help.

Jim


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