Skip to content

Instantly share code, notes, and snippets.

@vlj
Created February 16, 2017 12:45
Show Gist options
  • Save vlj/a839f593af2faca17a731263f9f39fd6 to your computer and use it in GitHub Desktop.
Save vlj/a839f593af2faca17a731263f9f39fd6 to your computer and use it in GitHub Desktop.
Applied user-wide integration for this vcpkg root.
All C++ projects can now #include any installed libraries.
Linking will be handled automatically.
Installing new libraries will make them instantly available.
---> 5bdf00cd71a4
Removing intermediate container 088b7f6074f9
Step 12/12 : RUN .\vcpkg install zlib
---> Running in 52aa8b7c36c1
Error HRESULT E_FAIL has been returned from a call to a COM component.
At C:\vcpkg\vcpkg-master\scripts\fetchDependency.ps1:122 char:9
+ $zip = $shell.NameSpace($file)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException
You cannot call a method on a null-valued expression.
At C:\vcpkg\vcpkg-master\scripts\fetchDependency.ps1:123 char:26
+ foreach($item in $zip.items())
+ ~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Could not detect or download cmake
At C:\vcpkg\vcpkg-master\scripts\fetchDependency.ps1:214 char:9
+ throw [System.IO.FileNotFoundException] ("Could not detect or ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], FileNotFoundException
+ FullyQualifiedErrorId : Could not detect or download cmake
Launching powershell failed or was denied
The command 'powershell -ExecutionPolicy Unrestricted -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'S
ilentlyContinue'; .\vcpkg install zlib' returned a non-zero code: 1
PS C:\Users\Vincent\Documents\dockerwin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment