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 fails: fatal error: suinput.h: No such file or directory #1

Open
jose1711 opened this issue Nov 10, 2020 · 1 comment
Open

Comments

@jose1711
Copy link

unable to compile uinput_ddrpad:

$ make
gcc -Wall -std=c11   -c -o main.o main.c
main.c:47:10: fatal error: suinput.h: No such file or directory
   47 | #include <suinput.h>
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: main.o] Error 1

@Orochimarufan
Copy link
Owner

uinput_ddrpad used a library called suinput (tuomasjjrasanen/libsuinput) Unfortunately, it seems it is no longer maintained. You'd have to port it to use uinput directly.

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

2 participants