-
Notifications
You must be signed in to change notification settings - Fork 60
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
Error #62
Comments
it seems that you need to install |
I just ran into this issue on a new work laptop, and while I had installed the |
|
I had the same error message on Debian bookworm. I installed both pkg-config and libusb-dev and then everything worked. From the comment above, perhaps only pkg-config was needed. I thought I'd comment in case it was actually needed and could help someone. |
dokav@dokav-MacBook-Pro footswitch % make
make: pkg-config: Command not found
make: pkg-config: Command not found
cc -Wall -DOSX footswitch.c common.c debug.c -o footswitch
footswitch.c:28:10: fatal error: 'hidapi.h' file not found
#include <hidapi.h>
^~~~~~~~~~
1 error generated.
make: *** [footswitch] Error 1
The text was updated successfully, but these errors were encountered: