Re: [elephant-devel] How to create a derived index? - Addendum

2009-08-20 Thread Leslie P. Polzer
Ian Eslick wrote: > I'm sorry for not replying earlier. I noticed a problem with that > when I did an experiment while I was composing a reply to you and I > haven't had a chance to look into it yet. Shamefully, I don't have > good regression coverage of that feature yet, although I know some >

Re: [elephant-devel] libmemutil.so isn't being built on my system

2009-08-20 Thread Elliott Slaughter
What do you have in your my-config.sexp? Do you have (:prebuilt-libraries . t) ? Otherwise it will expect to find the binary pre-built and won't try to build it. Hope this helps. On Thu, Aug 20, 2009 at 10:05 PM, Jeff Cunningham < j.k.cunning...@comcast.net> wrote: > Hi; > > New here. I'm trying

[elephant-devel] libmemutil.so isn't being built on my system

2009-08-20 Thread Jeff Cunningham
Hi; New here. I'm trying to get elephant installed on a 64-bit SBCL system and ran into this problem when right off the bat: Output file /usr/src/clbuild/source/elephant/libmemutil.so not found in elephant root [Condition of type SIMPLE-ERROR] Restarts: 0: [RETRY] Retry performing # on #.

Re: [elephant-devel] Upgrading from version .9ish

2009-08-20 Thread Ian Eslick
There should be an upgrade path through previous versions. If you use the upgrade procedure in the 0.9 release on an 0.8 database you should be good then you should then be able to open that 0.9 DB in the latest. I can't recall if we need another upgrade to go from 0.9 to 1.0, but I don't

Re: [elephant-devel] How to create a derived index? - Addendum

2009-08-20 Thread Ian Eslick
I'm sorry for not replying earlier. I noticed a problem with that when I did an experiment while I was composing a reply to you and I haven't had a chance to look into it yet. Shamefully, I don't have good regression coverage of that feature yet, although I know some folks use it extensiv