fred lakin wrote:
Folks --
I have a large program that depends on CLX and runs fine in 19C.
I can't get it to compile and load in any version of 19D, including
cmucl-19d-ppc-darwin w/ cmucl-19d-ppc-darwin-lib;
cmucl-2007-03-ppc-darwin w/ cmucl-2007-03-ppc-darwin-lib;
cmucl-2007-07-ppc-darwin w/ cmucl-2007-07-ppc-darwin-lib; and
cmucl-2007-08-ppc-darwin w/ cmucl-2007-08-ppc-darwin-lib.
1 Is this a known problem?
Not that I know of.
2 Is there a way that I can get more useful error msgs?
One option is to drop into ldb and try to print out some things. Do
this by entering (lisp::%halt). You'll get the ldb prompt. "help" will
provide some simple help.
If the program is not really huge, you could provide the source for it
somewhere. Alternatively, since it works in 19c but not 2007-03, you
can try some of the other snapshots to help narrow down where it
changed. Perhaps the issue is caused by gencgc. I can't remember when
gencgc was added to ppc and the cvs logs aren't exactly clear about that
either.
Ray