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
To Reproduce vcpkg.exe install glew:arm64-android
or vcpkg.exe install glew:arm-android
Failure logs
Computing installation plan...
The following packages will be built and installed:
glew[core]:arm64-android -> 2.2.0
Detecting compiler hash for triplet arm64-android...
Restored 0 packages from C:\Users\gksqu\AppData\Local\vcpkg\archives in 128.7 us. Use --debug to see more details.
Installing 1/1 glew:arm64-android...
Building glew[core]:arm64-android...
-- Using community triplet arm64-android. This triplet configuration is not guaranteed to succeed.
-- [COMMUNITY] Loading triplet configuration from: D:\Source\StarEngine\StarEngineSample\StarEngine\Engine\Source\ThirdParty\vcpkg\triplets\community\arm64-android.cmake
-- Using cached glew-2.2.0.tgz.
-- Cleaning sources at D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/src/glew-7f0b9182fc.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/downloads/glew-2.2.0.tgz
-- Applying patch fix-LNK2019.patch
-- Using source at D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/src/glew-7f0b9182fc.clean
-- Configuring arm64-android-dbg
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:128 (message):
Command failed: "C:/Program Files/CMake/bin/cmake.exe" D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/src/glew-7f0b9182fc.clean/build/cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/packages/glew_arm64-android/debug -DBUILD_UTILS=OFF -DCMAKE_MAKE_PROGRAM=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=21 -DBUILD_SHARED_LIBS=OFF -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/scripts/toolchains/android.cmake -DVCPKG_TARGET_TRIPLET=arm64-android -DVCPKG_SET_CHARSET_FLAG=ON -DVCPKG_PLATFORM_TOOLSET=external -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE -DCMAKE_VERBOSE_MAKEFILE=ON -DVCPKG_APPLOCAL_DEPS=OFF -DCMAKE_TOOLCHAIN_FILE=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON -DVCPKG_CXX_FLAGS= -DVCPKG_CXX_FLAGS_RELEASE= -DVCPKG_CXX_FLAGS_DEBUG= -DVCPKG_C_FLAGS= -DVCPKG_C_FLAGS_RELEASE= -DVCPKG_C_FLAGS_DEBUG= -DVCPKG_CRT_LINKAGE=static -DVCPKG_LINKER_FLAGS= -DVCPKG_LINKER_FLAGS_RELEASE= -DVCPKG_LINKER_FLAGS_DEBUG= -DVCPKG_TARGET_ARCHITECTURE=arm64 -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_INSTALL_BINDIR:STRING=bin -D_VCPKG_ROOT_DIR=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg -D_VCPKG_INSTALLED_DIR=D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/installed -DVCPKG_MANIFEST_INSTALL=OFF
Working Directory: D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/arm64-android-dbg
Error code: 1
See logs for more information:
D:\Source\StarEngine\StarEngineSample\StarEngine\Engine\Source\ThirdParty\vcpkg\buildtrees\glew\config-arm64-android-dbg-out.log
D:\Source\StarEngine\StarEngineSample\StarEngine\Engine\Source\ThirdParty\vcpkg\buildtrees\glew\config-arm64-android-dbg-err.log
Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:343 (vcpkg_execute_required_process)
ports/glew/portfile.cmake:21 (vcpkg_cmake_configure)
scripts/ports.cmake:146 (include)
error: building glew:arm64-android failed with: BUILD_FAILED
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+glew
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[glew]+Build+error
Include '[glew] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
vcpkg-tool version: 2022-05-05-67e17c1782801cf481be9ac0b3765dff3e4bdeb8
vcpkg-scripts version: 0cf5b4305 2022-05-13 (2 days ago)
config-arm64-android-dbg-err.log
CMake Error at C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY
OPENGL_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.23/Modules/FindOpenGL.cmake:443 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake:824 (_find_package)
CMakeLists.txt:43 (find_package)
config-arm64-android-dbg-out.log
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Microsoft/AndroidNDK/android-ndk-r21e/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring incomplete, errors occurred!
See also "D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/arm64-android-dbg/CMakeFiles/CMakeOutput.log".
I'm making a buildable cross-platform(Windows, Android) engine on windows 10, 11.
Host Environment
To Reproduce
vcpkg.exe install glew:arm64-android
or
vcpkg.exe install glew:arm-android
Failure logs
config-arm64-android-dbg-err.log
config-arm64-android-dbg-out.log
D:/Source/StarEngine/StarEngineSample/StarEngine/Engine/Source/ThirdParty/vcpkg/buildtrees/glew/arm64-android-dbg/CMakeFiles/CMakeOutput.log
Additional context
The text was updated successfully, but these errors were encountered: