Hi
I am trying to compile ip_fil4.1.9 on Tru64 5.1B and I am getting
compiler errors.
My cc -V gives
Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Ip_fil4.1 seems to build OK!
Can anyone help me?
Here is the end of my make output
cc -std1 -msg_disable expandeddefined -g -I../.. -D_BSD_SOURCE -I.
-DTRU64=2650 -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SCAN
-DIPFILTER_SYNC -DIPFILTER_CKSUM -c ../../fil.c -o fil_u.o
cc: Error: ../../netinet/ip_pool.h, line 34: The member "ipn_nodes" has
an incomplete type. (incompmem)
struct radix_node ipn_nodes[2];
--------------------------------^
*** Exit 1
Stop.
*** Exit 1
Stop.
Damian