Unable to compile kernel

2003-09-25 Thread Eivind Olsen
Hello. Today I've had problems compiling my VIMES kernel which is 99% identical to GENERIC from CURRENT. I've CVSUP'ed twice today (the last one 20-30 minutes ago) and I still get this error during the compile. Here are the last few lines I see (there are some long lines here): cc -c -O -pipe

Re: Unable to compile kernel

2003-09-25 Thread Max Laier
Hello Eivind, Thursday, September 25, 2003, 4:12:59 PM, you wrote: EO /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c: In function `fr_check_wrapper': EO /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:319: error: EO `PFIL_OUT' undeclared (first use in this function) This seems to be a problem

Re: Unable to compile kernel

2003-09-25 Thread Eivind Olsen
On Thu, 25 Sep 2003 16:31:14 +0200 Max Laier [EMAIL PROTECTED] wrote: This seems to be a problem with ip_fil.c, 1.40. For a quick workaround add #include net/pfil.h in line ~310 (just before fr_check_wrapper()) I've done this and now I get another error: cc -c -O -pipe -march=pentium2 -Wall

Re: Unable to compile kernel

2003-09-25 Thread Sam Leffler
I'm looking into it. Everything built+ran fine with the last commit... Sam ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Unable to compile kernel [IPFILTER users read this]

2003-09-25 Thread Sam Leffler
vimes# diff GENERIC VIMES 25c25 ident GENERIC --- ident VIMES 63,66c63,66 options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS options