Re: Four problems with Scheme 48 1.8
Taylor R Campbell <[email protected]>
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
This is an internal compiler error (although it is not clear from the message) which is unrelated to the bibop collector, as far as I know. The compiler imposes a limit of 2^16 on something, although why it is 2^16 and not about 2^24 I don't know; I think it probably should be 2^24. If I change it to be this, Scheme48 at least compiles ALL.scm, although that file has other problems -- references to undefined variables such as FILE-EXISTS?, lexical syntax errors such as leading at-signs (@) in names, &c.