[elephant-devel] 0.9 RC1

lists at infoway.net lists at infoway.net
Mon Apr 30 18:43:24 UTC 2007


Hi team,

Congrats on this RC1. Glad to be semi-back in the elephant world.

Anyway, I just downloaded the tar file.

The good news is that all tests ran perfectly (except for migration tests, since I didn't do them). The bad news is that I had some trouble make'ing the docs.

Running SBCL 1.0.4 on Mac OS Intel, I had to:

change doc/docstrings.lisp
Comment out (declare (special *print-miser-width*)) on line 764. SBCL was complaining with:

; caught ERROR:
;   Lock on package COMMON-LISP violated when declaring *PRINT-MISER-WIDTH* special.
;   See also:
;     The SBCL Manual, Node "Package Locks"
;     The ANSI Standard, Section 11.1.2.1.2

change doc/elephant-design.texinfo
Line 16
From:
@image{ArchDiagram,,4.5in,[Architecture Diagram],.png}

To:
@image{ArchDiagram,,4.5in,[Architecture Diagram],png}

change doc/user-guide.texinfo
Line 971
From:
@center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],.png}

To:
@center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}

change doc/user-guide.texinfo
Line 971
From:
@center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}

To:
@c @center @image{IndexedBtrees1,,4.0in,[BTree Index Diagram],png}

Since it was complaining that IndexedBtrees1.png didn't exist.

After these changes, the `make` command ran just fine.

Thanks,
Daniel




More information about the elephant-devel mailing list