PDA

View Full Version : X11R4 or up headers and libraries



lloydie
January 14th, 2006, 06:04 AM
I am new to linux and l am trying to complie http://synergy2.sourceforge.net/compiling.html
l have managed to get all the associated gcc "stuff" installed however l'm stuck now with the following error :

configure: error: You must have the XTest library to build synergy

As the title says the applications states that it requres the X11R4 or up headers and libraries but l simple have no idea where to get them. I have searched thru forums for XTest and can't seem to find simple howto.

cheers all :)

mo_x
January 14th, 2006, 10:44 AM
Try the following command:
sudo apt-get install x-window-system-dev

satchm0h
April 12th, 2006, 06:23 PM
Try the following command:
sudo apt-get install x-window-system-dev



FYI, this does the trick. Thanks!

stealth17
January 26th, 2010, 05:55 AM
What about for 9.10? x-window-system-dev doesn't seem to be in the repos. I didn't get this error in 9.04.... I've tried installing the following packages:

libxcb-xtest0
libxtst6
libxtst6-dbg

None of these seem to help. Any ideas?

Posthumane
March 14th, 2010, 05:15 PM
Just had the same issue in 9.10 (Karmic). The packaged you need, as it turns out, is xorg-dev. :)