Skip to content

Instantly share code, notes, and snippets.

@hyperlogic
Last active July 27, 2020 22:12
Show Gist options
  • Save hyperlogic/d5b5679718f21caac8f5544f590f7e75 to your computer and use it in GitHub Desktop.
Save hyperlogic/d5b5679718f21caac8f5544f590f7e75 to your computer and use it in GitHub Desktop.
(master)~/code/OpenXRSamples/build > cmake --version
cmake version 3.17.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
(master)~/code/OpenXRSamples/build > cmake .. -A x64
-- Building for: Visual Studio 16 2019
-- EZVCPKG v0.1 starting up
Website: https://github.com/jherico/ezvcpkg
-- EZVCPKG_BASEDIR envrionment variable not found and basedir not set, using default C:\msys64\home\ajthy/.ezvcpkg
-- EZVCPKG initializing
commit: 7d90f94da
repository: https://github.com/jherico/vcpkg.git
local dir: C:/msys64/home/ajthy/.ezvcpkg/7d90f94da
-- EZVCPKG Bootstrapping
-- Found Git: C:/msys64/usr/bin/git.exe (found version "2.10.2")
-- EZVCPKG Cloning repository
Cloning into '/home/ajthy/.ezvcpkg/7d90f94da'...
-- EZVCPKG Checking out commit 7d90f94da
Note: checking out '7d90f94da'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 7d90f94... [openxr] disabling broken structure
-- EZVCPKG Bootstrapping vcpkg binary
Start-Process : Item has already been added. Key in dictionary: 'TMP' Key being added: 'tmp'
At C:\msys64\home\ajthy\.ezvcpkg\7d90f94da\scripts\bootstrap.ps1:397 char:16
+ ... $process = Start-Process -FilePath powershell.exe -ArgumentList $arg ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-Process], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.PowerShell.Commands.StartProcessCommand
Wait-Process : Cannot bind argument to parameter 'InputObject' because it is null.
At C:\msys64\home\ajthy\.ezvcpkg\7d90f94da\scripts\bootstrap.ps1:398 char:31
+ Wait-Process -InputObject $process
+ ~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Wait-Process], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.WaitProcess
Command
The property 'ExitCode' cannot be found on this object. Verify that the property exists.
At C:\msys64\home\ajthy\.ezvcpkg\7d90f94da\scripts\bootstrap.ps1:399 char:5
+ $ec = $process.ExitCode
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
C:\msys64\home\ajthy\.ezvcpkg\7d90f94da\scripts\bootstrap.ps1 : Building vcpkg.exe failed. Please ensure you have
installed Visual Studio with the Desktop C++ workload and the Windows SDK for Desktop C++.
At line:1 char:4
+ & {& 'C:\msys64\home\ajthy\.ezvcpkg\7d90f94da\scripts\bootstrap.ps1' ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,bootstrap.ps1
CMake Error at cmake/ezvcpkg/ezvcpkg.cmake:126 (message):
EZVCPKG vcpkg binary not failed
Call Stack (most recent call first):
cmake/ezvcpkg/ezvcpkg.cmake:221 (EZVCPKG_BOOTSTRAP)
cmake/ezvcpkg/ezvcpkg.cmake:246 (EZVCPKG_FETCH_IMPL)
CMakeLists.txt:8 (ezvcpkg_fetch)
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment