Subject: rasops kernel compilation problem on pmax
To: None <current-users@netbsd.org>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: current-users
Date: 08/15/1999 07:50:28
When compiling a custom kernel  for my pmax, I get the following:

cc  -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-main -G 0  -mno-abicalls -mno-half-pic -I. -I../../../../arch -I../../../.. -nostdinc -DMIPS1 -DHZ=256 -DMAXUSERS=64 -D_KERNEL -Dpmax  -c ../../../../dev/rasops/rasops8.c
../../../../dev/rasops/rasops8.c: In function `rasops8_makestamp':
../../../../dev/rasops/rasops8.c:183: `ri' undeclared (first use in this function)
../../../../dev/rasops/rasops8.c:183: (Each undeclared identifier is reported only once
../../../../dev/rasops/rasops8.c:183: for each function it appears in.)
*** Error code 1

Any easy explanation ?

regards
Erik Bertelsen