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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
