-
Notifications
You must be signed in to change notification settings - Fork 13
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
libhid is dead #3
Comments
I had the same issue as your. If you follow this thread you should be able to get it working ok. |
I did do a test upgrade to |
Submit pull request! |
Take a look at #4 for the code changes. I did not adjust the READMEs but should be pretty self explanatory. |
Does not work for me on Ubuntu 20.04.3 LTS or Debian Buster on the Raspberry PI. I have installed the
|
@Sagestum did you use cmake? It should actually throw an error in case it couldn't find hidapi? |
Yeah: -- Configuring incomplete, errors occurred! Maybe I have forgotten somethin importend, my build skills are very poor. |
|
libhidapi-dev is installed:
but still: `~/dcled$ cmake . -- Configuring incomplete, errors occurred! |
You probably have to figure out how you can tell cmake where it is installed as it claims that this library can't be found. I think by default the file should be in |
Yes, I can confirm that the file is there. |
Try to run |
This file could not be found. I have search the complete disk, but nothing. I have startet to search via apt-file, but it could find it. But: ~/dcled$ sudo apt-file search libhidapi Maybe the file was renamed? |
Ah ok can you use my latest commit. I modified the cmake scripts a bit which might fix the issue you have. |
cmake now runs, but sadly make fails. ~/dcled$ cmake . ~/dcled$ make -f Makefile |
Ok that error is now fixed as well. I've tested it inside a docker container but assume on a real linux system it will work too. |
libHID is dead and, since 10.10, cannot be installed in Ubuntu. Please update to use libhidapi.
The text was updated successfully, but these errors were encountered: