Re: [elephant-devel] get-instances-by-range oddity

2008-11-10 Thread Kevin Raison
Thanks, Ian. This solved my problem for new objects. Now, is there an easy way to re-index existing objects? Cheers. Kevin Ian Eslick wrote: > I don't have time to dive into the details of 'why' this is failing, > but here is a workaround in the meantime. > > (defmethod cursor-set-range :a

[elephant-devel] Installing 0.9.1 on CMU: "libmemutil" problem

2008-11-10 Thread denis.papathanas...@gmail.com
When I tried installing version 0.9.1 on CMU (version 19e), I got everything in src/utils to build, but then I got an error related to src/memutil as follows: End-of-File on # [Condition of type END-OF-FILE] Restarts: 0: [RETRY ] Retry performing # on #. 1: [ACCEPT ] Con

[elephant-devel] BDB 4.7 backend tests fail on OS X SBCL 1.0.22

2008-11-10 Thread lists
Hi all, I'm just finding time again to get back into elephant. So I downloaded latest unstable darcs and when I run the tests, it aborts as shown below. Any ideas? Thanks - Waldo There is no class named PERSON.

Re: [elephant-devel] cmucl problems in memutil.lisp

2008-11-10 Thread Leslie P. Polzer
> One other suggestion ... it is my understanding that elephant foreign > calls are *only* made through clsql, so the problem maybe with clsql. No, foreign calls are currently an essential part of the serializer arch, too. And the BDB backend. Leslie _