Something wierd when I try to use the examples:
* (load (compile-file "gtkffi-cmusbcl")) ....... T * (load "examples") ; Loading #p"/home/bruno/Projects/lambda-gtk/examples.lisp". ;
; Warning: These variables are undefined: ; BYE1 DATA WIDGET ; ;
; Warning: These functions are undefined: ; DATA GTK::DEF-CALLBACK C-CALL:VOID WIDGET
Error in KERNEL:%COERCE-TO-FUNCTION: the function GTK::DEF-CALLBACK is undefined.
I'll try and figure out what happened. Any hints?
Bruno Loff