-
Notifications
You must be signed in to change notification settings - Fork 19
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
build issues on armhf debian wheezy raspian #82
Comments
hello thanks for the bug report, have you tried compiling from source an other software based on SFML to see if it's a problem from my config or if it's a problem in the package of that distribution ? |
apperently the error is due to the fact that linthesia requires libsfml 2.x while Debian Wheezy provide the v1.6 which is not backward compatible... |
update: i've compiled myself the latest sfml v2.2 and set the environment variables SFML_CFLAGS |
I don't have my dev computer with me right now can you try to add a |
Ok, I've done that, now it's complaining about the rtmidi library:
I have librtmidi-dev 1.0.15 installed, need to update? |
hmm certainly a error due to C++11 syntax and the support i would say. If i haven't answered you in 24 hours can you poke me again in this ticket ? also can you try if you have |
just tried with clang:
|
interesting, which version of RtMidi do you have ? |
for Rtmidi, it seems they have renamed stuff between 2.0 and 2.1 so your latest errors are maybe related to that, someone else has started to issue a Pull request on that. |
Same issue as above with rtmidi, on Trisquel 7 (Ubuntu derivative). |
I am running a raspian build meant for the banana pi board (based on Debian Wheezy).
I should have all the dependencies installed, howerer the configure script fails like this:
The text was updated successfully, but these errors were encountered: