Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Getting Started with Testing
From: Jim Bell (Jim_at_[hidden])
Date: 2012-07-23 09:20:50


..
On 7/23/2012 6:01 AM, Tom Kent wrote:
> I just got a new server running and I was hoping to get a VM going
> running the regression tests on the trunk, but I seem to be having a
> bit of a problem. I can run a regression test fine with msvc-10.0,
> but when I try to run with msvc-8.0 or msvc-9.0 I get the following
> error:
>
> ...
> notice: will use 'C:\program files (x86)\microsoft visual studio
> 10.0\VC\bin\cl.exe' for msvc, condition <toolset>msvc-10.0I'm
> particularly noticing the line that says: "8.0" is not a known
> subfeature value of <toolset>msvc, but I'm not sure why that would be
> happening.

It looks to me that, after detecting all three versions of MSVC, it's
getting confused.

Try running it from an environment where only one of these is set (i.e.,
the desired one, as an environment variable):
VS100COMNTOOLS
VS90COMNTOOLS
VS80COMNTOOLS


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