Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Problems running tests against clang
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2013-09-10 02:26:46


Le 09/09/13 21:34, Tom Kent a écrit :
> Command:
> python run.py --runner=teeks99-09b-Ubuntu12.04-64 --toolsets=clang-3.3
> --force-update --bjam-options=-j2 --comment=../info.html
>
> Full user_config.jam:
> $ cat ../user-config.jam
> using gcc : 4.8 : g++-4.8 ;
> using gcc : 4.6 : g++-4.6 ;
> using clang : 3.3 : clang++-3.3;
>
>
>
I suspect that you mean

using clang : 3.3 : clang++-3.3 ;
                                                  ^

with a white space before the colon and after clang++-3.3.

Vicente


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