> Now I know that it's not the source of problem. The real problem seems to be
> in gtk-core.lisp As I made a fresh trial on another system, it got stuck
> while trying to compile root\gtk-ffi\gtk-core.lisp at the same place ( i.e.,
> the error message is :
> ;;  Loading file C:\clisp\cells-gtk\root\gtk-ffi\gtk-core.fas ...
>  ** - Continuable Error
> FFI::FOREIGN-LIBRARY-FUNCTION: no dynamic object named "g_free" in library
>       :DEFAULT
> )
> 
> And the same message appears for other functions in that file. After several
> 'continue'-s, the rest compiles fine, but trying to run gtk-demo results in
> error.

In gtk-ffi.asd
  #+(or win32 mswindows)(setf *gtk-lib-path* "E:/GTK/bin/")
change "E:/GTK/bin/" to your path to gtk.
Hope this help. 
_______________________________________________
cells-gtk-devel site list
[EMAIL PROTECTED]
http://common-lisp.net/mailman/listinfo/cells-gtk-devel

Reply via email to