Nitrux / maui-shell

Maui Shell is a convergent shell for desktops, tablets, and phones.
GNU Lesser General Public License v3.0
1.49k stars 50 forks source link

CMake can't find KDEDConfig.cmake when compiling Maui Shell #29

Closed txl263 closed 2 years ago

txl263 commented 2 years ago

Describe the bug When I run CMake there's an error about a missing .cmake file.

To Reproduce

cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_BSYMBOLICFUNCTIONS=OFF \
-DQUICK_COMPILER=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu/cmake/MauiKit;/usr/lib/x86_64-linux-gnu/cmake/MauiKitFileBrowsing"  ..
-- Found KF5: success (found suitable version "5.92.0", minimum required is "5.60") found components: I18n Config Service
-- Found KF5: success (found version "5.92.0") found components: DocTools Runner Notifications NotifyConfig Su Wallet IdleTime Declarative I18n Crash GlobalAccel DBusAddons Wayland CoreAddons People ActivitiesStats Activities KIO Prison Package Archive IconThemes UnitConversion ItemModels Init TextEditor
CMake Error at startcask/CMakeLists.txt:7 (find_package):
  Could not find a package configuration file provided by "KDED" with any of
  the following names:

    KDEDConfig.cmake
    kded-config.cmake

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

-- Configuring incomplete, errors occurred!
See also "/home/eric/maui-shell/build/CMakeFiles/CMakeOutput.log".

Expected behavior Maui Shell is compiled.

Screenshots None.

Desktop (please complete the following information):

cniw commented 2 years ago

Install this package sudo apt install kded5-dev