santiacq / krunnercrypto

A KRunner plugin to view the current price of cryptocurrencies
GNU General Public License v3.0
15 stars 0 forks source link

Error while install. #1

Closed ca5ua1 closed 2 years ago

ca5ua1 commented 2 years ago
 ./install.sh                                      
-- The C compiler identification is GNU 11.1.0
-- The CXX compiler identification is GNU 11.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:8 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 5.72.0) 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/casual/Small_scripts/krunnercrypto/build/CMakeFiles/CMakeOutput.log".
santiacq commented 2 years ago

Maybe there's a dependency missing. Can you tell me which distribution (and version) you are using? I'll try to figure out whats happening

ShalmonAnandas commented 2 years ago

Maybe there's a dependency missing. Can you tell me which distribution (and version) you are using? I'll try to figure out whats happening

Same error on Arch.

needed dependency is "extra-cmake-modules"

santiacq commented 2 years ago

@ShalmonAnandas you're right. Both "cmake" and "extra-cmake-modules" are needed. I'll try running it on fresh installs to see if there's another dependency that I'm missing.