Jeff Caldwell <[EMAIL PROTECTED]> writes: > When I tried asdf with lispbuilder-sdl-ttf, I find I'm missing SDL_ttf.dll > and/or SDL_ttf2.0.dll. It's not in the lispbuilder binaries file I > downloaded, nor did it come with the svn checkout.
Jeff, I have held off creating a lispbuilder binary distribution for SDL_ttf as we need to add a C wrapper DLL to handle setting the font color. The SDL_ttf library expects the SDL_Color struct to be passed by value which is not supported by the CFFI. I'm not sure how useful the SDL_ttf library is when the font color is 'random' each time characters are rendered to a surface. If anyone has experience creating the autoconf, ./configure, make etc. build chain, please pipe up. The C wrapper DLL will have to be built to be compatible across Win32, MacOS and Linux. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
