Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problem when specifying msvc-9.0
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-11-15 15:20:54


AMDG

On 11/14/2018 10:56 PM, Edward Diener via Boost-build wrote:
> On 11/14/2018 10:52 PM, Steven Watanabe via Boost-build wrote:
>> On 11/14/2018 06:59 PM, Edward Diener via Boost-build wrote:
>>> On the latest 'develop' branch if I specify b2 toolset=msvc-9.0 I get no
>>> 'cl' found. Other msvc toolsets, such as msvc-8.0, msvc-10.0, msvc-11.0,
>>> msvc-12.0, msvc-14.0, and msvc-14.1 all work properly. If I run
>>> "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
>>> x86 or "C:\Program Files (x86)\Microsoft Visual Studio
>>> 9.0\VC\vcvarsall.bat" amd64 the proper vc++9.0 environments are setup
>>> and cl /? shows that cl is found. Ideas ?
>>>
>>
>> What is the command that b2 uses?
>
> b2 toolset=msvc-9.0
>
> in, let's say, the boost/preprocessor/test directory with a
> user-config.jam of:
>
> using msvc ;
>

I meant, what is the cl.exe command that
Boost.Build issues (including the setup
script call)?

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk