[elephant-devel] Change to docstrings.lisp
Glenn Tarcea
gtarcea at umich.edu
Tue May 20 03:46:05 UTC 2008
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.
Reaping losing child 0x0030c6a0 PID 510
make: *** [docs] Error 1
Removing child 0x0030c6a0 PID 510 from chain.
It looks like it is running the following command:
makeinfo -v --html --css-include=style.css --force elephant.texinfo
Also, the following example other errors appear during this processing:
/Users/gtarcea/Documents/workspace/darcs/elephant-unstable/doc//
reference.texinfo:88: @include `includes/fun-elephant-enable-class-
indexing.texinfo': No such file or directory.
And indeed that file does not exist.
I apologize that I haven't had a chance to look into this more.
Unfortunately with working during the day and evening classes I
probably won't be able to look further into this until Thursday-ish.
Glenn
On May 19, 2008, at 11:26 PM, Robert L. Read wrote:
> 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).
> Are the tex errors simply dangling references in the
> documentation? Or
> perhaps they are caused by another version incompatibility?
>
> 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.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 to texinfo-inferred-body:
>>
>> (sb-mop:finalize-inheritance (find-class name))
>>
>> The documentation still doesn't completely build for me, but this is
>> at least a step further (no lisp errors, I believe the next set are
>> tex errors).
>>
>> FYI: I've never used darcs before, so if there is a better (or even
>> correct way...) to format the patch please let me know. I used darcs
>> record and darcs send to create the patch.
>>
>> Thanks,
>>
>> Glenn
>>
>> _______________________________________________
>> elephant-devel site list
>> elephant-devel at common-lisp.net
>> http://common-lisp.net/mailman/listinfo/elephant-devel
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
>
>
More information about the elephant-devel
mailing list