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

Can not build on Ubuntu 18 #47

Open
asmyshlyaev177 opened this issue Aug 19, 2018 · 2 comments
Open

Can not build on Ubuntu 18 #47

asmyshlyaev177 opened this issue Aug 19, 2018 · 2 comments

Comments

@asmyshlyaev177
Copy link

When try to run cmake .. -DCMAKE_INSTALL_PREFIX=/usr

Got error

CMake Error at CMakeLists.txt:6 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 0.0.11) with any of the following names:

ECMConfig.cmake
ecm-config.cmake

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

-- Configuring incomplete, errors occurred!
See also "/home/alex/plasma-applet-thermal-monitor/build/CMakeFiles/CMakeOutput.log".

Log file https://ufile.io/6caj0
System - Ubuntu 18, 4.17.0-12.1-liquorix-amd64

@asmyshlyaev177 asmyshlyaev177 changed the title Can not build Ubuntu 18 Can not build on Ubuntu 18 Aug 19, 2018
@Malekblubb
Copy link

You can fix this by simply installing "extra-cmake-modules":
arch: sudo pacman -S extra-cmake-modules
or
ubuntu: sudo apt-get install extra-cmake-modules

@robertgroh
Copy link

I also needed the development files of the plasma framework (package name: libkf5plasma-dev).

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

No branches or pull requests

3 participants