Re: [elephant-devel] Failure of SBCL on Windows with BDB 4.7

2009-12-06 Thread Elliott Slaughter
Here's the relevant portion: #+(or mswindows windows win32) ((:compiler . :cygwin) (:berkeley-db-version . "4.7") (:berkeley-db-include-dir . "C:/Program Files (x86)/Oracle/Berkeley DB 4.7.25/include/") (:berkeley-db-lib-dir . "C:/Program Files (x86)/Oracle/Berkeley DB 4.7.25/bin/") (:berkeley

Re: [elephant-devel] Failure of SBCL on Windows with BDB 4.7

2009-12-06 Thread Ian Eslick
What's your my-config.sexp? On Dec 6, 2009, at 1:12 PM, Elliott Slaughter wrote: > Hi, > > I'm testing the newest Elephant 1.0 SBCL 1.0.29 on Windows 7 with BDB 4.7. I > get the following error when attempting to open a controller. (I've used SBCL > with Elephant 1.0 and BDB 4.5 in the past, s

Re: [elephant-devel] Problem with LWW 5.1.2, BDB-backend

2009-12-06 Thread Elliott Slaughter
On Sun, Dec 6, 2009 at 8:44 AM, Ian Eslick wrote: > 2) The prebuilt DLLs are not up to date (sorry!), they need to be made > current against BDB 4.7 which Elephant 1.0 depends on. > Is Elephant incompatible with BDB 4.5? That could be part of the problem, since it sounds like Plamen is trying to

[elephant-devel] Failure of SBCL on Windows with BDB 4.7

2009-12-06 Thread Elliott Slaughter
Hi, I'm testing the newest Elephant 1.0 SBCL 1.0.29 on Windows 7 with BDB 4.7. I get the following error when attempting to open a controller. (I've used SBCL with Elephant 1.0 and BDB 4.5 in the past, so either this is an upgrade issue from 4.5 to 4.7 or a regression.) Let me know if there is an

[elephant-devel] Failure of Allegro on Windows with BDB 4.7

2009-12-06 Thread Elliott Slaughter
Hi, I get the following compile error with the newest Elephant 1.0 in Allegro on Windows 7 with BDB 4.7. Let me know if there is anything else I can do to help debug this. ;;; Compiling file ;;; C:\Bin\asdf-allegro\elephant-1.0\src\db-bdb\berkeley-db.lisp ; While compiling DB-CURSOR: Error: Th

Re: [elephant-devel] Problem with LWW 5.1.2, BDB-backend

2009-12-06 Thread Ian Eslick
Hey, quick answers: 1) In the online FAQ you'll notice that you have to ensure that you are using uffi and not the uffi compatibility package from cffi. 2) The prebuilt DLLs are not up to date (sorry!), they need to be made current against BDB 4.7 which Elephant 1.0 depends on. 3) We have one or