From owner-freebsd-questions Wed Mar 3 11: 9:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 4C50814F9F for ; Wed, 3 Mar 1999 11:09:25 -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 out4.ibm.net (8.8.5/8.6.9) with SMTP id TAA08894 for ; Wed, 3 Mar 1999 19:08:58 GMT From: "Michael G." To: freebsd-questions@freebsd.org Subject: Kernel Compile failure Date: Wed, 3 Mar 1999 14:06:51 -0500 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain References: <36DCC3AC.DDED88FB@vet.com.au> MIME-Version: 1.0 Message-Id: <99030314095200.00735@Nikki.ibm.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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??? Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message