Registered Member
|
By not providing "FindECM.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ECM", but CMake did not find one. Could not find a package configuration file provided by "ECM" (requested version 5.22) 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 "C:/dev/b_krita/CMakeFiles/CMakeOutput.log". ERROR: CMake configure failed |
KDE Developer
|
Hi, you already made a new post here: viewtopic.php?f=288&t=168556 , if you didn't know what to do next despite Boud's answer, or you wanted to get more information etc., it would be much better to just follow up there, asking for more help, telling where did you get in that manual etc. Just making a new thread with nearly the exact same message is not kind for other forum users.
In the manual link Boud gave you (https://docs.krita.org/en/untranslatabl ... g-on-linux) there is information what to do in case of this error: you need to install dependencies (in this case, the dependency is called "extra-cmake-modules"). On Ubuntu you should be able to just call (possibly with sudo):
And start cmake again. If it doesn't help for the specific ECM error above,
Have you tried this? Otherwise you'll need to chase all the dependencies yourself using apt-cache or some equivalent. I have a list of dependencies for Linux Mint (and it should work on other Ubuntu-based systems, too), but since it's much easier to use the build-dep option, it would be better if you first try that one. |
Registered Member
|
I was trying to compile it in manjaro and I installed ecm-tools and still the same error
Until I'd ask the correct question and it reveal to me that it was the extra-cmake-modules Kind of stupid, and that its solved by the apt-get build-dep or at least is something that it didn't happen to me when i was compile it in ubuntu. if someone newbie it's trying the same, I home this help. |
Registered users: Bing [Bot], claydoh, Evergrowing, Google [Bot], rblackwell