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

OSX can't find SDL2_image #23

Open
z3t0 opened this issue Jul 27, 2017 · 2 comments
Open

OSX can't find SDL2_image #23

z3t0 opened this issue Jul 27, 2017 · 2 comments

Comments

@z3t0
Copy link

z3t0 commented Jul 27, 2017

I have installed SDL2, SDL2_image and SDL2_ttf into /Library/Frameworks but for some reason ccl can't find it... However, SBCL can find it but of course sbcl has issues with the rendering.

@jnjcc
Copy link

jnjcc commented Dec 13, 2017

@z3t0 Same issue here. If you are anything like me, you might be using the
32-bit x86 version ccl. Switch to the x86_64 version ccl64 works for me:

$ lipo -info /Library/Frameworks/SDL2_image.framework/SDL2_image 
Non-fat file: /Library/Frameworks/SDL2_image.framework/SDL2_image is architecture: x86_64

@abishek
Copy link

abishek commented Sep 24, 2021

I did brew install sdl2 sdl2_image sdl2_ttf and it seems to load sketch after that.

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

No branches or pull requests

4 participants