Problems loading cells on cygwin
- From: Mirko.Vukovic@xxxxxxxxx
- Date: Mon, 26 Nov 2007 12:46:31 -0800 (PST)
Hello,
I am using clisp 2.41.2 on windows XP & cygwin, with emacs and slime.
I downloaded cells, and I am trying to install them with asdf. I am
getting the following sequence of warnings, from which I proceed
through by "assuming everything is OK" in the slime debugger. I am
giving the file name and the reported error:
detritus.fas: INTERN("SLOTDEF-NAME"): #1=#<PACKAGE CLOS> is locked
cells.fas: #:|31 31 (DEFINE-CONSTANT *C-OPTIMIZEP* T)-3|: symbol
CELLS::*C-OPTIMIZEP* has no value
cell-types.fas: #:|71 71 (DEFINE-CONSTANT *CD-USAGECT* 64)-10|: symbol
CELLS::*CD-USAGECT* has no value
integrity.fas: #:|64 64 (DEFINE-CONSTANT *UFB-OPCODES* '(:USER-
NOTIFY :OUTPUT :SETF ...))-10|: symbol CELLS::*UFB-OPCODES* has no
value
initialize.fas: FIND-CLASS: CELLS::C-DEPENDENT does not name a class
link.fas: FIND-CLASS: CELLS::C-DEPENDENT does not name a class
I tried evaluating the code in 01-Cell-basics.lisp, and barfed at
(defparameter *s2* (make-instance 'stone
:accel 32 ;; (constant) feet per second per
second
:time-elapsed (c-in 0)))
because of the undefined function c-in. Now c-in is defined as a
macro in contructors.lisp, which loaded without problems.
So, what other component (of clisp, cells or brain) am I missing?
Thank you,
Mirko
.
- Follow-Ups:
- Re: Problems loading cells on cygwin
- From: Mirko . Vukovic
- Re: Problems loading cells on cygwin
- Prev by Date: Re: The origins of CL conditions system
- Next by Date: Re: Problems loading cells on cygwin
- Previous by thread: The origins of CL conditions system
- Next by thread: Re: Problems loading cells on cygwin
- Index(es):
Relevant Pages
|