<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2900.5945" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I compiled and installed ecl with nmake and 
when I start emacs</FONT></DIV>
<DIV><FONT face=Arial size=2>it's polling forever.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is my init.el:</FONT></DIV>
<DIV><FONT face=Arial 
size=2>---------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>(setq inferior-lisp-program 
"C:/lisp/ecl/inst/ecl.exe")<BR>(add-to-list 'load-path 
"c:/lisp/slime")<BR>(add-to-list 'load-path "c:/lisp/slime/contrib")<BR>(require 
'slime-autoloads)<BR>(slime-setup 
'(slime-fancy))<BR>(slime)<BR>----------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and this is error log:</FONT></DIV>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>(progn (load "c:\\lisp\\slime\\swank-loader.lisp" 
:verbose t) (funcall (read-from-string "swank-loader:init")) (funcall 
(read-from-string "swank:start-server") 
"c:\\DOCUME~1\\h\\LOCALS~1\\Temp\\slime.608" :coding-system 
"iso-latin-1-unix"))</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>ECL (Embeddable Common-Lisp) 10.4.1<BR>Copyright 
(C) 1984 Taiichi Yuasa and Masami Hagiya<BR>Copyright (C) 1993 Giuseppe 
Attardi<BR>Copyright (C) 2000 Juan J. Garcia-Ripoll<BR>ECL is free software, and 
you are welcome to redistribute it<BR>under certain conditions; see file 
'Copyright' for details.<BR>Type :h for Help.  <BR>Top level in: 
#<process SI:TOP-LEVEL 00a50fc0>.<BR>> <BR>;;; Loading 
"c:/lisp/slime/swank-loader.lisp"<BR>;;; Loading 
#P"c:/lisp/ecl/inst/cmp.fas"<BR>;;; Loading 
#P"c:/lisp/ecl/inst/sysfun.lsp"<BR>;;;<BR>;;; Compiling 
c:/lisp/slime/swank-backend.lisp.<BR>;;; OPTIMIZE levels: Safety=2, Space=0, 
Speed=3, Debug=0<BR>;;;<BR>;;; Note:<BR>;;;   in file 
swank-backend.lisp, position 38780<BR>;;;   at (DEFINTERFACE 
CALL-WITH-LOCK-HELD ...)<BR>;;;   In function G648, checking types of 
arguments FUNCTION.<BR>;;; End of Pass 1.<BR>;;; Note:<BR>;;;   
Invoking external command:<BR>;;;   cl -I"c:/lisp/ecl/inst/"  
/EHsc /DGC_DLL /DGC_BUILD /nologo /D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD 
/O2  /O2 -w -c "C:/Documents and Settings/h/Application 
Data/.slime/fasl/2010-05-16/ecl-10.4.1-windows-pentium4/swank-backend.c" 
-Fo"C:/Documents and Settings/h/Application 
Data/.slime/fasl/2010-05-16/ecl-10.4.1-windows-pentium4/swank-backend.obj"<BR>;;; 
<BR>;;; Internal error:<BR>;;;   ** (SYSTEM "cl 
-I\"c:/lisp/ecl/inst/\"  /EHsc /DGC_DLL /DGC_BUILD /nologo 
/D_CRT_SECURE_NO_DEPRECATE /DNDEBUG /MD /O2  /O2 -w -c \"C:/Documents and 
Settings/h/Application 
Data/.slime/fasl/2010-05-16/ecl-10.4.1-windows-pentium4/swank-backend.c\" 
-Fo\"C:/Documents and Settings/h/Application 
Data/.slime/fasl/2010-05-16/ecl-10.4.1-windows-pentium4/swank-backend.obj\"") 
returned non-zero value -4194303;; <BR>;; Error while compiling 
c:/lisp/slime/swank-backend.lisp:<BR>;;   COMPILE-FILE returned 
NIL.<BR>;; Aborting.<BR>;; </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Restart ABORT is not active.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Available restarts:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>1. (RESTART-TOPLEVEL) Go back to Top-Level 
REPL.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Broken at SWANK-LOADER::HANDLE-SWANK-LOAD-ERROR. 
In: #<process SI:TOP-LEVEL 00a50fc0>.<BR> File: 
#P"c:/lisp/slime/swank-loader.lisp" (Position #5563)</FONT></DIV>
<DIV><FONT face=Arial 
size=2>------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>How do I fix this ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>