Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 13:03:23 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        Nicholas James Reid <njr01@uow.edu.au>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Kernel Compilation Problems
Message-ID:  <Pine.BSF.4.03.9906041302420.1345-100000@resnet.uoregon.edu>
In-Reply-To: <199906030430.OAA03728@wumpus.its.uow.edu.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 3 Jun 1999, Nicholas James Reid wrote:

> Doug,
> 
> 
> I've reinstalled the entire Kernel Developer Dist and the regex and perl
> problems flew to the winds...
> 
> However, I've now got another problem...
> 
> $ make
> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
> -Wnested-externs
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> -Wuninitializ
> ed -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../..
> -I/us
> r/include -DKERNEL -DVM_STACK -include opt_global.h -elf
> ../../kern/kern_lockf
> .c
> In file included from ../../kern/kern_lockf.c:48:
> ../../sys/vnode.h:476: warning: `struct vop_lease_args' declared inside
> parameter list

looks like vnode.h is out of date.  Run 'config -r MYKERNEL' to clear and
reconfigure your kernel build directory, then cd to /sys/compile/MYKERNEL
and run 'make depend all' to build and 'make install' to install.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org



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?Pine.BSF.4.03.9906041302420.1345-100000>