Re: new problem installing cl-http
Chris Moline <[email protected]>
| Newsgroups | gmane.lisp.cl-http |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Apr 22, 2002 at 05:43:06PM -0700, MADHU wrote: > Helu, > > Apparently the new defsystem doesnt export certain symbols to the user > packages (which the cmucl sydcl files use). > > After compiling and loading defsystem (in cmucl/start.lisp), a > > (defpackage "COMMON-LISP-USER" > (:shadowing-import-from "MAKE" "COMPILE-SYSTEM" "DEFSYSTEM" "LOAD-SYSTEM")) > > should fix the problems you mention. I havent completely gotten > cl-http (devo) to work on 18d with the defsystem I downloaded. I'm > working on it in my few spare moments. > > If youre mileage is any better please do follow up on the mailing > list. ([email protected]) being a rather clueless lisp user i doubt i will make much mileage. the above suggestion worked and now i have made it farther into the compilation. the new error message is In: DEFINE RUN-DAILY-SERVER-TASKS (LOOP WITH WEEK-DAY = (WEEKDAY) ...) --> LET LET ==> *DAILY-SERVER-TASKS* Note: Deleting unreachable code. Error in function COMMON-LISP::ASSERT-ERROR: The assertion (EQ C::ENV (C::LAMBDA-ENVIRONMENT (C::LAMBDA-VAR-HOME C::THING))) failed. i have no problem with trying to fix this and then submitting a patch but how do i go about figuring out how to fix this? sincerly