From owner-freebsd-questions Tue Apr 11 8:53:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 0B2E737B796 for ; Tue, 11 Apr 2000 08:53:50 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12f2iR-000E1k-00; Tue, 11 Apr 2000 16:36:35 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12f2iR-000O0x-00; Tue, 11 Apr 2000 16:36:35 +0100 Date: Tue, 11 Apr 2000 16:36:35 +0100 From: Ben Smithurst To: Jeffrey San Diego Cc: questions@FreeBSD.ORG Subject: Re: Correction Message-ID: <20000411163635.U60798@strontium.scientia.demon.co.uk> References: <000d01bfa348$0bb4bbf0$cd53fd3f@penguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000d01bfa348$0bb4bbf0$cd53fd3f@penguin> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeffrey San Diego wrote: > I missed a word on that error generated after running make on the FREEBIE directory while re-compiling the kernel. The message read: > > In file included from ../../isofs/cd9660/cd9660_bmap.x:43: ../sys/vnode.h:457: vnode_if.h: No such file or directory > *** Error code 1 > . > Stop. > > I could not find vnode_if.h anywhere. Please help. Ah, this is a completely different story then, ignore my previous reply (the bit about HTML mail still stands though). This problem is caused by not doing a "make depend" in /sys/compile/FREEBIE, I think. The "make depend" step generates some files which are required to build a kernel. There is a reason config prints a message like 'Do not forget to to a "make depend"' after you type "config FREEBIE" you know. :-) -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message