free-audio / clap-host

Reference Host
MIT License
49 stars 14 forks source link

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

Open tarnith opened 4 months ago

tarnith commented 4 months ago

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