-
Notifications
You must be signed in to change notification settings - Fork 25
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
fatal error: keyfinder/keyfinder.h: No such file or directory #18
Comments
Could you expand on what commands you're running to install the tool? |
╰─➤ make |
@drbarzyk you have libkeyfinder installed? What OS are you on? where is the shared library installed? |
Hello, i also encounter the same problem. |
I've also had a little trouble building both projects but that's just because I don't do that often and am not familiar with the respective paths. On Ubuntu via WSL2, the following steps worked for me: In my cloned
( In my cloned
Then I ended up with a shiny new The Thanks for this project, @evanpurkhiser! Next I'll be looking for a command-line tool to properly detect the BPM... |
Hello, I had the same problem. I was able to resolve it finally with these steps. I hope it helps others. Greetings!
The directory structure is: keyfinder-cli |
Updated Info extracted from .github/workflows/main.yml
If fail catch2, compile from -> Launch inside of keyfinder-cli repository cloned in you system
Return to keyfinder-cli repository directory
Note: It is not necessary to fix the Makefile. Note 2: if fail import of libkeyfinder.so, use:
|
Thanks, when I try to run |
Hi guys,
I receive an error on make saying:
fatal error: keyfinder/keyfinder.h: No such file or directory
i installed libkeyfinder in /usr/lib/libkeyfinder but also in /usr/lib/keyfinder and /usr/lib/lkeyfinder
I'm on Debian GNU/Linux bookworm/sid
what am I doing wrong??
thanks rob
The text was updated successfully, but these errors were encountered: