Re: Broken X driver

James Hartley <[email protected]> Fri, 27 Nov 2009 21:09:31 -0800
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
On Fri, Nov 27, 2009 at 2:48 AM, Matthieu Herrb <[email protected]>wrote:

> STeve Andre' wrote:
> > This is on a i386-current system as of a few minutes ago.
>
> Fixed now. Sorry for the breakage.
>
> Thanks, Matthieu for addressing this so quickly.

However, this exposed another error:

cd /usr/xenocara/app/xtsscale && exec make  all
cc -O2 -pipe  -Wall    -I/usr/X11R6/include -I/usr/X11R6/include/freetype2
-I/usr/X11R6/include/xorg -nostdinc -idirafter /usr\
/dest/usr/include -c /usr/xenocara/app/xtsscale/xtsscale.c
/usr/xenocara/app/xtsscale/xtsscale.c:62:27: ws-properties.h: No such file
or directory
/usr/xenocara/app/xtsscale/xtsscale.c: In function `uncalibrate':
/usr/xenocara/app/xtsscale/xtsscale.c:431: error: `WS_PROP_CALIBRATION'
undeclared (first use in this function)
/usr/xenocara/app/xtsscale/xtsscale.c:431: error: (Each undeclared
identifier is reported only once
/usr/xenocara/app/xtsscale/xtsscale.c:431: error: for each function it
appears in.)
/usr/xenocara/app/xtsscale/xtsscale.c: In function `main':
/usr/xenocara/app/xtsscale/xtsscale.c:515: error: `WS_PROP_CALIBRATION'
undeclared (first use in this function)
/usr/xenocara/app/xtsscale/xtsscale.c:522: error: `WS_PROP_SWAP_AXES'
undeclared (first use in this function)
*** Error code 1

It appears that both WS_PROP_CALIBRATION & WS_PROP_SWAP_AXES are both
defined in /usr/xenocara/driver/xf-86-input-ws/include/ws-properties.h.