Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 1999 15:31:08 -0700 (PDT)
From:      David Muir Sharnoff <muir@idiom.com>
To:        freebsd-stable@freebsd.org
Subject:   cannot compile ipfw...   Did I miss something?
Message-ID:  <199910072231.PAA32196@idiom.com>

next in thread | raw e-mail | index | archive | help

Recently (today) updated sources.   -STABLE branch (RELENG_3).

make buildworld dies in ipfw.

Is there something I missed that needs to be done to get a clean
compile?

Thanks,

-Dave

Exact error:

cc -O2 -pipe -m486 -Wall  -I/usr/obj/charm/build/src/tmp/usr/include -c /charm/b
uild/src/sbin/ipfw/ipfw.c
/charm/build/src/sbin/ipfw/ipfw.c: In function `show_ipfw':
/charm/build/src/sbin/ipfw/ipfw.c:251: `IP_FW_F_RND_MATCH' undeclared (first use
 this function)
/charm/build/src/sbin/ipfw/ipfw.c:251: (Each undeclared identifier is reported o
nly once
/charm/build/src/sbin/ipfw/ipfw.c:251: for each function it appears in.)
/charm/build/src/sbin/ipfw/ipfw.c:258: structure has no member named `fw_logamou
nt'
/charm/build/src/sbin/ipfw/ipfw.c:259: structure has no member named `fw_logamou
nt'
/charm/build/src/sbin/ipfw/ipfw.c:348: `IP_FW_F_UID' undeclared (first use this 
function)
/charm/build/src/sbin/ipfw/ipfw.c:349: structure has no member named `fw_uid'
/charm/build/src/sbin/ipfw/ipfw.c:354: structure has no member named `fw_uid'
/charm/build/src/sbin/ipfw/ipfw.c:357: `IP_FW_F_GID' undeclared (first use this 
function)
/charm/build/src/sbin/ipfw/ipfw.c:358: structure has no member named `fw_gid'
/charm/build/src/sbin/ipfw/ipfw.c:363: structure has no member named `fw_gid'
/charm/build/src/sbin/ipfw/ipfw.c: In function `add':
/charm/build/src/sbin/ipfw/ipfw.c:1086: `IP_FW_F_RND_MATCH' undeclared (first us
e this function)
/charm/build/src/sbin/ipfw/ipfw.c:1195: structure has no member named `fw_logamo
unt'
/charm/build/src/sbin/ipfw/ipfw.c:1196: structure has no member named `fw_logamo
unt'
/charm/build/src/sbin/ipfw/ipfw.c:1279: `IP_FW_F_UID' undeclared (first use this
 function)
/charm/build/src/sbin/ipfw/ipfw.c:1291: structure has no member named `fw_uid'
/charm/build/src/sbin/ipfw/ipfw.c:1300: `IP_FW_F_GID' undeclared (first use this
 function)
/charm/build/src/sbin/ipfw/ipfw.c:1312: structure has no member named `fw_gid'
/charm/build/src/sbin/ipfw/ipfw.c:1439: structure has no member named `fw_logamo
unt'
/charm/build/src/sbin/ipfw/ipfw.c:1443: structure has no member named `fw_logamo
unt'
/charm/build/src/sbin/ipfw/ipfw.c:1447: structure has no member named `fw_loghig
hest'
/charm/build/src/sbin/ipfw/ipfw.c:1447: structure has no member named `fw_logamo
unt'
/charm/build/src/sbin/ipfw/ipfw.c: In function `resetlog':
/charm/build/src/sbin/ipfw/ipfw.c:1505: `IP_FW_RESETLOG' undeclared (first use t
his function)
*** Error code 1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910072231.PAA32196>