vydd / sketch

A Common Lisp framework for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction, and more.
MIT License
1.4k stars 67 forks source link

OSX can't find SDL2_image #23

Open z3t0 opened 7 years ago

z3t0 commented 7 years ago

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 commented 6 years ago

@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 commented 2 years ago

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