Subject: Re: Experimental quadra nubus colorkit kernel!!
To: None <pretender@macstore.com>
From: Masami and Ken Nakata <masami@fa2.so-net.or.jp>
List: port-mac68k
Date: 02/20/1997 08:07:13
On Wed, 19 Feb 1997 10:42:59 -0600,
Charles Sebold <pretender@macstore.com> wrote:
> I'm using your precompiled lkm OK, but when I tried to compile my own,
> here's what happened:
> 
> root~/colorkit/video# make install
> cc -D_KERNEL -D_LKM -I/sys -I/sys/arch -Werror -Wno-uninitialized -c
> video_lkm_module.c
> In file included from video_lkm_module.c:30:
> grfioctl_extra.h:24: redefinition of `struct VDPgInfo'
> grfioctl_extra.h:31: redefinition of `VDPgInfo'
> /sys/arch/mac68k/include/grfioctl.h:131: `VDPgInfo' previously declared here
> 
> And then it goes on to give me the same error for RGBColor, ColorSpec,
> VDEntryRecord, VDGammaRecord, and GammaTable (with different lines, of
> course).

Looks like you have installed Taras' source files installed in your
kernel source tree.  I can imagine the LKM source requiring the
*stock* (i.e. non-color) kernel source tree.

Ken