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
what version of cmucl are you using?? i tested the examples in 19a (x86/linux) and it works.
--rick
On Jan 31, 2005, at 1:58 PM, Bruno Loff wrote:
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 _______________________________________________ lambda-gtk-devel site list lambda-gtk-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/lambda-gtk-devel
lambda-gtk-devel@common-lisp.net