Someone suggested more info, $ uname -a
SunOS xxxxxxx 5.9 Generic_122300-12 sun4u sparc SUNW,Sun-Fire-880 $ gcc --version gcc (GCC) 3.4.2 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rugen, Len Sent: Thursday, April 03, 2008 12:29 PM To: [email protected] Subject: Compile problem I'm trying to build the latest ipfilter on Solaris 9 and get this error: gcc -I. -I../.. -DIPFILTER_LKM -I../../../pfil -D_KERNEL -DSUNDDI -DSOLARIS2=9 -DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SCAN -c ../../ip_fil_solaris.c -o sparcv7/ip_fil.o ../../ip_fil_solaris.c: In function `fr_fastroute': ../../ip_fil_solaris.c:1079: warning: assignment makes pointer from integer without a cast ../../ip_fil_solaris.c:1150: warning: passing arg 1 of `pfil_sendbuf' from incompatible pointer type ../../ip_fil_solaris.c:1150: error: too many arguments to function `pfil_sendbuf' ../../ip_fil_solaris.c: In function `ipf_inject': ../../ip_fil_solaris.c:1240: error: `qifpkt_t' undeclared (first use in this function) ../../ip_fil_solaris.c:1240: error: (Each undeclared identifier is reported only once ../../ip_fil_solaris.c:1240: error: for each function it appears in.) ../../ip_fil_solaris.c:1240: error: `qp' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `sparcv7/ip_fil.o' Current working directory /home2/rugenl/ipfilter/ip_fil4.1.28/SunOS5/sparc-5.9 *** Error code 1 make: Fatal error: Command failed for target `sunos5' Current working directory /home2/rugenl/ipfilter/ip_fil4.1.28 *** Error code 1 make: Fatal error: Command failed for target `solaris' Len Rugen Cowboy Logic: If you get bucked off - get back on - but only if the horse is worth riding and the job is worth doing.
