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.
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to