Subject: Re: Reverse Video
To: None <port-mac68k@netbsd.org>
From: Joshua Coombs <jcoombs@gwi.net>
List: port-mac68k
Date: 03/18/2004 11:37:30
> Round One: NetBSD 1 - JCoombs 0
>
/usr/src/sys/arch/mac68k/compile/68030/../../../../dev/wscons/wsemul
> _vt100.c: In function `wsemul_vt100_cnattach':
>
/usr/src/sys/arch/mac68k/compile/68030/../../../../dev/wscons/wsemul
> _vt100.c:172: `WSCOL_7' undeclared (first use in this function)
>
/usr/src/sys/arch/mac68k/compile/68030/../../../../dev/wscons/wsemul
> _vt100.c:172: (Each undeclared identifier is reported only once
>
/usr/src/sys/arch/mac68k/compile/68030/../../../../dev/wscons/wsemul
> _vt100.c:172: for each function it appears in.)
>
/usr/src/sys/arch/mac68k/compile/68030/../../../../dev/wscons/wsemul
> _vt100.c:172: `WSCOL_0' undeclared (first use in this function)
> *** Error code 1
>
> Stop.
>
> So, I'll go code diving to see whats up.  First guess is to use
the
> string instead of the number?
>
> Joshua Coombs

I might have an open line to score... using WSCOL_WHITE and
WSCOL_BLACK in the kernel conf instead of 0 and 7 resulted in wscons
compiling... just waiting for the rest of the kernel to build to
test now...

Joshua Coombs