How to compile cl-http-70-190a by cmucl

Yoichiro Takehora <[email protected]> Sun, 4 Jul 2004 23:10:44 +0900
Newsgroups gmane.lisp.cl-http
Message-ID <[email protected]>
I downloaded cl-http-70-190a.tar.gz, and tried to compile by cmucl.

I unzip and untar source files, and rename directory name from
cl-http-70-19a to cl-http.
So I didn't edit "defvar *http-directory*" in the "cmucl/start.lisp". 

I executed lisp, and load "cmucl/start.lisp" in the "cl-http" directory,
my machine indicated error message as below.


* (load "cmucl/start.lisp")

; Loading #p"/home/takehora/downloads/cl-http/cmucl/start.lisp".
;; Loading #p"/home/takehora/downloads/cl-http/cmucl/translations.lisp".


Error in function LISP::SUBSTITUTE-INTO:
   Not enough wildcards in FROM pattern to match TO pattern:
  #<LISP::PATTERN :MULTI-CHAR-WILD "." :MULTI-CHAR-WILD>
   [Condition of type SIMPLE-ERROR]

Restarts:
  0: [CONTINUE] Return NIL from load of "cmucl/start.lisp".
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(LISP::SUBSTITUTE-INTO #<LISP::PATTERN :MULTI-CHAR-WILD "."
:MULTI-CHAR-WILD>                       NIL
                       T)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer
exists:  target:code/pathname.lisp.
0] 


I am lisp beginner, so it must be simple problem, but I can not figuire.
Please teach me what should I do.



---------------------------------------------------------------------
Yoichiro Takehora
[email protected]