Hi all,
trying to build gpgme-1.11.1 from source on Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux.
./configure finishes fine (Exit 0, no erros found)
make fires an error afterwards:
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgme-json.o -MD -MP -MF .deps/gpgme-json.Tpo -c -o gpgme-json.o gpgme-json.c
mv -f .deps/gpgme-json.Tpo .deps/gpgme-json.Po
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT cJSON.o -MD -MP -MF .deps/cJSON.Tpo -c -o cJSON.o cJSON.c
cJSON.c:45:20: fatal error: gpgrt.h: Datei oder Verzeichnis nicht gefunden
- include <gpgrt.h> ^
compilation terminated.
Makefile:908: die Regel für Ziel „cJSON.o“ scheiterte
make[2]: * [cJSON.o] Fehler 1
make[2]: Verzeichnis „/opt/GPGME/gpgme-1.11.1/src“ wird verlassen
Makefile:521: die Regel für Ziel „all-recursive“ scheiterte
make[1]: * [all-recursive] Fehler 1
make[1]: Verzeichnis „/opt/GPGME/gpgme-1.11.1“ wird verlassen
Makefile:452: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
Thx for your support.
Best wishes, Elan