Re: running CL-HTTP on Allegro CL 6.2
Olivier Clarisse <[email protected]>
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
70-23 is a very old load. The last update in the acl subtree was to work with a free ACL version on Linux, perhaps 5.2, was on version 70-139-pre a year ago. I presume you need to go to the "devo" directory of cl-http and load a more recent version, at least 70-139 or newer first and we will go from there Regards -- Olivier Yarden Katz wrote: > Hi all, > > I'm trying to run CL-HTTP on Allegro CL 6.2. I attempted to load > "start.lisp" from the listener, and got the errors below: > > CL-USER(1): (load "start.lisp") > ; Loading /home/katz/dev/software/cl-http-70-23/acl/start.lisp > ; Loading > ; /home/katz/dev/software/cl-http-70-23/clim/clim-sys/sysdcl.lisp > ; Loading > ; /home/katz/dev/software/cl-http-70-23/clim/clim-sys/defsystem.lisp > ; Loading > ; /home/katz/dev/software/cl-http-70-23/clim/clim-sys/logidefs.lisp > Use W3P CLIM Presentation System (y/n)? y > Use W4 Web Walker System (y/n)? y > Use Proxy System (y/n)? n > ; Loading HTTP:acl;server;sysdcl.lisp > ; (/home/katz/dev/software/cl-http-70-23/acl/server/sysdcl.lisp) > ; Loading HTTP:acl;translations.lisp > ; (/home/katz/dev/software/cl-http-70-23/acl/translations.lisp) > ; Loading HTTP:acl;client;sysdcl.lisp > ; (/home/katz/dev/software/cl-http-70-23/acl/client/sysdcl.lisp) > Compile CL-HTTP just in case (y/n)? y > ;Compiling System "Minimal defsys"... > ;;; Compiling file minp:logidefs.lisp > ;;; (/home/katz/dev/software/cl-http-70-23/clim/clim-sys/logidefs.lisp) > ; While compiling (:TOP-LEVEL-FORM "logidefs.lisp" 7366): > Error: attempt to call `EXCL::.PRIMCALL' which is an undefined function. > [condition type: UNDEFINED-FUNCTION] > > Does anyone know how this could be fixed? I'm unsure of what to > look into. I greatly appreciate your help. > > Thanks a lot, > -- > Yarden Katz <[email protected]> | Mind the gap