Re: Problems building the initial bleeding edge heap image
Gary Byers <[email protected]> Thu, 7 Jul 2005 00:12:02 -0600 (MDT)
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 7 Jul 2005, Terence Sullivan wrote: > Warning: Total lisp novice here. > > Trying to follow the instructions from the documentation. > (http://openmcl.clozure.com/Doc/ch02s04.html) The instructions worked fine > for the 0.14.3 version, but not for the bleeding edge version (updated from > cvs 7/6/2005) > > Using a dppccl.image generated by the newly installed 0.14.3 version, I get > the following results: [total chaos] See section 2.1.4.2 of the online docs. "testing" images were generated on July 5; I think that they'll compile the current sources, though you may have to continue (:go) through a couple of CERRORs as constants are redefined. (Those constants have to do with how errors involving references to 64-bit arrays are encoded; unless you're using the 64-bit version and doing invalid access to such arrays, redefining those constants isn't too important, but they -should- be updated to have correct values.)