I'm having a problem on PPC Mac with CCL, as well, although the error
that I'm getting is:
Berkeley DB error #22: Invalid argument
[Condition of type BDB-DB-ERROR]
In the Slime buffer, it shows:
; loading system definition from /Users/chrisvandusen/.asdf-install-
dir/systems/ele-bdb.asd i
On 26 Jun 2008, at 09:01, Ian Eslick wrote:
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did
We don't declare secondary indicies on dup-btrees, in case that wasn't clear...
Sent from my BlackBerry
-Original Message-
From: Alex Mizrahi <[EMAIL PROTECTED]>
Date: Thu, 26 Jun 2008 13:21:02
To:elephant-devel@common-lisp.net
Subject: [elephant-devel] Re: Duplicate values in PM-BTREE-
> (defparameter *blah* (make-cursor (get-index (get-from-root :blah) :ind)))
>
> *blah*
works for me:
ELE> (defparameter *blah* (make-cursor (get-index (get-from-root :blah) :ind)))
*BLAH*
ELE> *blah*
#
> ;; Printing was aborted and the UNBOUND-SLOT was stored in
> ;; SB-DEBUG::*NESTED-DEBUG-CO
> Why make the index unique when the btree allows duplicates?
in normal btrees keys are unique.
in btrees-with-duplicates key+value pairs are unique.
that's the idea. for normal btrees we create index on keys only, for dup-btrees
-- index on pairs.
allowing duplicated key+value pairs will total
On 26 Jun 2008, at 09:01, Ian Eslick wrote:
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did
Those errors seem to indicate a pretty messed up installation. Can
you pull a fresh version of Elephant from the elphant-unstable darcs
repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable
) and try again. The build did once work on Clozure as recent as 0.9
- but