Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread [EMAIL PROTECTED]
It's all green lights! Thanks, Waldo On Feb 26, 2008, at 3:28 PM, Ian Eslick wrote: Would you mind trying again? I may have missed a 'check for unbound slot' case and believe I've patched it. -Ian On Feb 26, 2008, at 3:00 PM, [EMAIL PROTECTED] wrote: I thought so, but I wasn't getting it

Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread Ian Eslick
Would you mind trying again? I may have missed a 'check for unbound slot' case and believe I've patched it. -Ian On Feb 26, 2008, at 3:00 PM, [EMAIL PROTECTED] wrote: I thought so, but I wasn't getting it with the last version of Elephant I downloaded on 2/21. Maybe there were other change

Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread [EMAIL PROTECTED]
I thought so, but I wasn't getting it with the last version of Elephant I downloaded on 2/21. Maybe there were other changes made since then that's causing this. - Waldo On Feb 26, 2008, at 2:41 PM, Leslie P. Polzer wrote: The slot ELEPHANT::%INDEXED-CLASS is unbound in the object #.

Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread Leslie P. Polzer
> The slot ELEPHANT::%INDEXED-CLASS is unbound in the object > #. > [Condition of type UNBOUND-SLOT] That's unrelated to the db4.6 upgrade. Leslie ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listin

Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread [EMAIL PROTECTED]
I just downloaded the latest Elephant and the latest BDB (4.6.21) on OS X Leopard with SBCL 1.0.14 with threads Got a compilation issue when ASDF loading Elephant: ... ; file: /Users/waldo/dev/lisp/elephant/src/elephant/classes.lisp ; in: DEFUN MAKE-PERSISTENT-SLOT-BOUNDP ; (LAMBDA (ELEPH

Re: [elephant-devel] Time for the 4.6 patch.....

2008-02-26 Thread Ian Eslick
Hi there, I'm tired of these BDB upgrade issues! :) I implemented a quick hack that makes the BDB version configurable via a my-config.sexp option. This patch builds on Anton's patch by putting BDB version-specific constants into their own package and importing them at load time in the d