Hi folks,

I've managed to install and compile both lispbuilder-sdl and lispbuilder-sdl-gfx on my MacBook using SBCL 1.0.8. However, lispbuilder-sdl-image is giving me headaches. I installed the SDL_image framework using MacPorts (basically the mac version of apt-get) and verified it was installed to /Library/Frameworks/SDL_image.framework. I can load SDL_image successfully by using cffi:load-foreign-library directly. However, when I try to compile lispbuilder-sdl-image it says it can't find the 'libSDL_image-1.2' framework. I verified my version was indeed 1.2 and tried just creating a symlink from libSDL_image-1.2.framework to SDL_image.framework but then I get an error from cffi stating "too many dots in name" when it tries to load the framework.

Any ideas?

Thanks in advance,
Trystan