Latest CMUCL CVS and defsystem



>>>>> "CY" == C Y <smustudent1@yahoo.com> writes:

    CY> --- Raymond Toy <toy@rtp.ericsson.se> wrote:
    >> >>>>> "James" == James Amundson <amundson@fnal.gov> writes:
    >> 
    James> On Mon, 2003-05-05 at 12:04, Raymond Toy wrote:
    >> >> Any objections?
    >> 
    James> No. Only encouragement.
    >> 
    >> Well, that didn't go so well.  I had failed to test with gcl (2.5.1)
    >> and builds didn't work anymore.  I've tried to put port back some of
    >> the things for gcl from the previous version, and the result seems to
    >> work again.  These changes are in CVS now.

    CY> Is that something GCL needs to be worried about?  Perhaps the problem
    CY> is on their end.

Maybe.  The latest defsystem seemed to have removed some
conditionalization for gcl.  I just put them back.

To be honest, I was too lazy to figure out why things didn't work.

For example, (describe 'eval-when) for gcl 2.5.1 seems to imply that
:compile-toplevel, etc., are valid.  But when I try it, it complains.
I just made defsystem use compile and friends instead.

Ray