Helmut Eller wrote:
- Karl Winterling [2009-01-02 02:49+0100] writes:
When I do M-x slime-connect, I get an error in the SLIME debugger. I use a CLISP 2.45 pre-compiled binary on Windows XP SP3. Here is the error and backtrace:
Winsock error 10038 (ENOTSOCK): Socket operation on non-socket [Condition of type SYSTEM::SIMPLE-OS-ERROR]
Does is work if you remove WAIT-FOR-INPUT in swank-clisp.lisp? There is a pure ANSI implementation in swank-backend.lisp which is probably more portable.
Removing that function cured similar problem I had with clisp v2.47. Thanks
Helmut.