Page MenuHome GnuPG

g10 Compiler error
Open, LowPublic

Description

source='t-keydb.c' object='t-keydb.o' libtool=no \
DEPDIR=.deps depmode=xlc /bin/sh ../build-aux/depcomp \
cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/ist/lcpldn77/gpg2/share/locale\" -DGNUPG_BINDIR="\"/ist/lcpldn77/gpg2/bin\"" -DGNUPG_LIBEXECDIR="\"/ist/lcpldn77/gpg2/libexec\"" -DGNUPG_LIBDIR="\"/ist/lcpldn77/gpg2/lib/gnupg\"" -DGNUPG_DATADIR="\"/ist/lcpldn77/gpg2/share/gnupg\"" -DGNUPG_SYSCONFDIR="\"/ist/lcpldn77/gpg2/etc/gnupg\"" -DGNUPG_LOCALSTATEDIR="\"/ist/lcpldn77/gpg2/var\"" -I/ist/lcpldn77/gpg2/include -I/ist/lcpldn77/gpg2/include -I/ist/lcpldn77/gpg2/include -I/ist/lcpldn77/gpg2/include -g -c -o t-keydb.o t-keydb.c
1506-046 (S) Syntax error.
make[2]: * [t-keydb.o] Error 1
make[2]: Leaving directory `/ist/lcpldn77/dnserver/devel/gpg2_new/gnupg-2.2.25/g10'
make[1]:
* [all-recursive] Error 1
make[1]: Leaving directory `/ist/lcpldn77/dnserver/devel/gpg2_new/gnupg-2.2.25'
make: *** [all] Error 2

Details

Due Date
Dec 21 2020, 12:00 AM
Version
2.2.25

Event Timeline

konijeti created this object in space S1 Public.
werner raised the priority of this task from High to Needs Triage.Dec 20 2020, 2:37 PM
werner added a subscriber: werner.

OS, Compiler, any configure options?

GnuPG requires some C99 features - thus a language level of C89 might not work. We use variadic macros and the func macro. For details see doc/HACKING.