[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trying to Install CLX



I am trying to install CLX version 6.1 (a gui which I got from CMU) on
an SGI.  However, I am encountering some problems which I do not
understand.  (something about a package not being listp).  Any
assistance which you can provide would be greatly appreciated.



shoubuliao 149% make all
        /bin/echo " \
        (set-case-mode :case-sensitive-lower) \
        (proclaim '(optimize (speed 3) (safety 0))) \
        #+(version>= 4 0) (pushnew :clx-ansi-common-lisp *features*) \
        (load \"defsystem\") \
        #+allegro (compile-system :clx) \
        #-allegro (compile-clx) \
        #+allegro (compile-system :clx-debug)" \
        | /usr/local/bin/facl -qq -batch
Allegro CL 4.2 [Silicon Graphics Iris 4D; R1] (8/25/94 16:10)
Copyright (C) 1985-1993, Franz Inc., Berkeley, CA, USA.  All Rights Reserve
d.
;; Optimization settings: safety 1, space 1, speed 1, debug 2
;; For a complete description of all compiler switches given the current
;; optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
USER(1): 
:case-insensitive-upper
user(2): 
t
user(3): 
(:clx-ansi-common-lisp :multiprocessing :dynafasl :big-endian :gsgc
 :clos :compiler :iris4d :sgi4d :sgi ...)
user(4): 
; Loading /shou8/aumann/lispstuff/gui/clx_r61/defsystem.cl.
Error (from error): Attempt to take the car of package which is not
                    listp.
; Auto-exit
; Exiting Lisp
*** Error code 1 (bu21)