On 10/out/2005, at 10:00, Immanuel Litzroth wrote:
That is the void callback bug, no? Is there any progress on this? I would like to try and port lambda-gtk to cffi-sbcl-linux and this is stopping me.
Yes. There is a work-around:
(eval-when (:compile-toplevel :load-toplevel :execute) (setf sb-alien::*values-type-okay* t))
Put that before declaring the void callbacks.
HTH