Re: Problems installing cl-http
Chris Moline <[email protected]>
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 18, 2002 at 04:39:09PM -0400, Paul Werkowski wrote: > | I recall this from some work I did porting defsystem.lisp to other > | platforms. > | As I now look at the sources, it does, indeed, appear to be a > | problem with > | the defsystem code. One quick fix to try would be to push the > | :cmu17 feature > | *features* and see if that fixes things: > | > | (push :cmu17 *features*) > | > | It should fix the defsystem part. What I'm not sure about is > | whether adding > | that feature will break anything in CL-HTTP. doing (push :cmu17 *features*) (load "cmucl/start") results in the same error message. only it gets there faster. > | A better long-term strategy might be to get a more recent version > | of defsystem.lisp. where would i get a later version of defsystem? how can i tell which version i have? if the version cl-http is using is the one that came with clc then i think my version of defsystem would be mk:defsystem 32. iterim thanks for your help, chris moline