on my system, based on suse 7.3, I recently got an error when building XFree86 HEAD.
This patch (copied from xc/programs/Xserver/hw/xfree86/input/wacom/xf86Wacom.c) fixes the build problem. diff -u xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h_orig xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h --- xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h_orig Tue Dec 9 22:53:35 2003 +++ xc/programs/Xserver/hw/xfree86/input/aiptek/xf86Aiptek.h Tue Dec 9 22:55:04 2003 @@ -43,6 +43,9 @@ #ifdef LINUX_INPUT # include <asm/types.h> # include <linux/input.h> +#ifndef EV_MSC +#define EV_MSC 0x04 +#endif /* keithp - a hack to avoid redefinitions of these in xf86str.h */ # ifdef BUS_PCI # undef BUS_PCI best regards, Andreas please cc me since I'm not on the list. Thanks. _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
