Update the fasl-file-version and byte-fasl-file-version to #x18e, in
preparation for the 18e release. This change makes it necessary to intervene during the rebuild: when loading the FASL files, a continuable error related to fasl-file-version mismatch will be signalled. Say (setq cl::*skip-fasl-file-version-check* t) then select the CONTINUE restart, and the build should proceed without problems.
Showing
- compiler/alpha/parms.lisp 2 additions, 2 deletionscompiler/alpha/parms.lisp
- compiler/byte-comp.lisp 2 additions, 2 deletionscompiler/byte-comp.lisp
- compiler/hppa/parms.lisp 2 additions, 2 deletionscompiler/hppa/parms.lisp
- compiler/mips/parms.lisp 2 additions, 2 deletionscompiler/mips/parms.lisp
- compiler/ppc/parms.lisp 2 additions, 2 deletionscompiler/ppc/parms.lisp
- compiler/sparc/parms.lisp 2 additions, 2 deletionscompiler/sparc/parms.lisp
- compiler/x86/parms.lisp 2 additions, 2 deletionscompiler/x86/parms.lisp
Loading
Please register or sign in to comment