From owner-freebsd-questions Wed Mar 3 11:30:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (Postfix) with ESMTP id BD87114F9F for ; Wed, 3 Mar 1999 11:30:42 -0800 (PST) (envelope-from mikegoe@ibm.net) Received: from Nikki.ibm.net (slip-32-101-75-28.oh.us.ibm.net [32.101.75.28]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id TAA95972; Wed, 3 Mar 1999 19:30:19 GMT From: "Michael G." To: Nathan Ahlstrom , "Michael G." , freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Compile failure Date: Wed, 3 Mar 1999 14:34:37 -0500 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain References: <19990303131450.F4788@winternet.com> MIME-Version: 1.0 Message-Id: <99030314352602.00735@Nikki.ibm.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Worked like a charm..time for the reboot.. Thanks! On Wed, 03 Mar 1999, Nathan Ahlstrom wrote: > "Michael G." wrote: > > Hello, > > > > I'm getting a kernel compile falure on my 3.1-RELEASE > > box. This is the error: > > > > Nikki# make > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../isofs/cd9660/cd9660_bmap.c > > In file included from ../../isofs/cd9660/cd9660_bmap.c:43: > > ../../sys/vnode.h:457: vnode_if.h: No such file or directory > > *** Error code 1 > > > > As a test I tried to comple the GENERIC kernel just to make > > sure It wasn't my faut with the same results. I verified the > > "vnode.h" file does exist.' > > > > Any suggestions??? > > I was seeing this too, but a 'make clean' and a 'make depend' seemed to > have fixed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message