Hi all,
I'm trying to install gmime 2.2.2 on my brand new 4.0 system (as an
requirement for DBmail 2.2.1)
When I try to compile, I get this;
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -
I. -I. -I.. -I.. -I../util -DGMIME_VERSION=
\"2.2.2\" -DGMIME_MAJOR_VERSION=2 -
DGMIME_MINOR_VERSION=2 -
DGMIME_MICRO_VERSION=2 -DG_LOG_DOMAIN=\"gmime
\" -DG_DISABLE_DEPRECATED -pthread -I/usr/local/
include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/
include -g -O2 -MT gmime-gpg-context.lo -MD -MP -MF ".deps/gmime-
gpg-context.Tpo" -c -o gmime-gpg-context.lo gmime-gpg-context.c;
then mv -f ".deps/gmime-gpg-context.Tpo" ".deps/gmime-gpg-
context.Plo"; else rm -f ".deps/gmime-gpg-context.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../util -DGMIME_VERSION=
\"2.2.2\" -DGMIME_MAJOR_VERSION=2 -DGMIME_MINOR_VERSION=2 -
DGMIME_MICRO_VERSION=2 -DG_LOG_DOMAIN=\"gmime\" -
DG_DISABLE_DEPRECATED -pthread -I/usr/local/include/glib-2.0 -I/usr/
local/lib/glib-2.0/include -I/usr/local/include -g -O2 -MT gmime-gpg-
context.lo -MD -MP -MF .deps/gmime-gpg-context.Tpo -c gmime-gpg-
context.c -fPIC -DPIC -o .libs/gmime-gpg-context.o
gmime-gpg-context.c: In function `gpg_ctx_parse_status':
gmime-gpg-context.c:888: error: `ECANCELED' undeclared (first use in
this function)
gmime-gpg-context.c:888: error: (Each undeclared identifier is
reported only once
gmime-gpg-context.c:888: error: for each function it appears in.)
gmime-gpg-context.c: In function `gpg_ctx_op_step':
gmime-gpg-context.c:1110: error: syntax error before "rdset"
gmime-gpg-context.c:1117: error: `rdset' undeclared (first use in
this function)
gmime-gpg-context.c:1135: error: `wrset' undeclared (first use in
this function)
gmime-gpg-context.c:1145: error: `wrsetp' undeclared (first use in
this function)
*** Error code 1
Stop in /install/gmime-2.2.2/gmime.
*** Error code 1
Stop in /install/gmime-2.2.2/gmime (line 591 of Makefile).
*** Error code 1
Stop in /install/gmime-2.2.2 (line 412 of Makefile).
*** Error code 1
Stop in /install/gmime-2.2.2 (line 260 of Makefile).
I've tried googling but cannot find a clear answer.
Anyone know of a way around this ?
Greetz,
Daniel