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
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
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
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