Subject: Re: compilation problem of wskbd.c
To: Kazushi Marukawa <jam@pobox.com>
From: Matthias Drochner <drochner@zel459.zel.kfa-juelich.de>
List: current-users
Date: 06/22/1999 20:01:39
jam@pobox.com said:
> The problem seems to be at the line 766 of wskbd.c.  I guess "#ifdef
> WSDISPLAY_COMPAT_RAWKBD" should be "#if NWSDISPLAY
> 0 && defined(WSDISPLAY_COMPAT_RAWKBD)". 

Hmm - WSDISPLAY_COMPAT_RAWKBD doesn't make sense without
a wsdisplay, so the right thing is to remove the option
from the kernel configuration file. (The code could
catch it though...)

> In addition, my configuration file is changed like
> following in order to configure without keyboard and VGA.

I'm curious why wskbd.c is compiled at all. Is there perhaps
some "ukbd" left?

best regards
Matthias