HID-Joy-Con-Whispering
HID-Joy-Con-Whispering copied to clipboard
No hidapi/hidapi.h file
m_reaman@appleacer ~/HID-Joy-Con-Whispering/uinputdriver $ make cc -o uinputdriver uinputdriver.c -lpthread -ludev -lhidapi-hidraw -s uinputdriver.c:11:27: fatal error: hidapi/hidapi.h: No such file or directory compilation terminated. Makefile:19: recipe for target 'uinputdriver' failed make: *** [uinputdriver] Error 1 After cloning the target to my desktop on Linux mint, I ran the above code and received the above error. Any fix?
install the package that contains that file. You need to get the dependencies for yourself. Thats not a bug
I have both hidraw and libusb installed but still get the same error, I don't know what I'm probably doing wrong
On Ubuntu I needed to install this: sudo apt-get install libhidapi-dev
Hey fellas, I also faced the same issue on my raspberry pi. I tried experimenting the solution suggested by @existentialcomics and the error went off. I still experimenting that the issue is fully went off.
Hey fellas, I also faced the same issue on my raspberry pi. I tried experimenting the solution suggested by @existentialcomics and the error went off. I still experimenting that the issue is fully went off.
Thanks for linking the solution!