Skip to content
New issue

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

Build failing on qtbase using static build script on Arch #46

Open
tarnith opened this issue Apr 29, 2024 · 0 comments
Open

Build failing on qtbase using static build script on Arch #46

tarnith opened this issue Apr 29, 2024 · 0 comments

Comments

@tarnith
Copy link

tarnith commented Apr 29, 2024

Running

static build using vcpkg

git clone --recurse-submodules https://github.com/free-audio/clap-host
cd clap-host
scripts/build.sh

Produces:

ERROR: Feature "egl": Forcing to "ON" breaks its condition:
    ( QT_FEATURE_opengl OR QT_FEATURE_openvg ) AND EGL_FOUND AND ( QT_FEATURE_dlopen OR NOT UNIX OR INTEGRITY )
Condition values dump:
    QT_FEATURE_opengl = "OFF"
    QT_FEATURE_openvg = "OFF"
    EGL_FOUND = "TRUE"
    QT_FEATURE_dlopen = "ON"
    UNIX = "1"
    INTEGRITY = "0"


CMake Error at cmake/QtBuildInformation.cmake:194 (message):
  Check the configuration messages for an error that has occurred.
Call Stack (most recent call first):
  cmake/QtBuildInformation.cmake:24 (qt_configure_print_summary)
  cmake/QtBuildInternals/QtBuildInternalsConfig.cmake:593 (qt_print_feature_summary)
  CMakeLists.txt:211 (qt_build_repo_end)


-- Configuring incomplete, errors occurred!
ninja: build stopped: subcommand failed.``` 

Linux 6.6.26-1-MANJARO #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant