Re: [elephant-devel] Change to docstrings.lisp

2008-05-19 Thread Glenn Tarcea
Hi Robert, I am on SBCL 1.0.15 on intel based Mac OSX. I built it with threading enabled. I get the following error when I go to build the documentation (make - d all): Formatting node Variable Index... Formatting node Colophon... make: *** [docs] Error 1 Got a SIGCHLD; 1 unreaped children

Re: [elephant-devel] Change to docstrings.lisp

2008-05-19 Thread Robert L. Read
Dear Glenn, I have applied your patch to elephant-unstable. Thank you. Unfortunately, I can not build the documentation right now due to an error in compiling defpackage in sb-posix, therefore I cannot verify that that works. What version of SBCL are you using (I'm on 1.0.13). Ar

Re: [elephant-devel] Change to docstrings.lisp

2008-05-18 Thread Robert L. Read
That is the correct way to do it, thank you. I will apply the patch today or tomorrow. On Sun, 2008-05-18 at 17:37 -0400, Glenn Tarcea wrote: > Hi, > > I've started trying to make some changes to the documentation. I've > run into a couple of problems. Attached is a patch to > docstrings.l

[elephant-devel] Change to docstrings.lisp

2008-05-18 Thread Glenn Tarcea
Hi, I've started trying to make some changes to the documentation. I've run into a couple of problems. Attached is a patch to docstrings.lisp. On later versions of SBCL it appears that finalize- inheritance needs to be called before introspecting a class. The attached patch adds one line t