vcpkg install failure #1853
Replies: 2 comments 1 reply
-
This looks like a general vcpkg failure than an osgEarth specific problem: Can you paste in the log from here: D:\dev\vcpkg\buildtrees\osgearth\config-x64-windows-out.log |
Beta Was this translation helpful? Give feedback.
-
I checked the log, here's the error message there. So it's looking for this library cfitsio but not found. Anyway, I was able to build from source code in 3.2 with no issue. The code in master branch is currently broken though. |
Beta Was this translation helpful? Give feedback.
-
I'm following the instructions
vcpkg install osgearth:x64-windows
all dependency packages are installed fine, then I got this error
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
Command failed: ninja -v
Working Directory: D:/dev/vcpkg/buildtrees/osgearth/x64-windows-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
D:\dev\vcpkg\buildtrees\osgearth\config-x64-windows-out.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_configure_cmake.cmake:345 (vcpkg_execute_required_process)
ports/osgearth/portfile.cmake:34 (vcpkg_configure_cmake)
scripts/ports.cmake:142 (include)
Error: Building package osgearth:x64-windows failed with: BUILD_FAILED
How to fix this?
Beta Was this translation helpful? Give feedback.
All reactions