We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using vcpkg to install qt5-base, the compilation process fails when reaching the qt module. The error message is as follows:
ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.
export VCPKG_DEFAULT_HOST_TRIPLET="arm64-linux" export VCPKG_DEFAULT_TRIPLET="arm64-linux" export VCPKG_FORCE_SYSTEM_BINARIES="arm" export VCPKG_OVERLAY_PORTS="/data/data/com.termux/files/home/qt/overlay-ports" export VCPKG_ROOT="/data/data/com.termux/files/home/vcpkg" export VCPKG_TARGET_TRIPLET="arm64-linux" export PATH=$VCPKG_ROOT:$PATH vcpkg install --allow-unsupported
{ "dependencies": [ "qt5-base" ], "overrides":[ { "name":"qt5-base", "version":"5.15.16" }] }
This issue prevents further progress in the build process.
How can I resolve this issue? config-arm64-linux-dbg-err.log.txt
The text was updated successfully, but these errors were encountered:
qt5-base build is complete. qt.vcpkg.tar.gz
Sorry, something went wrong.
No branches or pull requests
Content
When using vcpkg to install qt5-base, the compilation process fails when reaching the qt module. The error message is as follows:
compile.sh
vcpkg.json
This issue prevents further progress in the build process.
How can I resolve this issue?
config-arm64-linux-dbg-err.log.txt
The text was updated successfully, but these errors were encountered: