[elephant-cvs] CVS elephant
ieslick
ieslick at common-lisp.net
Mon Mar 12 01:32:06 UTC 2007
Update of /project/elephant/cvsroot/elephant
In directory clnet:/tmp/cvs-serv16651
Modified Files:
TODO ele-bdb.asd
Log Message:
Henrik's change for linux/bdb compile
--- /project/elephant/cvsroot/elephant/TODO 2007/03/11 03:31:09 1.69
+++ /project/elephant/cvsroot/elephant/TODO 2007/03/12 01:32:05 1.70
@@ -11,6 +11,10 @@
TASKS TO GET TO BETA:
+Bugs:
+- Fix db open bug in SQlite
+- Fix Henrik's bugs (if still there)
+
Migration:
- Validate SQL migration 0.6.0->0.6.1 (Robert)
@@ -24,7 +28,7 @@
TASKS TO GET TO FINAL RELEASE:
Bugs:
-- Fix any bugs found in BETA
+- Fix any bugs found during BETA
Test coverage:
- Clean up interface to tests
--- /project/elephant/cvsroot/elephant/ele-bdb.asd 2007/03/03 17:24:58 1.19
+++ /project/elephant/cvsroot/elephant/ele-bdb.asd 2007/03/12 01:32:05 1.20
@@ -32,7 +32,7 @@
(defmethod compiler-options ((compiler (eql :gcc)) (c bdb-c-source) &key &allow-other-keys)
(append (library-directories c)
(call-next-method)
- (list "-ldb45")))
+ #-linux (list "-ldb45")))
(defmethod compiler-options ((compiler (eql :cygwin)) (c bdb-c-source) &key &allow-other-keys)
(append (library-directories c)
More information about the Elephant-cvs
mailing list