Re: [elephant-devel] Problems with Elephant on Clozure CL

2008-12-16 Thread Clinton Ebadi
"Wesley Kerr" 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) (saf

Re: [elephant-devel] Problems with Elephant on Clozure CL

2008-12-15 Thread R. Matthew Emerson
On Dec 15, 2008, at 10:17 AM, Wesley Kerr wrote: > I found this not helpful when I asked a similar question (It came from > R. Matthew Emerson) : I hope that was supposed to be "this note helpful" instead of "this not helpful". Another way to address the problem would be to fix UFFI so that

Re: [elephant-devel] Problems with Elephant on Clozure CL

2008-12-15 Thread Wesley Kerr
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)) #-lispwor

[elephant-devel] Problems with Elephant on Clozure CL

2008-12-13 Thread Clinton Ebadi
Greetings, I am attempting to use Elephant (-stable or -unstable; it fails on both in the same way) with BDB (4.5, 4.6, and 4.7 also all fail the same way) on Clozure CL (1.2 or 1.3-trunk) linux_x86-64. The main portion of Elephant builds fine, but OPEN-STORE fails when opening a :BDB store when