Page MenuHome GnuPG

How to build Gpgmepp in Windows 10
Closed, InvalidPublic

Description

I am compiling Kleopatra aplication in Craft on Windows Powershell, but the following error occurs while compiling.

CMake Error at CMakeLists.txt:44 (find_package):
Could not find a package configuration file provided by "Gpgmepp" (requested version 1.13.1) with any of the following names:
**GpgmeppConfig.cmake

gpgmepp-config.cmake**

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

Event Timeline

kashif created this object in space S1 Public.
ikloecker triaged this task as Low priority.
ikloecker added a subscriber: ikloecker.

Please talk to the KDE folks who develop Craft. We do not support building anything with Craft. Check out gpg4win (https://dev.gnupg.org/source/gpg4win/) to see how we build our products on Windows.

Short answer to your problem: gpgmepp does not come with CMake support. That's why there is no GpgmeppConfig.cmake, etc.. You need to use pkgconfig to find gpgmepp. Ask the Craft developers. Best ask them on IRC or a mailing list (if there is one). Use your favorite search engine to find out how to contact them.

In any case, this is a bug tracker and not a support forum. Closing.