On 7/24/07, Draggor <[EMAIL PROTECTED]> wrote: > I'm trying to get cells-gtk to work on clisp for win32, and here's > what ends up happening. > > If I freshly unzip the cells-gtk 2006-02-16 tarball, and then run > clisp and do (load "load"), it will work just fine, and I'll be able > to run the demo.
I've just tried the latest one and it doesn't even get that far. It loaded fine but the call to g-thread-init failed with FUNCALL: undefined function NIL [Condition of type SYSTEM::SIMPLE-UNDEFINED-FUNCTION] Here's the output with debug enabled.... CL-USER> (test-gtk:gtk-demo t) Calling (g-thread-init #<FOREIGN-ADDRESS #x00000000>) There's a comment in gtk-ffi.lisp about some code enabling us to call (g-thread-init +c-null+). It seems this doesn't work on clisp. Cheers, Andy _______________________________________________ cells-gtk-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-gtk-devel
