Re: [Boost-build] Building Boost 1.69 with Visual Studio 1.69
Mateusz Loskot via Boost <[email protected]> Mon, 25 Mar 2019 21:15:43 +0100
| Newsgroups | gmane.comp.lib.boost.devel,gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <CABUeae95NP5_aLZ_Q8S5vzj++KfuGKTym=4zukJu9pAn6hqxYw@mail.gmail.com> |
On Mon, 25 Mar 2019 at 20:00, Rene Rivera via Boost-build <[email protected]> wrote: > On Mon, Mar 25, 2019 at 1:09 PM Paul A. Bristow via Boost <[email protected]> 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost