Something looks a bit fishy.
(pushnew :clim *features*) (pushnew :mcclim *features*)
+;;; I really didn't have good luck with this on Allegro, because +;;; Allegro's CL-USER package uses it's EXCL stuff, which has its own +;;; DEFSYSTEM. [2004/12/21:rpg] +;;;#+mk-defsystem (use-package "MK")
(defmacro clim-defsystem ((module &key depends-on) &rest components) `(progn #+mk-defsystem
Mike McDonald mikemac@mikemac.com