I am using Windows XP and compiled ECL under mingw32 + msys. It compiled without problems (and I didn't give any configure options except for prefix=C:/ecl/). I also ran the tests and 57 tests failed.<br><br>However, when I try to use slime (latest CVS snapshot, downloaded today), it didn't work. It looks like a problem with sockets.<br>
<br>If I manually start the server, this is the message shown:<br><br><span style="font-family: courier new,monospace;">> (swank:create-server)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Not a valid mode 16 for ecl_make_stream_from_FILE</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">;; Swank started at port: 4005.</span><br><br>Here it hangs untill I execute slime-connect under emacs. After executing slime-connect, this is shown:<br><br><span style="font-family: courier new,monospace;">Broken at SI:BYTECODES.No restarts available.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Broken at SWANK-BACKEND::MAKE-SOCKET-IO-STREAM. File: #P"C:/msys/1.0/home/meu/slime/swank-ecl.lisp" (Form #9)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">>> :m</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Not a valid mode 16 for ecl_make_stream_from_FILE</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">>> :pop</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Top level.</span><br>
<br>Essencially the same message is shown if I try to start slime directly from slime.<br>