Skip to content
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

[macOS Mojave 10.14.4, SFML 2.5.1] Illegal Instruction: 4 on launch #50

Open
mooey5775 opened this issue May 9, 2019 · 2 comments
Open

Comments

@mooey5775
Copy link

Build succeeds (with instructions from README), but launch fails with error

Illegal Instruction: 4

Does anyone know what is happening?

@bnlcas
Copy link

bnlcas commented May 15, 2019

I just tried to build and I also got this issue. Illegal Instruction: 4 is a mac specific instruction. It usually means that things are not working for your version of OSX (mojave?).
My guess is some header directory has changed and the cmake command is not pointing to the right location. Hope this moves things forward.
cmake -DCMAKE_CXX_FLAGS="-I/usr/local/include"

@IbrahimFadel
Copy link

I also get the Illegal Instruction: 4 after running with that flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants