fla83tn n00b

Joined: 03 Jul 2006 Posts: 5
|
Posted: Sun Dec 10, 2006 1:53 pm Post subject: Errore emerge xf86-input |
|
|
Ciao,
vorrei sapere perche' ultimamente quando volevo aggiornare world mi metteva fra i pacchetti i vari xf86-input-penmount ecc..ma non mi dava errore durante la compilazione perche'
mi diceva che c'erano delle costanti indefinite tipo TS_RAW ecc..
in poche parole, leggendo qua e la su internet, per far funzionare tutto di nuovo in modo corretto ho dovuto fare le cose seguenti:
aggiungere a /usr/include/X11/extensions/XI.h
/* Merged from Metrolink tree for XINPUT stuff */
#define TS_Raw 57
#define TS_Scaled 58
#define SendCoreEvents 59
#define DontSendCoreEvents 60
/* End of merged section */
aggiungere a /usr/include/X11/extensions/XIproto.h
/* Merged from Metrolink tree for XINPUT stuff */
typedef struct {
CARD16 control;
CARD16 length;
CARD32 min_x;
CARD32 max_x;
CARD32 min_y;
CARD32 max_y;
CARD32 button_threshold;
} xDeviceTSCalibrationCtl;
/* End of merged section */
Secondo voi queste modifiche possono darmi problemi? E perche' ho dovuto farle io a mano??  |
|