Date: Fri, 09 Jan 1998 22:02:27 -0800 (PST) From: Simon Shapiro <shimon@simon-shapiro.org> To: Dennis Tenn <dstenn@fanfic.org> Cc: dennist@uunet.ca, FreeBSD-current <current@FreeBSD.ORG> Subject: RE: make world error compiling after latest cvsup Message-ID: <XFMail.980109220227.shimon@simon-shapiro.org> In-Reply-To: <Pine.BSF.3.96.980109211824.4476R-100000@fanfic.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10-Jan-98 Dennis Tenn wrote: > > Hi everyone. I just started getting this error after my latest cvsup of > 3.0. This is the last part of the make world at about the 4h20m of the > process. Can anyone make heads or tails of it? > > --------------------------------------------------------------------- > > ===> libexec/bootpd > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/bootpd.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/dovend.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/readfile.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/hash.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/dumptab.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/lookup.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/getif.c > cc -nostdinc -O -DETC_ETHERS -DSYSLOG -DDEBUG -DVEND_CMU > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/libexec/bootpd/hwaddr.c > In file included from /usr/src/libexec/bootpd/hwaddr.c:27: > /usr/obj/usr/src/tmp/usr/include/net/if_arp.h:100: field `ac_if' has > incomplete type > /usr/obj/usr/src/tmp/usr/include/net/if_arp.h:101: `ETHER_ADDR_LEN' Try adding: #include <net/if_var.h> #include <net/ethernet.h> at the beginning of /usr/src/sys/net/if_arp.h I am still compiling... > undeclared here (not in a function) > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Dennis Tenn * There will always come a time > dstenn@fanfic.org * When your love will be tested > * Stand tall and rise to the occasion > * For only then will you grow strong. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980109220227.shimon>