Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Change to toolset configuration on trunk
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2013-05-14 10:16:24


On Tue, May 14, 2013 at 12:46 AM, Ben Pope <benpope81_at_[hidden]> wrote:

> It appears something has changed on trunk as my test runner stopped
> working (on trunk, release is still fine) around the 5th May, I suspect I
> was doing something wrong.
>
> user-config.jam contains:
>
> using gcc : 4.8.0_c++11 : g++-4.8 : <cxxflags>-std=c++11 ;
>
> Invocation of run.py:
> ./run.py --tag=trunk --runner="BP x86_64 C++11" --toolsets=gcc-4.8.0_c++11,
> **clang-3.2_c++11_libc++ --bjam-options=-j7
>
> bjam.log outputs:
> /home/ben/development/boost/**test/build/tools_bb/util/**numbers.jam:22:
> in numbers.check from module numbers
> error: 0_c++11 in 4 8 0_c++11
> error: is not a number
>
> Fair enough, seems I was abusing the version field (for both clang and gcc)
>
> Is there a recommended way of creating a toolset with a name that has
> certain options defaulted, such as std=c++11?
>

Try using the tilde ("~") as a separator between the numerical version
number and the rest of the toolset name.

-- 
-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo


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