Can't Install Wireshark due to Qt6Core5Compat?

asked 2022-11-15 02:04:20 +0000

cda4 gravatar image

CMake Error at CMakeLists.txt:1243 (find_package): By not providing "FindQt6Core5Compat.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6Core5Compat", but CMake did not find one.

Could not find a package configuration file provided by "Qt6Core5Compat" with any of the following names:

Qt6Core5CompatConfig.cmake
qt6core5compat-config.cmake

Add the installation prefix of "Qt6Core5Compat" to CMAKE_PREFIX_PATH or set "Qt6Core5Compat_DIR" to a directory containing one of the above files. If "Qt6Core5Compat" provides a separate development package or SDK, be sure it has been installed.

edit retag flag offensive close merge delete

Comments

Are you building on linux/mac and did you run the setup script to bring in dependencies?

Chuckc gravatar imageChuckc ( 2022-11-15 03:24:19 +0000 )edit

Archlinux and where are the tools/arch-setup.sh?

cda4 gravatar imagecda4 ( 2022-11-15 13:13:30 +0000 )edit

What version of Wireshark are you trying to build?
arch-setup.sh was added a year ago and is available in the 4.0 and master(dev) branches.

Chuckc gravatar imageChuckc ( 2022-11-15 13:59:28 +0000 )edit