To: "mcclim developers' list" mcclim-devel@common-lisp.net Date: Mon, 27 Dec 2004 09:44:46 -0600 From: "Robert P. Goldman"
Fortunately, AFAICT, it's trivial to modify SYSTEM.LISP, so that you DON'T need to import anything from MK --- you can just use the package references w/o much effort.
-#+mk-defsystem (use-package "MK")
For some reason, you have the MK-DEFSYSTEM feature defined. Under Allegro, you should not have that defined.
Mike McDonald mikemac@mikemac.com