Matthew D. Swank <akopa.gmane.poster <at> gmail.com> writes: > > 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. > > Matt > >
The problem is an omitted file in cells.asd Index: cells.asd =================================================================== RCS file: /project/cells/cvsroot/cells/cells.asd,v retrieving revision 1.9 diff -r1.9 cells.asd 18a19 > (:file "core") Also, could we change the absence of a non-standard feature to the presence of a non-standard feature? e.g. #-iamnotkenny to #+iamkenny in detritus.lisp and core.lisp files in util-kt. _______________________________________________ cells-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-devel
