Hi,<br><br>Hi, I'm new to lisp and I'm trying to do the following:<br>I'm trying to install kpax on windows using lisp in a box with CLisp 2.33 ( the installer from the website ).<br><br>Is it possible? <br><br>
If it is, can someone help me with the following error message:<br><br>"Starting a standard socket named "s-http-server" on port 2001 using handler #<COMPILED-CLOSURE<br> S-HTTP-SERVER::CONNECTION-HANDLER> not yet ported to this lisp system
<br> [Condition of type SIMPLE-ERROR]"<br><br>The code that currently generated this error is:<br><br>(load "c:/progra~1/LispBox/asdf.lisp")<br>(load "c:/progra~1/LispBox/packages/s-utils/s-utils.asd
")<br>(load "c:/progra~1/LispBox/packages/s-base64/s-base64.asd")<br>(load "c:/progra~1/LispBox/packages/s-utils/s-utils.asd")<br>(load "c:/progra~1/LispBox/packages/s-sysdeps/s-sysdeps.asd")
<br>(load "c:/progra~1/LispBox/packages/cl-who-0.6.3/cl-who.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax-core.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax-
s-http-server.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax-paserve.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax-mod-lisp.asd")<br>(load "c:/progra~1/LispBox/packages/kpax/kpax-
examples.asd")<br>(asdf:oos 'asdf:load-op :kpax)<br><br>(asdf:operate 'asdf:load-op :kpax-examples)<br>(in-package :kpax-user)<br>(start-kpax :server-class 's-http-server)<br>(start-web-app :helloworld1)<br>
<br>Any help would be greatly appreciated.<br><br>Thanks in advance,<br>Eyal.<br><br><br><br><br>