Hi,
ECL support appears to be broken in CVS head (2.0 is OK):
(progn (load "/home/ssmith/elisp/slime-cvs/swank-loader.lisp" :verbose t) (func\ all (read-from-string "swank:start-server") "/tmp/slime.15144" :coding-system "\ iso-latin-1-unix"))
ECL (Embeddable Common-Lisp) 0.9i (CVS 2007-10-14 10:57) Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya Copyright (C) 1993 Giuseppe Attardi Copyright (C) 2000 Juan J. Garcia-Ripoll ECL is free software, and you are welcome to redistribute it under certain conditions; see file 'Copyright' for details. Type :h for Help. Top level.
;;; Loading "/home/ssmith/elisp/slime-cvs/swank-loader.lisp"
;;; Warning: No architecture feature found in (POWERPC PPC X86 X86-64 AMD64 I68\ 6 I586 I486 PC386 IAPX386 SPARC64 SPARC HPPA64 HPPA). In form (PROGN (LOAD "/home/ssmith/elisp/slime-cvs/swank-loader.lisp" :VERBOSE T) (FUNC\ ALL (READ-FROM-STRING "swank:start-server") "/tmp/slime.15144" :CODING-SYSTEM "\ iso-latin-1-unix")) LAMBDA: Too many arguments to function COMPILE-FILES-IF-NEEDED-SERIALLY. Broken at EVAL.No restarts available. Broken at COMPILE-FILES-IF-NEEDED-SERIALLY. SWANK-LOADER>>
Any suggestions of fixing this welcome.
Cheers, Steve
On 18/10/2007, Steve Smith tarkasteve@gmail.com wrote:
Hi,
ECL support appears to be broken in CVS head (2.0 is OK):
OK, that's easily fixable (patch attached). However this leads to another error:
In function ROW-MAJOR-AREF, the value of index is 0 which is not of expected type (INTEGER 0 0) [Condition of type SIMPLE-TYPE-ERROR]
Suggestions welcome.
Thanks, Steve
"Steve Smith" tarkasteve@gmail.com writes:
On 18/10/2007, Steve Smith tarkasteve@gmail.com wrote:
Hi,
ECL support appears to be broken in CVS head (2.0 is OK):
OK, that's easily fixable (patch attached).
Applied, thanks!
However this leads to another error:
In function ROW-MAJOR-AREF, the value of index is 0 which is not of expected type (INTEGER 0 0) [Condition of type SIMPLE-TYPE-ERROR]
I think I've fixed that in CVS, and hence would expect Slime to be working again with ECL. Please report any insuffiencies.
-T.