Open smiddy opened 5 years ago
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.
Boost Version: 1.69 System: Win 10, 64 bit Using: Visual Studio Build Tools 2017, v15.9.28307.423
I tried to compile the Boost library with VS2017, utilizing
x64 native Tools Command Prompt for VS2017
:No problems with bootstrap:
The following compilations succeed:
b2 address-model=64
results invc141
code as expectedb2 toolset=msvc-14.0 address-model=64
succeedsb2 toolset=msvc-12.0 address-model=64
failsThe error is
don't know how to make <p/C:/Users/schmmark/Downloads/boost_1_69_0/boost_1_69_0>C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\Hostx64\vcvarsall.bat
There is a discussion here: https://groups.google.com/forum/#!topic/boost-list/sOy30ec_isU
Are changes already implemented?