https://bugs.kde.org/show_bug.cgi?id=375076
Bug ID: 375076 Summary: Build failure for kgpgfile.cpp Product: kmymoney4 Version: git (master) Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: file Assignee: kmymoney-devel@kde.org Reporter: iann_bugzi...@blueyonder.co.uk Target Milestone: --- Building on Fedora 25: cmake picks up that kf5-gpgmepp-devel is installed GpgME Encryption: yes When I try to compile in the build directory, I get the following: [ 0%] Building CXX object libkgpgfile/CMakeFiles/kgpgfile.dir/kgpgfile.cpp.o /src/kmymoney/kmymoney4/kmymoney/libkgpgfile/kgpgfile.cpp:40:29: fatal error: gpgme++/context.h: No such file or directory #include <gpgme++/context.h> If I set CPLUS_INCLUDE_PATH=/usr/include/KF5:/usr/include/KF5/gpgme++ then the compile does get passed two errors. Later it then produces: [ 63%] Linking CXX executable kmymoney /usr/bin/ld: cannot find -lGpgmepp collect2: error: ld returned 1 exit status kmymoney/CMakeFiles/kmymoney.dir/build.make:271: recipe for target 'kmymoney/kmymoney' failed make[2]: *** [kmymoney/kmymoney] Error 1 CMakeFiles/Makefile2:501: recipe for target 'kmymoney/CMakeFiles/kmymoney.dir/all' failed make[1]: *** [kmymoney/CMakeFiles/kmymoney.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 -- You are receiving this mail because: You are the assignee for the bug.