[Ecls-list] Reloading swank code does result in error

Tobias C. Rittweiler tcr at freebits.de
Sun Feb 7 13:10:01 UTC 2010


Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> writes:

> I just had a look a the slime window: in my computer it is loading only
> sources, not compiled files. I just followed the instructions in the README
>
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-loader.lisp"
> ;;; Warning: No architecture feature found in (POWERPC PPC X86 X86-64 AMD64
>                                                I686 I586 I486 PC386 IAPX386
>                                                SPARC64 SPARC HPPA64 HPPA).
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-backend.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-source-path-parser.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-source-file-cache.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-ecl.lisp"
> ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.2.1/SOCKETS.fas"
> ;;; Loading #P"/Users/jjgarcia/lib/ecl-10.2.1/PROFILE.fas"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-gray.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-match.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank-rpc.lisp"
> ;;; Loading "/Users/jjgarcia/src/lisp2/slime/swank.lisp"
> ;;; Warning: These Swank interfaces are unimplemented:

Oh right because compiling is disabled:

Index: swank-loader.lisp
===================================================================
RCS file: /project/slime/cvsroot/slime/swank-loader.lisp,v
retrieving revision 1.98
diff -c -r1.98 swank-loader.lisp
--- swank-loader.lisp	19 Jan 2010 19:41:00 -0000	1.98
+++ swank-loader.lisp	7 Feb 2010 13:09:26 -0000
@@ -156,7 +156,7 @@
           (serious-condition (c)
             (handle-loadtime-error c dest)))))))
 
-#+(or cormanlisp ecl)
+#+(or cormanlisp)
 (defun compile-files (files fasl-dir load)
   "Corman Lisp and ECL have trouble with compiled files."
   (declare (ignore fasl-dir))





More information about the ecl-devel mailing list