Re: [elephant-devel] Problem with errno in %DB-ENV-CREATE

2008-06-02 Thread Leonardo Varuzza
I'm using BDB 4.6 with this my-config.sexp ;; Linux defaults #+(and (or sbcl allegro openmcl lispworks) (not (or mswindows windows)) (not (or macosx darwin))) ((:compiler . :gcc) (:berkeley-db-version . "4.6") (:berkeley-db-include-dir . "/usr/include/") (:berkeley-db-lib-dir . "/usr/lib/") (:

Re: [elephant-devel] Problem with errno in %DB-ENV-CREATE

2008-06-02 Thread Ian Eslick
Just to ask the basic questions. Which BDB are you using and does your my-config.sexp match that version? Ian On Jun 1, 2008, at 11:44 PM, Leonardo Varuzza wrote: Hello, If I change the declaim in the top of berkeley-db.lisp to (safety 3) (debug 3), I got this error from SBCL 1.0.17 on AMD

[elephant-devel] Problem with errno in %DB-ENV-CREATE

2008-06-01 Thread Leonardo Varuzza
Hello, If I change the declaim in the top of berkeley-db.lisp to (safety 3) (debug 3), I got this error from SBCL 1.0.17 on AMD64: invalid number of arguments: 1 [Condition of type SB-INT:SIMPLE-PROGRAM-ERROR] Restarts: 0: [ABORT-REQUEST] Abort handling SLIME request. 1: [TERMINATE-THREAD