-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
Host Environment
Vcpkg package management program version 2019.08.27-nohash
OS: Windows 10
Compiler: VS Express 2017 for Windows Desktop
( Also tried with Commutiny Edition - same result )
Cmake: cmake-3.15.3-win64-x64 ( tried 3.14 -- same result )
(Note I have two other Windows 10 machines where vcpkg behaves as expected )
To Reproduce
Steps to reproduce the behavior:
./vcpkg install cxxopts:x64-windows-static
(Note this just one of the libraries that I tried to install and failed. Others include fmt, boost-filesystem).
Failure logs
-- Configuring x64-windows-static
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: ninja -v
Working Directory: ..\vcpkg/buildtrees/cxxopts/x64-windows-static-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
..\vcpkg\buildtrees\cxxopts\config-x64-windows-static-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_configure_cmake.cmake:296 (vcpkg_execute_required_process)
ports/cxxopts/portfile.cmake:12 (vcpkg_configure_cmake)
scripts/ports.cmake:85 (include)
Error: Building package cxxopts:x64-windows-static failed with: BUILD_FAILED
config-x64-windows-static-out.log
Additional context
Installed VS 2017, Community Edition .. didn't work
Tried different versions of Cmake, -- none worked
Run Powershell with and without Admin rights
Forced use of different versions of WIndows SDK