Subject: Re: current current build fail in wsmux.o?
To: None <current-users@netbsd.org>
From: Martin J. Laubach <mjl@emsi.priv.at>
List: current-users
Date: 10/20/2001 15:01:53
| > ld -N -Ttext 0x100000 -e __start -S -o netbsd ${SYSTEM_OBJ} vers.o
| > wsmux.o: In function `wsmuxdoioctl':
| > wsmux.o(.text+0x5dc): undefined reference to `wsmouse_add_mux'
| > wsmux.o(.text+0x614): undefined reference to `wsmouse_rem_mux'
| > *** Error code 1
| > 
| > when trying to build a current macppc GENERIC kernel.
|  
|  Turns out I wasn't seeing things. Can someone please post something when 
|  this is fixed.

  This can be fixed by adding "pseudo-device wsmux 2" to the
kernel config. However I haven't been able to get X to work
then: it can't open /dev/wdkbd0, and /dev/wskbd won't deliver
any keystrokes.
 
  I guess there's more to be done?

	mjl