I got the same error message when compiling on FreeBSD 5.4
 
Marcus
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Im Auftrag von 孙俊
Gesendet: Freitag, 26. August 2005 03:50
An: [email protected]
Betreff: ipfilter 4.1.9 compile on freebsd 5.4 i386 error

cc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../.. -D_BSD_SOURCE     ipfs.o -o ipfs
cc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../.. -D_BSD_SOURCE        -c ../../tools/ipfstat.c -o ipfstat.o
cc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../.. -D_BSD_SOURCE       ipfstat.o  -o ipfstat -L. -lipf   -lkvm
cc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../.. -D_BSD_SOURCE     -c ../../tools/ipftest.c -o ipftest.o
./ipf -cc -nf ../../rules/ip_rules
if [ ! -f ../../ip_rules.h ] ; then  /bin/mv -f ip_rules.h ../..;  else  touch ../../ip_rules.h;  fi
cc -Wall -Wuninitialized -Wstrict-prototypes -O -I. -g -I../.. -D_BSD_SOURCE     -DIPFILTER_LOG -DIPFILTER_LOOKUP  -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM  -D_RADIX_H_ -c ../../fil.c -o fil_u.o
In file included from ../../fil.c:79:
/usr/include/net/route.h:102: error: field `rt_nodes' has incomplete type
In file included from ../../fil.c:118:
../../netinet/ip_pool.h:34: error: field `ipn_nodes' has incomplete type
*** Error code 1
 
Stop in /usr/home/wm/ip_fil4.1.9/BSD/FreeBSD-5.4-RELEASE-i386.
*** Error code 1
 
Stop in /usr/home/wm/ip_fil4.1.9.
 

Reply via email to