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

ERROR ON BUILDING MUMBLE #6626

Open
ejaysaya opened this issue Nov 9, 2024 · 5 comments
Open

ERROR ON BUILDING MUMBLE #6626

ejaysaya opened this issue Nov 9, 2024 · 5 comments
Labels

Comments

@ejaysaya
Copy link

ejaysaya commented Nov 9, 2024

The issue

now i only got this problem.

C:\dev\mumble\build>cmake -G "NMake Makefiles" "-DVCPKG_TARGET_TRIPLET=x64-windows-static-md" "-Dstatic=ON" "-DCMAKE_TOOLCHAIN_FILE=C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake" "-DIce_HOME=C:/dev/vcpkg/installed/x64-windows-static-md" "-DCMAKE_BUILD_TYPE=Release" ..
-- Found Python interpreter version 3.9.13
-- Using Win7 as the oldest supported Windows version
-- Using (among others) the following compiler flags: /WX;/W4;/O2;/bigobj;/options:strict
-- ##################################################
-- Mumble version: 1.6.0
-- Architecture: x86
-- Build type: Release
-- Using LTO in release builds: ON
-- ##################################################
CMake Error at cmake/pkg-utils.cmake:87 (message):
Qt6 component not found: Core 6.2
Call Stack (most recent call first):
src/CMakeLists.txt:20 (find_pkg)

Mumble version

1.5.634

Mumble component

Both

OS

Windows

Additional information

i am not sure if i am doing it right but i installed Qt6 itself but still it looks for Qt6 component not found: Core 6.2

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Nov 9, 2024

You need to have the relevant Qt version to be installed via vcpkg.

@ejaysaya
Copy link
Author

i already have installed it. and followed the instructions i just don't understand why is it looking for Qt6 component : Core 6.2

image

@davidebeatrici
Copy link
Member

We're looking for a minimum Qt version of 6.2 since ab7285f.

@ejaysaya
Copy link
Author

We're looking for a minimum Qt version of 6.2 since ab7285f.

THANKS so it means i have to manually install. even if i used the prebuilt files

@Krzmbrzl
Copy link
Member

No. The prebuilt env is working. That's what we are using on our CI to build Mumble. Just make sure you have the latest version of the build env.

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

No branches or pull requests

3 participants