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
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j17
Working Directory: D:/OneDrive/Documents/GitLab/mega/vcpkg/buildtrees/jasper/x64-windows-dbg
See logs for more information:
D:\OneDrive\Documents\GitLab\mega\vcpkg\buildtrees\jasper\install-x64-windows-dbg-out.log
Followed the guide
mkdir mega
cd mega
git clone https://github.com/meganz/sdk
git clone https://github.com/microsoft/vcpkg
when run this
cmake -DVCPKG_ROOT=vcpkg -DCMAKE_BUILD_TYPE=Debug -S sdk -B build_dir
i got this error below
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: "C:/Program Files/CMake/bin/cmake.exe" --build . --config Debug --target install -- -v -j17
Working Directory: D:/OneDrive/Documents/GitLab/mega/vcpkg/buildtrees/jasper/x64-windows-dbg
See logs for more information:
D:\OneDrive\Documents\GitLab\mega\vcpkg\buildtrees\jasper\install-x64-windows-dbg-out.log
Call Stack (most recent call first):
D:/OneDrive/Documents/GitLab/mega/build_dir/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
D:/OneDrive/Documents/GitLab/mega/build_dir/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
buildtrees/versioning_/versions/jasper/d7f51c26899ba9433a5a3ab92fc5b5887d5c764c/portfile.cmake:38 (vcpkg_cmake_install)
scripts/ports.cmake:192 (include)
error: building jasper:x64-windows 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 jasper:x64-windows: 34 s
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+jasper
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=[jasper]+Build+error+on+x64-windows&body=Copy+issue+body+from+D%3A%2FOneDrive%2FDocuments%2FGitLab%2Fmega%2Fbuild_dir%2Fvcpkg_installed%2Fvcpkg%2Fissue_body.md
-- Running vcpkg install - failed
CMake Error at D:/OneDrive/Documents/GitLab/mega/vcpkg/scripts/buildsystems/vcpkg.cmake:904 (message):
vcpkg install failed. See logs for more information:
D:\OneDrive\Documents\GitLab\mega\build_dir\vcpkg-manifest-install.log
Call Stack (most recent call first):
D:/OneDrive/Documents/GitLab/mega/build_dir/CMakeFiles/3.30.3/CMakeSystem.cmake:6 (include)
CMakeLists.txt:82 (project)
CMake Error at CMakeLists.txt:82 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:82 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: