Host Environment
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: D:/vcpkg/packages/boost-build_x64-windows/tools/boost-build/bootstrap.bat msvc
Working Directory: D:/vcpkg/packages/boost-build_x64-windows/tools/boost-build
Error code: 2
See logs for more information:
D:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-out.log
D:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-err.log
Hi @edidada, I can't reproduce it locally. Can you provide your build log?
D:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-out.log
D:\vcpkg\buildtrees\boost-build\bootstrap-x64-windows-err.log
Thanks.
Ports boost-build & boost-modular-build-helper, last time I checked (yesterday), both have incorrect versions numbers 1.70.0 versus the version they're supposed to be building, 1.71.0 (these two seem to always be missed when the boost libraries are upgraded. Here is the findings of my research:
You are ready to go!
@edidada, currently boost has been upgrade t0 1.74.0, please get latest source and try again, and report an new issue with failrure logs if the issue persist.
Most helpful comment
Ports boost-build & boost-modular-build-helper, last time I checked (yesterday), both have incorrect versions numbers 1.70.0 versus the version they're supposed to be building, 1.71.0 (these two seem to always be missed when the boost libraries are upgraded. Here is the findings of my research:
Note: I have VS2017 and VS2019 installed with all available toolsets for each and I have 2 versions of vcpkg installed completely built by each versions primary toolset, compilers and linkers, all x64-windows, in addition to building vcpkg with the -win64 option.
So I guess what I'm asking is where would one make the add/change in the group of portfiles to make boost build using the default toolset, compiler and linker for the version of visual studio you are using?