"Wesley Kerr" <wk...@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.

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to