"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
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
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
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