[comp.lang.clos] Bugs compiling FIXUP file

strappa@irst.it (Carlo Strapparava) (11/29/90)

I have a bug when compiling may day PCL (rev2 & rev3) on
xerox 1186 (medley). The bug turns out compiling
the file FIXUP. The wrong form I suspect is:

   (eval-when (compile load eval)
->   (fix-early-generic-functions)
     (setq *boot-state* 'complete))

in particular I think there is a bug in (fix-early-generic-functions)
Is there anyone who have a patch for this ?

					Thanks
					Carlo Strapparava

welch@CIS.OHIO-STATE.EDU (Arun Welch) (11/29/90)

The dfasl's for Rev3 pcl are on tut.cis.ohio-state.edu,
~ftp/pub/lispusers/pcl/rev3-may90.tar.Z, compiled with Medley 1.2.
I've been using it for some weeks now with no problems.

...arun