I've just upgraded from 5.2 to 7.1 (yes, I know, a big step); I get the following errors from make; this code compiled without problems in 5.2. Any advice? Regards, Rob for d in iflib ifgate ifcico; do (cd $d && echo $d && make all) || exit; done; iflib make[1]: Entering directory `/usr/src/ifmail-2.14/iflib' gcc -O2 -Wall -I. -DDEBUGFILE=\""/var/log/ifmail/ifdebug"\" -DLOGFILE=\""/var/log/ifmail/iflog"\" -DCONFIGFILE=\""/etc/ifmail/config"\" -DLOCKDIR=\""/var/lock"\" -DPUBDIR=\""/var/spool/uucppublic"\" -DMAILLOG=LOG_LOCAL0 -DNEWSLOG=LOG_LOCAL0 -DCICOLOG=LOG_LOCAL0 -DHAS_STATFS -DSTATFS_IN_VFS_H -DHAS_SETSID -DHAS_NDBM_H -DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H -DASCII_LOCKFILES -DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP -DFORCEINTL -DHAS_SYSLOG -DNEED_UUCPFROM -DNEED_BSY -DSLAVE_SENDS_NAK_TOO -DNEED_FORK -DINT32=long -DINT16=short -c parsedate.c parsedate.y: In function `Convert': parsedate.y:532: dereferencing pointer to incomplete type parsedate.y: In function `DSTcorrect': parsedate.y:546: dereferencing pointer to incomplete type parsedate.y:547: dereferencing pointer to incomplete type parsedate.y:543: warning: `StartDay' might be used uninitialized in this function parsedate.y:544: warning: `FutureDay' might be used uninitialized in this function parsedate.y: In function `RelativeMonth': parsedate.y:562: dereferencing pointer to incomplete type parsedate.y:562: dereferencing pointer to incomplete type parsedate.y:566: dereferencing pointer to incomplete type parsedate.y:567: dereferencing pointer to incomplete type parsedate.y:567: dereferencing pointer to incomplete type parsedate.y:567: dereferencing pointer to incomplete type parsedate.y:558: warning: `Month' might be used uninitialized in this function parsedate.y: In function `LookupWord': parsedate.y:596: warning: implicit declaration of function `strcmp' parsedate.y: In function `parsedate': parsedate.y:744: dereferencing pointer to incomplete type parsedate.y:745: dereferencing pointer to incomplete type parsedate.y:746: dereferencing pointer to incomplete type parsedate.y:771: dereferencing pointer to incomplete type parsedate.y:771: dereferencing pointer to incomplete type parsedate.y:771: dereferencing pointer to incomplete type make[1]: *** [parsedate.o] Error 1 make[1]: Leaving directory `/usr/src/ifmail-2.14/iflib' make: *** [all] Error 2 _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
