I have a problem with the nodelist.c... heres what it gave me, can anyone
help?
-=-
gcc -c -O2 -Wall -I../iflib -DCICOLOG=LOG_LOCAL0 -DMAILLOG=LOG_LOCAL0
-DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID -DHAS_NDBM_H
-DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DPRE_21_LINUX -DASCII_LOCKFILES
-DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP -DFORCEINTL -DHAS_SYSLOG
-DNEED_UUCPFROM -DNEED_BSY -DREGEX_NEED_CARET -DNEED_TRAP
-DSLAVE_SENDS_NAK_TOO -DNEED_FORK nodelist.c
In file included from nlindex.h:9,
from nodelist.c:21:
/usr/include/ndbm.h:38: conflicting types for `datum'
/usr/include/ndbm.h:38: previous declaration of `datum'
/usr/include/ndbm.h:42: conflicting types for `DBM'
/usr/include/ndbm.h:42: previous declaration of `DBM'
/usr/include/ndbm.h:47: conflicting types for `dbm_open'
/usr/include/ndbm.h:47: previous declaration of `dbm_open'
/usr/include/ndbm.h:51: conflicting types for `dbm_fetch'
/usr/include/ndbm.h:51: previous declaration of `dbm_fetch'
/usr/include/ndbm.h:59: conflicting types for `dbm_firstkey'
/usr/include/ndbm.h:59: previous declaration of `dbm_firstkey'
/usr/include/ndbm.h:61: conflicting types for `dbm_nextkey'
/usr/include/ndbm.h:61: previous declaration of `dbm_nextkey'
make[1]: *** [nodelist.o] Error 1
make[1]: Leaving directory `/ifmail-2.9/ifcico'
make: *** [all] Error 2
cyberia:/ifmail-2.9#