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

Problem during pcl:compile-pcl on 3600



    Date: Thu, 11 Feb 88 07:28:49 -0500
    From: kanderso@WILMA.BBN.COM


    In Symbolics 3640 Compiler in Genera 7.1, IP-TCP 52.16,
    ...

    I was simply trying to (pcl:compile-pcl) and this happened during
    compiling fixup.lisp when evaling FIX-EARLY-GENERIC-FUNCTIONS.  My
    guess is that the loop test in the DOLIST somehow gets the value of GET-CPL-1
    rather than METHODS.

There are two fixes for this problem.  The trivial one is to go to the
editor and compile the function lookup-method-internal to core.
Whatever bug in the compiler causes this doesn't happen when the
function is compiled to core.

The more permanent fix is to FTP the new version of the methods.lisp
file and use (compile-pcl) to recompile.
-------