Date: Mon, 6 Dec 1999 18:05:02 +0000 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: dpat <dpat@infoserve.net> Cc: FreeBSD-Questions@freebsd.org Subject: Re: kernel compiler error Message-ID: <19991206180502.B319@marder-1> In-Reply-To: <002101bf3fdf$953ca620$2d1652d1@dpat> References: <002101bf3fdf$953ca620$2d1652d1@dpat>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 06, 1999 at 03:46:48AM -0800, dpat wrote:
> From: dpat <dpat@infoserve.net>
> Subject: kernel compiler error
> Date: Monday, December 06, 1999 3:42 AM
>
> ongoing kernel error.
> what's missing or misconfigured?
> I get this message whenever I try to compile any kernel
>
> .......................
>
> In file included from ../../isofs/cd9660/9660_bmap.
> C:43
> ../../sys/vnode.h:457:vnode_if.h: No such file or directory
> *** Error code1
>
Looks like you didn't run ``make depend'' before ``make'':
cd /usr/src/sys/i386/conf
/usr/sbin/config YOUR_KERNEL
cd ../../compile/YOUR_KERNEL
make depend
make
make install
> ......................
>
>
>
--
PERL has been described as "the duct tape of the Internet"
and "the Unix Swiss Army chainsaw"
- Computer Shopper 12/99
________________________________________________________________
FreeBSD - The Power To Serve http://www.freebsd.org
My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org http://www.radan.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991206180502.B319>
