I presume you're using BDB 4.5 or 4.6? Also that you've setup the my- config.sexp file to match your configuration? What are you using to compile the Elephant C-libraries (cygwin or mfc?)

The not enough space error is odd. Usually means some resource is exhausted like file descriptors or locks in BDB or actual disk space, but I've never seen it before in Elephant.

Ian

On Jul 27, 2008, at 6:57 PM, Frank Schorr wrote:

I did  darcs get http://www.common-lisp.net/project/elephant/darcs/elephant
defsystem in elephant.asdf says it is  :version "0.9"

(asdf:operate 'asdf:load-op :elephant)
(asdf:operate 'asdf:load-op  :ele-bdb)
(elephant:open-store '(:BDB #p"c:/temp/testdb/"))

returns a store-controller without error.

most of the tests now return
Condition: Berkeley DB error #12: Not enough space


-----Ursprüngliche Nachricht-----
Von: "Ian Eslick" <[EMAIL PROTECTED]>
Gesendet: 27.07.08 23:18:18
An: Elephant bugs and development <elephant-devel@common-lisp.net>
Betreff: Re: [elephant-devel] unstable on LW win32


I haven't looked at Lispworks and Elephant for awhile.  However, I
think there is some issue with UFFI and Lispworks and the serializer.
To establish a baseline; does the stable elephant currently work with
Lispworks?

Ian


_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to