The latest slime causes problems for me in Allegro 6.2 mlisp on Win32. I suspect the culprit is the new encoding stuff. I get a "net-read error: (end-of-file)" and an ugly debugger backtrace with lots of line noise in it. Any ideas?
Matthew Danish mrd+nospam@cmu.edu writes:
The latest slime causes problems for me in Allegro 6.2 mlisp on Win32. I suspect the culprit is the new encoding stuff. I get a "net-read error: (end-of-file)" and an ugly debugger backtrace with lots of line noise in it. Any ideas?
Perhaps Allegro uses LFCR as end-of-line convention on Windows. I committed some changes to explicitly set it to LF. Could you try it?
Helmut.