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