To find to which package your include file (X11/extensions/XTest.h) belong to, install apt-file and search for it, example: $ sudo apt-get install apt-file $ sudo apt-file update $ apt-file search X11/extensions/XTest.h libxtst-dev: /usr/include/X11/extensions/XTest.h, 2/10/2007 · X11/Xlib.h and X11/extensions/XTest.h missing [solved] by redeye_be » 2007-02-10 00:32. Hi all, I’m trying to install a program to work with the scrollwheel on my freshly installed vaio C1. It’s running etch on a 2.4.34 self compiled kernel right now.
5/4/2012 · error: X11/extensions/XTest.h : No such file or directory sudo apt-get install x11proto-xext-dev You can use e.g. the online ‘Search’ to decide a package name for a missing file ..
All routines that have return type Status will return nonzero for success and zero for failure. Even if the XTEST extension is supported, the server may withdraw such facilities arbitrarily in which case they will subsequently return zero. The include file for this extension is X11/extensions/XTest.h >.
4/9/2004 · Subject: /usr/include/ X11/extensions/XTest.h :50:35: X11/extensions/XInput.h: No such file or directory Date: Thu, 08 Apr 2004 23:34:13 -0400 Package: libxtst-dev Version: 4.3.0-7 Severity: normal In file included from RageDisplay_OGL.cpp:430: /usr/include/ X11/extensions/XTest.h.
XTEST Extension Library – X.Org, XTEST Extension Library – X.Org, linux – X11/Xlib.h not found in Ubuntu – Stack Overflow, XTEST Extension Library – X.Org, 2/12/2018 · I installed libxtst-dev and libxext-dev using apt, but cmake still claims that Xtst is not present. ./hm.sh conf -g1 Mapping command: conf -> configure cmake version 3.5.1 CMake suite maintained and supported by Kitware (kitware.com/cmake).
2/28/2011 · Then trying to rebuild qvfb goes farther but stops again with a new compiling error (argggh… !?), complaining about one more missing X11/extensions/XTest.h include file… Well I looked around the web with Google and I found that XTest.h was belonging to libxtst which I guess was not installed by default on my Fedora 14 system…
3/29/2017 · The error you are getting says that you miss the file XTest.h. Look up which package provides it with (on debian derivates): dpkg -S Xtest.h The package should be libXtst-dev, you might need to add some repositories, if the command doesn’t return anything, 1/3/2013 · Sounds like it’s trying to link against a 32bit librt and libx11, and also that you are missing libXtst. Distros change how their linking systems are organized pretty much daily, so I’ve given up trying to chase things down ) You can probably resolve this by using -L/usr/lib64 (instead of