[exim] Compile problem with exim 4.74

Top Page
Delete this message
Reply to this message
Author: Oliver Fleischmann
Date:  
To: exim-users
Subject: [exim] Compile problem with exim 4.74
Hello,

while trying to compile exim 4.74 on an aged SuSE Linux 7.3 system I got
some strange errors that didn't occur with 4.73. Any hints what goes
wrong?

Oliver


gcc drtables.c
gcc -c -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I.
-I/home/oliver/src/exim/pcre/ drtables.c
drtables.c: In function `init_lookup_list':
drtables.c:413: parse error before `extern'
drtables.c:414: `dbmdb_lookup_module_info' undeclared (first use in this
function)
drtables.c:414: (Each undeclared identifier is reported only once
drtables.c:414: for each function it appears in.)
drtables.c:418: parse error before `extern'
drtables.c:419: `dnsdb_lookup_module_info' undeclared (first use in this
function)
drtables.c:438: parse error before `extern'
drtables.c:439: `lsearch_lookup_module_info' undeclared (first use in this
function)
make[1]: *** [drtables.o] Error 1
make[1]: Leaving directory
`/home/oliver/src/exim/exim-4.74/build-Linux-i386'
make: *** [all] Error 2