-
Notifications
You must be signed in to change notification settings - Fork 146
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
Can't compile RPI #34
Comments
Hello, You thus have to run |
Hi, Thanks a lot! |
Make sur that after the nfd compilation, either:
From what I can see in the nfd makefiles, the result of the compilation is put in |
Hmm, i downloaded the github files from nfd and tried to install in by going to in nfd_directory/build/lib/Release/x86/ is only a libnfd.a file, do i need to copy that? |
So, with those additional details, you will indeed have to copy files around to 'install' nfd:
Then the MIDIVisualizer makefile should work ; let me know if this works ! |
So i copied both files into the right dir. The compiler isn't missing nfd anymore
The error looks like im missing GTK+, but i think that i have it installed imo. 1. |
I recall somebody had a similar issue on Linux (see #1 ), I've updated the |
Thank you so much for updating the makefile |
Probably due to my ignorance but i can't get it to compile on my RPI 3. Im new to RPI and tried to follow this https://www.youtube.com/watch?v=IZgYViHcXdM.
I personally have the feeling that i'm missing some library, i installed GLFW3 and NFDL.
When trying to compile with " make midiviz" i get a lot of compiler errors. Is is even compatible?
CODE:
`
`
The text was updated successfully, but these errors were encountered: