;;; -*- Mode: lisp -*- (defpackage "CLG-SYSTEM" (:use "COMMON-LISP" "EXTENSIONS" "ALIEN") (:export "*GTK-LIBRARY-PATH*")) (in-package "CLG-SYSTEM") ;; Suggested by Marco Antoniotti (eval-when (:load-toplevel :execute :compile-toplevel) (unless (find-package "MAKE") (error "CLG requires the MK:DEFSYSTEM to be properly compiled ~ and loaded.~%~ You can download MK:DEFSYSTEM from the CLOCC.~@