[elephant-devel] Problems with Elephant on Clozure CL

Clinton Ebadi clinton at unknownlamer.org
Tue Dec 16 19:16:00 UTC 2008


"Wesley Kerr" <wkerr at cs.arizona.edu> writes:

> I found this not helpful when I asked a similar question (It came from
> R. Matthew Emerson)  :
>
> At the top of src/db-bdb/berkeley-db.lisp is a declaim form that
> declaims a bunch of functions inline.
>
> (declaim
>  #-elephant-without-optimize (optimize (speed 3) (safety 1) (debug 1) (space 1))
>  #-lispworks
>  (inline %db-get-key-buffered db-get-key-buffered
>                 %db-get-buffered db-get-buffered db-get
>                 %db-put-buffered db-put-buffered
>                 ...))
>
> Make that #-lispworks be #-(or lispworks ccl) and that should get you
> going.

Thanks much, that fixed it for me.

Now to make arnesi call/cc work properly...

-- 
Mike: I WAS NOT MICROWAVED.




More information about the elephant-devel mailing list