X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/f784870faa01415440fae43823fd6ce4fc4884a6..d1ce759c6186fb9ff8aa12feba1d104860c4ac4a:/clg.system diff --git a/clg.system b/clg.system index d96ff67..1a84665 100644 --- a/clg.system +++ b/clg.system @@ -1,140 +1,151 @@ ;;; -*- Mode: lisp -*- -(setf - (logical-pathname-translations "clg") - '(("**;*.*.*" "/home/espen/src/clg/**/*.*.*"))) +(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.~@ +