zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
328 stars 18 forks source link

CMake Error at CMakeLists.txt:15 (find_package): #127

Closed Aviksaikat closed 8 months ago

Aviksaikat commented 1 year ago

Hi, I'm trying to build this project on kali 6.3.0-kali1-amd64 & got this error

CMake Error at CMakeLists.txt:15 (find_package):
  Could not find a configuration file for package "ECM" that is compatible
  with requested version "5.240.0".

  The following configuration files were considered but not accepted:

    /usr/share/ECM/cmake/ECMConfig.cmake, version: 5.107.0

image If I change it to set(KF_MIN_VERSION "5.107.0") then getting this error

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

  Could not find a package configuration file provided by "KF6" (requested
  version 5.107.0) with any of the following names:

    KF6Config.cmake
    kf6-config.cmake

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

Platform

Linux kali 6.3.0-kali1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.3.7-1kali1 (2023-06-29) x86_64 GNU/Linux

image

zzag commented 8 months ago

You're attempting to build Plasma 6 version of this plugin. Get https://github.com/zzag/plasma5-wallpapers-dynamic/releases/tag/4.4.0 and then follow the build instructions in README file.