Hi all!<br>I'm new here, my name is Jose Luis Cercos, and i'm from Spain.<br>I'm creating an TFIR board, and I need to develop mice drivers, that could actively plug and unplug. To do this I am following this tutorial:<br>
<br><a href="http://www.x.org/wiki/Development/Documentation/XorgInputHOWTO">http://www.x.org/wiki/Development/Documentation/XorgInputHOWTO</a><br><br>Written by Peter Hutterer.<br>The problem is that the repository (git source code) does not work, and i can't find the libraries to link the following functions (errors returned by ld):<br>
<br> undefined reference to `xf86PostMotionEvent'<br> undefined reference to `xf86WaitForInput'<br> undefined reference to `Xcalloc'<br> undefined reference to `InitButtonClassDeviceStruct'<br> undefined reference to `xf86Msg'<br>
 undefined reference to `GetMotionHistory'<br> undefined reference to `InitValuatorClassDeviceStruct'<br> undefined reference to `InitAbsoluteClassDeviceStruct'<br> undefined reference to `xf86InitValuatorAxisStruct'<br>
 undefined reference to `xf86InitValuatorDefaults'<br> undefined reference to `xf86FlushInput'<br> undefined reference to `xf86AddEnabledDevice'<br> undefined reference to `xf86RemoveEnabledDevice'<br> undefined reference to `xf86AllocateInput'<br>
 undefined reference to `Xcalloc'<br> undefined reference to `xf86DeleteInput'<br> undefined reference to `Xstrdup'<br> undefined reference to `xf86CheckStrOption'<br> undefined reference to `xf86CollectInputOptions'<br>
 undefined reference to `xf86ProcessCommonOptions'<br> undefined reference to `xf86DeleteInput'<br> undefined reference to `xf86AddInputDriver'<br><br>Please... Does anyone know what libraries i have to link?<br>
<br>Thanks! (sorry for my English).<br>