vydd/sketch

OSX can't find SDL2_image

z3t0 opened this issue · 2 comments

z3t0 commented

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

@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

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