On Fri, 30 Mar 2007 12:23:05 +1200, Erik Garrison <[EMAIL PROTECTED]> wrote:
> debugger invoked on a SB-FASL::INVALID-FASL-VERSION: > #<SB-SYS:FD-STREAM for "file > /usr/local/lib/sbcl/site/elephant/src/memutil/memutil.fasl" {B07E029}> > is in native code fasl file format version 63, but this version of SBCL > uses format version 72. Add this code to your ~/.sbclrc file: (defmethod asdf:perform :around ((o asdf:load-op) (c asdf:cl-source-file)) (handler-case (call-next-method o c) (sb-ext:invalid-fasl () (asdf:perform (make-instance 'asdf:compile-op) c) (call-next-method)))) _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel