Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 1999 22:39:18 +0100
From:      Mark Ovens <markov@globalnet.co.uk>
To:        Mitch Collinsworth <mkc@Graphics.Cornell.EDU>
Cc:        questions@freebsd.org, mkc@broccoli.graphics.cornell.edu
Subject:   Re: freebsd 3.1: where is vnode_if.h ??
Message-ID:  <19990609223918.H261@marder-1>
In-Reply-To: <199906092130.AA081013812@broccoli.graphics.cornell.edu>; from Mitch Collinsworth on Wed, Jun 09, 1999 at 05:30:12PM -0400
References:  <199906092130.AA081013812@broccoli.graphics.cornell.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 09, 1999 at 05:30:12PM -0400, Mitch Collinsworth wrote:
> 
> Hi,
> 
> I'm trying to build a kernel under 3.1 and ran into the following:
> 
> 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../../../include  -DKERNEL -DVM_STACK -include 
> opt_global.h -elf  ../../kern/imgact_aout.c
> In file included from ../../kern/imgact_aout.c:45:
> ../../sys/vnode.h:457: vnode_if.h: No such file or directory
> *** Error code 1
> 
> Stop.
> 
> 
> There doesn't seem to be a vnode_if.h anywhere.  I installed the complete
> src tree.  I don't find vnode_if.h on my 3.0 system either but I have
> successfully built a kernel on it with approximately the same config,
> modulo differences due to os version.  Any ideas what's happening here?
> 

You didn't run ``make depend'' before ``make''. vnode_if.h is
created by running ``make depend''

> -Mitch
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

-- 
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com                  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?19990609223918.H261>