Problems loading cells on cygwin



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

.



Relevant Pages

  • Re: Problems loading cells on cygwin
    ... 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. ... because of the undefined function c-in. ...
    (comp.lang.lisp)
  • Re: Amazon used lisp & C exclusively?
    ... clisp 2.35 to clisp 2.38 SLIME breaks. ... SLIME from CVS but that is no good, ... barrier to entry as a barrier to staying inside once you're through ... the only time upgrading any other language's ...
    (comp.lang.lisp)
  • *load-paths* undefined in slime, but present in clisp
    ... My clisp and slime lisp environments react in different ways. ... I am using windows XP with emacs 22.1 windows version. ... and I have a clisp that came with cygwin to ...
    (comp.lang.lisp)
  • Re: Clisp Slime aborts
    ... slime loses the connection with Clisp. ... Lispbox doesn't do this, it just drops me back into the REPL. ... Maybe these versions of Slime are different? ... the EmacsCLISP socket connection is obviously closed. ...
    (comp.lang.lisp)