-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to build on ARM #1
Comments
Hello muuvmuuv |
You are right, this seems to be SFML, created an issue there: SFML/SFML#2204 |
Alright. I'm keeping this open to try to fix the other problems that do concern MIP. Thanks a lot for reporting! |
I was finally able to build a simple program and ported it to MakeItPixel but still get a lot of errors. I also had to add
|
Seems like some symbols aren't compatible with ARM. SFML was installed with Homebrew, but I have also tried a release from GitHub.
This is the output
g++ src/* -Iinclude -std=c++11 -o makeitpixel
The text was updated successfully, but these errors were encountered: