Greetings, I tried to configure EMACS 23.1 and Slime (cvs 2010-02-09) to work with ECL 9.12.2 under Windows.
After setting up paths, I got the following:
Process inferior-lisp exited abnormally with code 3 (progn (load "c:/cpp/slime/slime-2010-02-09/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "c:/temp/slime.3488" :coding-system "iso-latin-1-unix"))
ECL (Embeddable Common-Lisp) 9.12.2 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 in: #<process SI:TOP-LEVEL 00a50fc0>. ;;; Loading "c:/cpp/slime/slime-2010-02-09/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 "c:/cpp/slime/slime-2010-02-09/swank-backend.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-source-path-parser.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-source-file-cache.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-ecl.lisp" ;;; Loading #P"c:/msys/1.0/local/SOCKETS.fas" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-gray.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-match.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank-rpc.lisp" ;;; Loading "c:/cpp/slime/slime-2010-02-09/swank.lisp" ;;; Warning: These Swank interfaces are unimplemented: (ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER COMMAND-LINE-ARGS DUP EXEC-IMAGE FRAME-CALL LIST-CALLEES LIST-CALLERS MAKE-FD-STREAM PROFILE PROFILE-PACKAGE PROFILE-REPORT PROFILE-RESET PROFILED-FUNCTIONS REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS RESTART-FRAME RETURN-FROM-FRAME SAVE-IMAGE SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SLDB-STEP-INTO SLDB-STEP-NEXT SLDB-STEP-OUT SOCKET-FD TOGGLE-TRACE UNPROFILE) ;; Swank started at port: 1119. CL-USER> Internal or unrecoverable error in: illegal stream mode [2: No such file or directory]
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Process inferior-lisp exited abnormally with code 3
I suppose some file is amiss or path is wrong. What's supposed to happen after starting up Swank?