On Mon, 25 Mar 2019 at 20:00, Rene Rivera via Boost-build
On Mon, Mar 25, 2019 at 1:09 PM Paul A. Bristow via Boost
wrote: This looks fine, except that what I really expect and want to be able to do is use BOTH 14.1 and 14.2 in one call of bjam/b2
b2 address-model=64 toolset=msvc-14.1,msvc-14.2 ...
If that's not supported it would be a bug.
So I put this in my user-config.jam
using msvc : # Version VS 2017 14.1 : # compiler location (Note that the file layout completely changed recently) "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.14.26428/bin/Hostx64/x64/cl.exe" # 15.7.1 15May2018 for
You shouldn't need to put in the cl.exe path. B2 is supposed to find it on its own.
Yes. Things seem to improved since my last e-mail where I described the hack. This should do the trick now, AFAICT: using msvc : 14.2 ; Best regards, -- Mateusz Loskot, http://mateusz.loskot.net