X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/fe66d5f4a7f54a08fefb6042e7385255e8f69e36..ea15befbcae7b86abda6d687615d7eb9449b3b40:/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.~@ +