Re: [elephant-devel] problems w/ ClozureCL

2009-09-20 Thread Derrell Piper
> Try BDB 4.7 - it's required for the current dev head. No change for Clozure but SBCL doesn't seem to like db47. (See below) > run tests/delscript.sh from tests - it will clean out all the tests > databases. It is possible there are some regressions on head which, > if you reproduce your e

Re: [elephant-devel] problems w/ ClozureCL

2009-09-20 Thread Ian Eslick
Try BDB 4.7 - it's required for the current dev head. run tests/delscript.sh from tests - it will clean out all the tests databases. It is possible there are some regressions on head which, if you reproduce your errors after running delscript, I'll try to look at this week. Thank you, Ian

Re: [elephant-devel] problems w/ ClozureCL

2009-09-20 Thread Derrell Piper
Clean script? No, I guess not. Per Section 3.10, I just did this in the REPL: (asdf:operate 'asdf:load-op :elephant-tests) (in-package "ELEPHANT-TESTS") (setq *default-spec* *testbdb-spec*) (do-backend-tests) What clean script are you referring to? My BDB version is 4.6. Thanks, Derrell O

Re: [elephant-devel] problems w/ ClozureCL

2009-09-19 Thread Ian Eslick
Did you run the clean script before running the tests? I have exactly that configuration locally and use it daily without incident. Also, which BDB version are you using? -Ian On Sep 19, 2009, at 5:09 PM, Derrell Piper wrote: > Hi, > > Configuration:Mac OS X, 10.6.1 (Snow Leopard)

[elephant-devel] problems w/ ClozureCL

2009-09-19 Thread Derrell Piper
Hi, Configuration: Mac OS X, 10.6.1 (Snow Leopard) Clozure CL: trunk (1.4 via svn), X86-64 Elephant: trunk (1.0 via darcs) Also, FYI, SBCL (trunk) is working fine. Two issues. First, trying to do a '(use-package :elephant)' results in the following: Using # in # would caus