You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was trying to install vcpkg with "vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static" command (i'm installing this for sonic cd decomp), but as i put those command, i got this error
D:\Sonic\Sonic CD\vcpkg>vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static
Computing installation plan...
The following packages will be built and installed:
glew:[email protected]#4
libogg:[email protected]#1
libtheora:[email protected]#7
libvorbis:[email protected]#3
vcpkg-cmake-config:x64-windows@2024-05-23
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows-static...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe
Restored 0 package(s) from C:\Users\aqils\AppData\Local\vcpkg\archives in 1.26 ms. Use --debug to see more details.
Installing 1/8 opengl:x64-windows-static@2022-12-04#3...
Building opengl:x64-windows-static@2022-12-04#3...
CMake Error at ports/opengl/portfile.cmake:13 (message):
Portfile not yet configured for Windows SDK with version:
Call Stack (most recent call first):
ports/opengl/portfile.cmake:46 (copy_from_windows_sdk)
scripts/ports.cmake:196 (include)
CMake Error at ports/opengl/portfile.cmake:13 (message):
Portfile not yet configured for Windows SDK with version:
Call Stack (most recent call first):
i was trying to install vcpkg with "vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static" command (i'm installing this for sonic cd decomp), but as i put those command, i got this error
error: building opengl:x64-windows-static failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle opengl:x64-windows-static: 82.3 ms
Please ensure you're using the latest port files with
git pull
andvcpkg update
.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+opengl
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[opengl]+Build+error+on+x64-windows-static&body=Copy+issue+body+from+D%3A%2FSonic%2FSonic%20CD%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
here is the full log
D:\Sonic\Sonic CD\vcpkg>vcpkg.exe install glew sdl2 libogg libtheora libvorbis --triplet=x64-windows-static
Computing installation plan...
The following packages will be built and installed:
glew:[email protected]#4
libogg:[email protected]#1
libtheora:[email protected]#7
libvorbis:[email protected]#3
sdl2:[email protected]
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows-static...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe
Detecting compiler hash for triplet x64-windows...
Compiler found: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe
Restored 0 package(s) from C:\Users\aqils\AppData\Local\vcpkg\archives in 1.26 ms. Use --debug to see more details.
Installing 1/8 opengl:x64-windows-static@2022-12-04#3...
Building opengl:x64-windows-static@2022-12-04#3...
CMake Error at ports/opengl/portfile.cmake:13 (message):
Portfile not yet configured for Windows SDK with version:
Call Stack (most recent call first):
ports/opengl/portfile.cmake:46 (copy_from_windows_sdk)
scripts/ports.cmake:196 (include)
error: building opengl:x64-windows-static failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle opengl:x64-windows-static: 82.3 ms
Please ensure you're using the latest port files with
git pull
andvcpkg update
.Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+opengl
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[opengl]+Build+error+on+x64-windows-static&body=Copy+issue+body+from+D%3A%2FSonic%2FSonic%20CD%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md
any help is appreciated
The text was updated successfully, but these errors were encountered: