Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #132

Open
AVConceptProducts opened this issue Jul 22, 2016 · 3 comments
Open

Compilation error #132

AVConceptProducts opened this issue Jul 22, 2016 · 3 comments

Comments

@AVConceptProducts
Copy link

Hi,

when I'm using "make" I have this error :
xdo.c:29:34: fatal error: X11/extensions/XTest.h: No such file or directory

Also, we want to include this project for mouse simulation in Android (JNI). We will need maybe a .so of this project. How can we build it ?

Thank you

@jordansissel
Copy link
Owner

XTest is an extension to the X11 protocol. I don't know what OS you're running, but by way of example, Fedora Linux makes this available with the libXtst-devel package: yum install libXtst-devel on Fedora or Red Hat. For other linux distributions, I don't know.

@richelbilderbeek
Copy link
Contributor

You may consider checking the .travis.yml in my Pull Request to see how to build on Travis CI. I have seen that error while creating that file :-)

@JorjiOro
Copy link

I had also to install the libxkbcommon-x11-devel - X.Org X11 XKB keymap creation library on my Fedora 33 system witch provides #include <xkbcommon/xkbcommon.h>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants