-
Notifications
You must be signed in to change notification settings - Fork 4k
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
'common-sdl.h' file not found — MacOS Sonoma #1336
Comments
Same issue - MacOS Sonoma. Macbook Air M1. |
It seems likely that this error comes from not compiling in the root directory. I am on Linux however if you attempt to compile from within the directory this is the error you get:
The solution is simply to As such I don't think its a bug so much as perhaps a clarification needed in the docs. |
"The solution is simply to cd ../../ to go to the root dir then compile." --- it works |
Wich command should I run from the root directory to compile? I've never worked with cmake before, I'm trying to run |
When trying to
make
any of the examples requiringcommon-sdl.h
I run intoI've installed
sdl2
using brew, and I've even tried building from source, but no joy.Any suggestions appreciated, thanks
The text was updated successfully, but these errors were encountered: