-
Notifications
You must be signed in to change notification settings - Fork 24
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
Crashes on catalina #22
Comments
How did you compile it? |
You'll need to install SDL2 via MacPorts or Homebrew. |
Hi @jdolan I installed SDL2 via Brew - then added the path to INCLUDE in the MakeFile
Then run the MakeFile and i get these and many other similar errors
what could i be missing? |
Yes, sorry, SDL 1.2. And yes, it will compile the Linux source files. Those files have some conditional directives for Apple. The Makefile is fairly straightforward. You’ll need sdl-config and curl-config on your PATH. |
Cool thanks @jdolan I added the 1.2 version's "SDL.framework" file to /Library/Frameworks and added the path But am getting linker errors
Do i need to add the SDL lib in LDFLAGS variable? Thanks in advance. |
Yes, of course you need to also link against it. |
Starts up okay, but when I try to start a new game it simply crashes. I'm on OS X Catalina. Single display, OpenGL driver.
The text was updated successfully, but these errors were encountered: