[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling test.lisp



    Date: Tue, 23 Jan 90 15:56:58 EST
    From: Bill.Chiles@WB1.CS.CMU.EDU

    I recently grabbed Victoria Day PCL.  I was seemingly able to compile it
    and load it fine, but when I try to compile test.lisp I get an unbound
    symbol error for *c-initform*.  Has anyone dealt with this before?  Can you
    send me any standard test patches to see if our PCL passes this test suite?

Just ignore the code in test.lisp.  The next release of PCL won't even
include a test file because its always too hard to keep it up to date.

If you can compile and load PCL, it is working.  Since it is a metacircular
implementation, compiling or loading it actually runs most of the code.
-------