Update of /project/elephant/cvsroot/elephant In directory common-lisp.net:/tmp/cvs-serv6238
Modified Files: INSTALL Log Message: update of docs (for openmcl, revisions)
Date: Thu Sep 2 17:19:17 2004 Author: blee
Index: elephant/INSTALL diff -u elephant/INSTALL:1.7 elephant/INSTALL:1.8 --- elephant/INSTALL:1.7 Thu Sep 2 17:11:58 2004 +++ elephant/INSTALL Thu Sep 2 17:19:17 2004 @@ -9,15 +9,18 @@
ASDF - http://www.cliki.net/asdf
-UFFI 1.4.24 - http://uffi.b9.com +UFFI 1.4.24/5 - http://uffi.b9.com
I've patched src/functions.lisp to support some kinds of :out arguments. it is backwards-compatible so shouldn't -interfere with your existing work. I've contacted Kevin -Rosenberg about this, it will appear in a future release. +interfere with your existing work. It is included in +1.4.25, but just in case you have 1.4.24 I have included it.
Sleepycat Berkeley DB 4.2 - http://www.sleepycat.com
+The version number is important -- the headers have changed +siginificantly. + A C compiler. Presumably you have this if you installed Sleepycat.
@@ -38,11 +41,11 @@ with the provided file.
2) Install Berkeley DB 4.2. You may actually already have -this installed. The version number is important. FreeBSD -has a port for this, as I'm sure do other BSDs (including -Darwin/Fink.) Take note of where libdb.so and db.h are -installed (usually /usr/local/BerekleyDB.4.2/lib/libdb.so -and /usr/local/BerekleyDB.4.2/include/db.h, or +this installed. FreeBSD has a port for this, as I'm sure +do other BSDs (including Darwin/Fink.) Take note of where +libdb.so and db.h are installed (usually +/usr/local/BerekleyDB.4.2/lib/libdb.so and +/usr/local/BerekleyDB.4.2/include/db.h, or /usr/local/lib/db42/libdb.so and /usr/local/include/db42/db.h.)
@@ -54,7 +57,8 @@
/usr/local/share/common-lisp/elephant/
-or where you specified. +or where you specified. On Darwin / OS X you need to have +the developer tools installed.
4) Compile and load Elephant:
@@ -72,9 +76,11 @@ errors", especially on SBCL. They are not issues, go ahead and redefine the constants.
-Under CMUCL I sporadically get strange behavior which -indicates you might get better performance if you compile -everything again with everything loaded. +I can't seem to make OpenMCL not intern default keyword +values of my macros -- something which doesn't happen on +other implementations. I can't reproduce the issue except +for in my code, but expect (use-package "ELE")'s to produce +conflicting symbol warnings.
----------- Quick Start