[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem compiling Victoria Day PCL
- To: Lawrence Hall <hall@aic.nrl.navy.mil>
- Subject: Re: Problem compiling Victoria Day PCL
- From: barford@hpllab.hp.com
- Date: Tue, 20 Jun 89 13:26:28 PDT
- Cc: commonloops.pa@Xerox.COM
- Full-name: Lee Alton Barford
- In-reply-to: Your message of "Tue, 20 Jun 89 14:01:16 EDT." <8906201801.AA22933@aic.nrl.navy.mil>
- Redistributed: commonloops.pa
I had the same problem compiling the Victoria Day PCL under Lucid 2.15. I
worked around the problem as follows:
;; Patches to allow Victoria Day PCL to compile under LUCID 2.15:
(in-package :lucid :nicknames '(lucid-common-lisp)) ;; it uses a wrong name
(export '(*redefinition-action*)) ;; it assumes this is global
(in-package :user)
(load "defsys.l")
(pcl::compile-pcl)