Re: running cl-http-70-190a under ACL 8.0 Solaris 9 Sparc?

Karsten Poeck <[email protected]> Wed, 02 May 2007 22:17:42 +0200
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
Hello,

don't  have a sun, but just loaded this version in acl 8/windows.
Just load cl-http/jkf/start.lisp (load, not evaluate).

Had to fix server;url.lisp
(defmethod documentation ((url documentation-mixin) #-(or CMU 
LispWorks4 clisp allegro) &optional doc-type)
   (declare (ignore doc-type))
   (with-slots (plist) url
     (getf plist :description)))

and
server;scripts.lisp
(defmethod documentation ((script script) #-(or CMU LispWorks4 clisp 
allegro) &optional doc-type)
   (declare (ignore doc-type))
   (http:get-value script :documentation))

case-sensitivity does harm (see load.lisp)

after loading
http://localhost:8000/cl-http/frame.html
worked fine for me.

salu2

Karsten


_______________________________________________
WWW-CL mailing list
[email protected]
https://lists.csail.mit.edu/mailman/listinfo/www-cl