Hi:
I'm trying to compile Matlisp using the RPM install of CMUCL 18d; seems
like I'm not getting the install correct... I'm very new to LISP
(though I'm quite familiar with Scheme), adding it to the repertoire
specifically for this library. (Sick of writing things in Octave and
CLAPACK.)
Unpacked and ran 'make cmu', didn't fiddle with 'configure' as the
installation notes made no mention of it.
Following is a typescript of what's going on...
Script started on Tue Mar 11 21:23:52 2003
[shutej@localhost matlisp-1.0b]$ make cmu
/usr/local/bin/lisp -eval '(progn (load "start.lisp"))'
; Loading #p"/home/shutej/tmp/matlisp-1.0b/start.lisp".
;; Loading #p"/home/shutej/tmp/matlisp-1.0b/config.lisp".
;; Loading #p"/home/shutej/tmp/matlisp-1.0b/system.dcl".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/packages.lisp".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/packages.lisp".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/packages.lisp".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/packages.lisp".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/packages.lisp".
;;; Loading #p"/home/shutej/tmp/matlisp-1.0b/defsystem.lisp".
Warning: These variables are undefined:
*LIBRARY* *MODULE-FILES*
Warning: Old-style IN-PACKAGE.
In: LAMBDA (FILENAME &REST ARGS &KEY OUTPUT-FILE ...)
#'(LAMBDA (FILENAME &REST ARGS &KEY OUTPUT-FILE ...)
(DECLARE (IGNORE ARGS))
(BLOCK C-COMPILE-FILE (RUN-UNIX-PROGRAM *C-COMPILER* `#)))
Note: Variable ERROR-FILE defined but never used.
Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
#() is not of type (OR CONS
BASE-STRING
(MEMBER NIL :UNSPECIFIC :WILD)
COMMON-LISP::PATTERN)
Restarts:
0: [CONTINUE] Return NIL from load of "matlisp:system.dcl".
1: Return NIL from load of "start.lisp".
2: [ABORT ] Skip remaining initializations.
Debug (type H for help)
("DEFUN MAKE-PATHNAME" 268433174 8)[:OPTIONAL]
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
exists:
target:code/pathname.lisp.
0] (quit)
[shutej@localhost matlisp-1.0b]$ exit
Script done on Tue Mar 11 21:24:01 2003
...CMUCL came from the RPMs linked to from the CMUCL website (with the
Extras installed as well.) Redhat Linux 8.0 running on an Intel P4.
Thanks,
Jeremy
|