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 _

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

2008-11-09 Thread aditya siram
Hi there, I was having similar problems with SBCL 1.0.21. My workaround is outlined in the thread "Issues adding to root". Basically it seems like you need to add the "cffi-uffi-compat" packages and *not* cffi or uffi. This maybe an SBCL-only solution, so I hope this works you. -deech On Sun, Nov

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

2008-11-09 Thread aditya siram
One other suggestion ... it is my understanding that elephant foreign calls are *only* made through clsql, so the problem maybe with clsql. I recompiled mine from scratch and haven't seen this issue since. -deech On Sun, Nov 9, 2008 at 1:02 PM, aditya siram <[EMAIL PROTECTED]> wrote: > Hi there,

[elephant-devel] cmucl problems in memutil.lisp

2008-11-09 Thread GP lisper
in elephant 0.9 with cmucl snapshot from September 08, I find: CL-USER> (load "library:subsystems/berkeley-db") T CL-USER> (require :elephant) ; Loading #P"CMUCL-19e-SEP-08/subsystems/elephant-0.9/elephant.asd". ; Loading #P"CMUCL-19e-SEP-08/subsystems/cl-base64-3.3.2/cl-base64.asd". ; Loading #P"