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
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
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
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
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
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