|
From: Ryan M. R. <ri...@MI...> - 2002-09-12 15:20:51
|
Sorry about this, I'm still not understanding how to get Matlisp
working. As I mentioned, I'm using CMUCL with matlisp fresh from the
CVS repository. I download matlisp from the repository, go into the
directory, and do
configure --with-lisp=cmucl
make
It compiles a bunch of stuff, eventually starts up Lisp, looks like
it's loading a bunch of alien objects, and finally says, but if I try
to see what symbols are there (according to the instructions), I get
an error:
---------------
** MATLISP is loaded. Type (HELP MATLISP)
to see a list of available symbols.
To use matlisp:
(use-package "MATLISP")
or
(in-package "MATLISP-USER")
** The logical pathname matlisp has been
set to:
/home/rif/Software/matlisp/
CMU Common Lisp release x86-linux 3.0.8 18c+ 31 December 2001 build 3030, running on oscar
For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS.
or to pva...@de...
type (help) for help, (quit) to exit, and (demo) to see the demos
Loaded subsystems:
Python 1.0, target Intel x86
CLOS based on PCL version: September 16 92 PCL (f)
MATLISP/Pre 2.0
* (help matlisp)
Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable MATLISP is unbound.
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(EVAL MATLISP)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/eval.lisp.
0]
---------------
This is probably something obvious, but I'm just not getting it.
Any help/advice is appreciated.
Cheers,
rif
|