naraesk / krunner-translator

KRunner Translator (Plasma 5)
https://store.kde.org/p/1081236/
GNU General Public License v3.0
86 stars 14 forks source link

Can't compile ECM error #3

Closed ErSoul closed 6 years ago

ErSoul commented 6 years ago

Hello, I tried to compile this addon, but without success. CMake drops the following error:

  CMake Error at CMakeLists.txt:4 (find_package):                                                                                                         
  Could not find a package configuration file provided by "ECM" (requested                                                                              
  version 5.12.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/erdave/AUR/krunner-translator/build/CMakeFiles/CMakeOutput.log".

The pointed log, doesn't contain any relevant information as I see.

naraesk commented 6 years ago

Hello, thanks for reporting. You were using the aur package?

Am 4. Mai 2018, 17:30, um 17:30, ErSoul notifications@github.com schrieb:

Hello, I tried to compile this addon, but without success. CMake drops the following error:

`CMake Error at CMakeLists.txt:4 (find_package):

Could not find a package configuration file provided by "ECM" (requested

version 5.12.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/erdave/AUR/krunner-translator/build/CMakeFiles/CMakeOutput.log".`

The pointed log, doesn't contain any relevant information as I see.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/naraesk/krunner-translator/issues/3

ErSoul commented 6 years ago

Negative, I just put all my downloaded non-repos applications in that directory. Indeed, there's no AURs PKGBUILD.

I cloned it directly from GIT.

On viernes, 4 de mayo de 2018 1:43:36 P. M. -04 naraesk wrote:

Hello, thanks for reporting. You were using the aur package?

Am 4. Mai 2018, 17:30, um 17:30, ErSoul notifications@github.com schrieb:

Hello, I tried to compile this addon, but without success. CMake drops the following error:

`CMake Error at CMakeLists.txt:4 (find_package):

Could not find a package configuration file provided by "ECM" (requested

version 5.12.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/erdave/AUR/krunner-translator/build/CMakeFiles/CMakeOutput.log".`

The pointed log, doesn't contain any relevant information as I see.

naraesk commented 6 years ago

Do you have extra-cmake-modules installed?

ErSoul commented 6 years ago

On domingo, 6 de mayo de 2018 4:02:02 A. M. -04 naraesk wrote:

Do you have extra-cmake-modules installed?

I didn't. I've installed it now, and it is now running and "activated" by krunner. But it doesn't have any effect on krunner: can't translate. (Already tried restarting the application, the session, and the OS)

What I typed:

en-es hello

But I get nothing.

naraesk commented 6 years ago

Could you post a screenshot of the config dialog?

ErSoul commented 6 years ago

image

Sure, there it is.

naraesk commented 6 years ago

Sorry for the delay. Just realeased version 1.1.0 which should fix the problem :-)

ikajdan commented 6 years ago

It's working now. Thank You :)