[cells-devel] Cells is a mature, stable extension to CLOS

Ken Tilton kennytilton at optonline.net
Sat Feb 16 00:38:39 UTC 2008


Matthew D.Swank wrote:
> checkout latest cells cvs
> 
> (require :cells)
> 
> ....
> The variable UTILS-KT::CLOCK is unbound.
>    [Condition of type UNBOUND-VARIABLE]
> 
> followed by many more compilation errors.
> 
> happens in sbcl and clisp on win32
> 
> wtf people.

export-now! is defined in core.lisp*

debug.lisp includes (export-now! clock...

core.lisp is set up to compile and load before debug.lisp in both the 
.lpr and .asd def files.

Happy debugging your fucking environment.

kenny

ps. But has what I should think would be a superfluous eval-when around 
it... I have been getting oatches from others lately for the kind of 
crappy software you use, maybe one of those broke yours, or maybe we 
need more patches for more crappy tools. If you do not care enough to 
figure out a simple error like the one above -- should take about sixty 
seconds -- guess how much I care? k



More information about the cells-devel mailing list