Hi
Every time I try to compile the CVS of XFree86, I get the following error: xf86Wacom.c: In function `xf86WcmReadUSBInput': xf86Wacom.c:1593: `ABS_WHEEL' undeclared (first use in this function) xf86Wacom.c:1593: (Each undeclared identifier is reported only once xf86Wacom.c:1593: for each function it appears in.) make[7]: *** [xf86Wacom.o] Error 1 make[7]: Target `all' not remade because of errors. I got a line: #define ABS_WHEEL 0x08 in /usr/src/kernel-source-2.4.14/include/linux/input.h but i haven't this line in the file /usr/include/linux/input.h I have a kernel with the version 2.4.14. I didn't compile any joystick, nor USB, support into it .ABS_WHEEL is usued in /drivers/char/joystick/iforce.c and ./drivers/usb/wacom.c files from the kernel source, so may be there is a link with my problem. Should I include the joystick support in the kernel, to have the "#define ABS_WHEEL" in the /usr/include/linux? Else, how to avoid XFree to compile xf86Wacom.c, because I know I will never user use it? Micha�l P. _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
