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
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.
Matthew D.Swank wrote:
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.
PWUAUAJAJJAJAAHAHAHHAHAHHAHAHAHHAAAA>..........
kenny
Matthew D.Swank wrote:
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")
I show that in my utils-kt.asd, but with a dependency on defpackage.
Hmmm... well, my version builds, that is all I care about. You might try Python, I hear they have great libraries.
kenny
Ken Tilton <kennytilton <at> optonline.net> writes:
Matthew D.Swank wrote:
Matthew D. Swank <akopa.gmane.poster <at> gmail.com> writes:
...
The variable UTILS-KT::CLOCK is unbound. [Condition of type UNBOUND-VARIABLE]
...
The problem is an omitted file in cells.asd
...
I show that in my utils-kt.asd, but with a dependency on defpackage.
Hmmm... well, my version builds, that is all I care about. You might try Python, I hear they have great libraries.
kenny
Cells (the asd) does not depend on utils-kt (the asd). It includes files from utils-kt (the directory) as a module.
Matt
Matthew D.Swank wrote:
Cells (the asd) does not depend on utils-kt (the asd). It includes files from utils-kt (the directory) as a module.
Ah, great, mystery solved. But if a broken ASD caused you this much trouble, you really do want to look elsewhere for cool code, my libraries are a nightmare to install.
kenny
Ken Tilton <kennytilton <at> optonline.net> writes:
Ah, great, mystery solved. But if a broken ASD caused you this much trouble, you really do want to look elsewhere for cool code, my libraries are a nightmare to install.
kenny
This would also be a notable improvement
Index: cells-test.asd =================================================================== RCS file: /project/cells/cvsroot/cells/cells-test/cells-test.asd,v retrieving revision 1.1 diff -r1.1 cells-test.asd 12,25c12,23 < :components ((:module "cells-test" < :serial t < :components ((:file "test") < (:file "hello-world") < (:file "test-kid-slotting") < (:file "test-lazy") < (:file "person") < (:file "df-interference") < (:file "test-family") < (:file "output-setf") < (:file "test-cycle") < (:file "test-ephemeral") < (:file "test-synapse") < (:file "deep-cells"))))) ---
:components ((:file "test") (:file "hello-world") (:file "test-kid-slotting") (:file "test-lazy") (:file "person") (:file "df-interference") (:file "test-family") (:file "output-setf") (:file "test-cycle") (:file "test-ephemeral") (:file "test-synapse") (:file "deep-cells")))
Matthew D.Swank wrote:
Cells (the asd) does not depend on utils-kt (the asd). It includes files from utils-kt (the directory) as a module.
Funny thing is I fixed that a week ago, and I thought I had committed it to CVS. I must have forgotten ... anyway, it's in there now.
Peter
Matt
cells-devel site list cells-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/cells-devel
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