[gpgme++] [Bug 398863] New: Building against a locally built copy of libgpg-error fails due to missing include path
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Thu Sep 20 09:58:35 BST 2018
https://bugs.kde.org/show_bug.cgi?id=398863
Bug ID: 398863
Summary: Building against a locally built copy of libgpg-error
fails due to missing include path
Product: gpgme++
Version: git
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: jm.ouwerkerk at gmail.com
Target Milestone: ---
When building with kdesrc-build, the locally built copy of libgpg-error is
picked up during ./configure but the include path is not set correctly: the
include directory of the locally build libgpg-error is not added to the include
path.
As a result, the build fails on an #include <gpg-error.h>
A workaround when building with kdesrc-build is to add:
```
options gpgme
set-env CFLAGS -I/path/to/your/kde/dir/include
end-options
```
To your kdesrc-build.rc file. (An equivalent manual workaround should also
work)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list