|
除了xf86-input-evdev外还有xf86-input-joystick和xf86-input-synaptics这两个驱动无法编译。不知道是什么问题,其它的驱动都是正常的
- xf86-input-evdev-2.3.0]# make
- make all-recursive
- make[1]: Entering directory `/xorg/driver/xf86-input-evdev-2.3.0'
- Making all in src
- make[2]: Entering directory `/xorg/driver/xf86-input-evdev-2.3.0/src'
- CC evdev.lo
- In file included from evdev.c:47:
- evdev.h:173: error: array type has incomplete element type
- evdev.c: In function 'EvdevProcessKeyEvent':
- evdev.c:614: error: 'KEY_OK' undeclared (first use in this function)
- evdev.c:614: error: (Each undeclared identifier is reported only once
- evdev.c:614: error: for each function it appears in.)
- evdev.c: In function 'EvdevCacheCompare':
- evdev.c:1682: error: array type has incomplete element type
- evdev.c:1682: warning: unused variable 'absinfo'
- evdev.c: In function 'EvdevUtilButtonEventToButtonNumber':
- evdev.c:2226: error: 'KEY_OK' undeclared (first use in this function)
- make[2]: *** [evdev.lo] Error 1
- make[2]: Leaving directory `/xorg/driver/xf86-input-evdev-2.3.0/src'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/xorg/driver/xf86-input-evdev-2.3.0'
- make: *** [all] Error 2
复制代码 |
|