running CL-HTTP on Allegro CL 6.2
Yarden Katz <[email protected]>
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
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