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

Re: Problem compiling Victoria Day PCL



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)