[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can CLISP support Loom?
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Can CLISP support Loom?
- From: atai@ece.UCSD.EDU (Andy Tai)
- Date: Wed, 8 May 96 12:01:23 PDT
Hi, I try to run Loom 2.1 under CLISP. I compile the system following Loom's
instructions. I get some files loaded, but then the file ends with an error
message. I have seen that error before when doing something else.
The output is as follows:
i i i i i i i ooooo o ooooooo ooooo ooooo
I I I I I I I 8 8 8 8 8 o 8 8
I I I I I I I 8 8 8 8 8 8
I I I I I I I 8 8 8 ooooo 8oooo
I \ `+' / I 8 8 8 8 8
\ `-+-' / 8 o 8 8 o 8 8
`-__|__-' ooooo 8oooooo ooo8ooo ooooo 8
|
------+------ Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994, 1995, 1996
> (load "/usr/local/loom2.1/compile-loom.lisp")
;; Loading file /usr/local/loom2.1/compile-loom.lisp ...
;; Loading file /usr/local/loom2.1/pathnames.lisp ...
;; Loading file /usr/local/loom2.1/loom-package.lisp ...
;; Loading of file /usr/local/loom2.1/loom-package.lisp is finished.
;; Loading file /usr/local/loom2.1/defsystem.lisp ...
;; Loading of file /usr/local/loom2.1/defsystem.lisp is finished.
*** - Unix error 13 (EACCES): Permission denied
1. Break> Backtrace
EVAL frame for form (REQUIRE :LOOP)
EVAL frame for form (LOAD PATH)
EVAL frame for form
(LET
((PATH
(MAKE-PATHNAME :NAME (TRUNCATE-NAME "pathnames") :TYPE *LISP-EXTENSION*
:DEFAULTS *LOOM-PATHNAME-DEFAULT*
)) )
(LOAD PATH)
)
EVAL frame for form (LOAD "/usr/local/loom2.1/compile-loom.lisp")
Can this "permission denied" be a bug in CLISP? Thanks for any information.