[elephant-devel] 0.60 tarball missing

Edi Weitz edi at agharta.de
Fri Mar 30 00:34:54 UTC 2007


On Fri, 30 Mar 2007 12:23:05 +1200, Erik Garrison <erik.garrison at gmail.com> 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))))



More information about the elephant-devel mailing list