Re: cl-http on clozure
Karsten Poeck <[email protected]> Sun, 12 Dec 2010 22:38:50 +0100
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
On 12/12/10 4:55 PM, Mark Klein wrote: > > Karsten, > > I would like to run cl-http on Clozure CL on my Mac, and Rainer Joswig > told me you wrote some code for that purpose. Could you point me to > instructions on how to get that working? > > I have: > > - clozure 1.4 > - cl-http 70.217 > - Mac OS 10.5 > - a G4 plus a couple Intel machines > > Thanks very much for your help. > Hello, should be simple. Fire up ccl 1--4 (load "<path to cl-http>/contrib/kpoeck/port-template/load.lisp) (compile-all) (http::start-examples) -> Should give you the example page on http://localhost:8000/ if you start up a browser. I might have screwed up clozure-socket-low.lisp in my intent to port cl-http to rmcl If you get an error about opentransport, delete the (require :opentransport) from that file Works fine on my machine saludos Karsten _______________________________________________ WWW-CL mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/www-cl