Subject: Re: Problems compiling -current
To: Steve Peurifoy <sp128@ibm.net>
From: Michael B. Wolfson <mbw@ee.cornell.edu>
List: port-hp300
Date: 04/14/1999 21:32:49
On Wed, 14 Apr 1999, Steve Peurifoy wrote:

> I don't believe so.  As far as I recall, UVM has not been included
> in any of the 1.3.x packaged releases (it has of course been available
> in current for quite a while).

Oh, OK.  Well, I'm trying to compile a -current kernel under my 1.3.3
system and it's failing at grf.c (it also failed with options NFSSERVER).

cc -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -msoft-float -I. -I../../../../arch -I../../../..
-nostdinc -DCOMPAT_44 -DNKMEMCLUSTERS="0x400" -DLKM -DFPSP
-DCOMPAT_NOLABEL -DUK_KEYBOARD -DSE_KEYBOARD -DDIAGNOSTIC -DDIOVERBOSE
-DMAXUSERS=32 -D_KERNEL -Dhp300  -c ../../../../arch/hp300/dev/grf.c
cc1: warnings being treated as errors
../../../../arch/hp300/dev/grf.c: In function `grfunmap':
../../../../arch/hp300/dev/grf.c:668: warning: implicit declaration of
function `uvm_unmap'
*** Error code 1

Stop.

  -- MW