I get the following when I GCC make Ircd, and don't know what to do; Building config... Building ircd... gcc -g -O3 -pipe -I../include -c IPcheck.c -o IPcheck.o In file included from ../include/sys.h:135, from IPcheck.c:22: /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: `__va__list' redefined /usr/include/sys/stdsyms.h:422: warning: this is the location of the previous definition In file included from ../include/sys.h:164, from IPcheck.c:22: /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/string.h:26: warning: `__va__list' redefined /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.3/include/stdio.h:30: warning: this is the location of the previous definition In file included from /usr/include/netdb.h:72, from ../include/s_bsd.h:4, from IPcheck.c:29: /usr/include/sys/socket.h:439: parse error before `sendfile' /usr/include/sys/socket.h:439: parse error before `bsize_t' /usr/include/sys/socket.h:439: warning: data definition has no type or storage class /usr/include/sys/socket.h:440: parse error before `sendpath' /usr/include/sys/socket.h:440: parse error before `bsize_t' /usr/include/sys/socket.h:440: warning: data definition has no type or storage class *** Error exit code 1
Stop. *** Error exit code 1 Stop. regards, Glen