Hi Draggor,

sorry for the delay, Real Life keeps me busy these days.

Looks like a cffi version mismatch.  Did you pull cffi from darcs?  If
not, do so, delete all fasl files on your linux system, restart sbcl,
and try again.

If you have cffi from darcs, then there might be an issue with a
recent update in cffi itself which breaks something in gtk-ffi.  If
this is the case, I will have to investigate later -- currently I am
on my company laptop w/o linux and w/o lisp :-(

HTH,
Peter


On Wed, Jul 9, 2008 at 11:03 PM, Draggor <[EMAIL PROTECTED]> wrote:
> When I have everything loading in clisp on windows, I get this error:
>
> *** - FIND-CLASS: GTK-BOOLEAN-TYPE does not name a class
> The following restarts are available:
> SKIP           :R1      skip 74 79 (DEFMETHOD
> CFFI:TRANSLATE-TO-FOREIGN (VALUE #) ...)-6
> STOP           :R2      stop loading file
> C:\Programming\Lisp\cells-gtk3\gtk-ffi\gtk-ffi.fas
> RETRY          :R3
> Retry performing #<ASDF:LOAD-OP NIL #x19F33211> on
> #<ASDF:CL-SOURCE-FILE "gtk-ffi" #x19F32685>.
> ACCEPT         :R4
> Continue, treating #<ASDF:LOAD-OP NIL #x19F33211> on
> #<ASDF:CL-SOURCE-FILE "gtk-ffi" #x19F32685> as having been successful.
> SKIP           :R5      skip (LET # # ...)
> STOP           :R6      stop loading file
> C:\Programming\Lisp\cells-gtk3\load.lisp
> ABORT          :R7      ABORT
>
> Under Linux and sbcl:
>
> WARNING:
>   COMPILE-FILE warned while performing #<COMPILE-OP NIL {B511171}> on
>   #<CL-SOURCE-FILE "gtk-ffi" {B509CB1}>.
>
> debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial
> thread" {A72E739}>:
>  erred while invoking #<COMPILE-OP NIL {B511171}> on
>  #<CL-SOURCE-FILE "gtk-ffi" {B509CB1}>
>
> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>  0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {B511171}> on
>              #<ASDF:CL-SOURCE-FILE "gtk-ffi" {B509CB1}>.
>  1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {B511171}> on
>              #<ASDF:CL-SOURCE-FILE "gtk-ffi" {B509CB1}> as having been
>              successful.
>  2: [ABORT ] Exit debugger, returning to top level.
>
> ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE))
>  #<unavailable argument>
>  #<unavailable argument>
>  #<ASDF:COMPILE-OP NIL {B511171}>
>  #<ASDF:CL-SOURCE-FILE "gtk-ffi" {B509CB1}>)
> _______________________________________________
> cells-gtk-devel site list
> cells-gtk-devel@common-lisp.net
> http://common-lisp.net/mailman/listinfo/cells-gtk-devel
>
_______________________________________________
cells-gtk-devel site list
cells-gtk-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/cells-gtk-devel

Reply via email to