[ab] Error in SDL-TTF

Gustavo gugamilare at gmail.com
Fri Aug 17 18:50:06 CDT 2007


I use linux and I found a mistake in the file
"lispbuilder-sdl-ttf/cffi/library.lisp":

Since these 2 definitions are only for win32:

#+win32(cffi:define-foreign-library zlib1
     (:windows "zlib1.dll"))
#+win32(cffi:define-foreign-library libfreetype-6
     (:windows "libfreetype-6.dll"))

Why are these lines:
(cffi:use-foreign-library zlib1)
(cffi:use-foreign-library libfreetype-6)

Marked with #+win32 (like this):
#+win32 (cffi:use-foreign-library zlib1)
#+win32 (cffi:use-foreign-library libfreetype-6)

?
I hope this information is usefull.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.lispniks.com/pipermail/application-builder/attachments/20070817/035aa6f1/attachment.html


More information about the application-builder mailing list