From akopa.gmane.poster at gmail.com Fri Feb 15 22:09:08 2008 From: akopa.gmane.poster at gmail.com (Matthew D.Swank) Date: Fri, 15 Feb 2008 22:09:08 +0000 (UTC) Subject: [cells-devel] Cells is a mature, stable extension to CLOS Message-ID: 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 From akopa.gmane.poster at gmail.com Sat Feb 16 00:35:35 2008 From: akopa.gmane.poster at gmail.com (Matthew D.Swank) Date: Sat, 16 Feb 2008 00:35:35 +0000 (UTC) Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS References: Message-ID: Matthew D. Swank 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. From kennytilton at optonline.net Sat Feb 16 00:38:39 2008 From: kennytilton at optonline.net (Ken Tilton) Date: Fri, 15 Feb 2008 19:38:39 -0500 Subject: [cells-devel] Cells is a mature, stable extension to CLOS In-Reply-To: References: Message-ID: <47B6308F.7080300@optonline.net> 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 From kennytilton at optonline.net Sat Feb 16 00:42:17 2008 From: kennytilton at optonline.net (Ken Tilton) Date: Fri, 15 Feb 2008 19:42:17 -0500 Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS In-Reply-To: References: Message-ID: <47B63169.6010701@optonline.net> 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 From kennytilton at optonline.net Sat Feb 16 00:48:11 2008 From: kennytilton at optonline.net (Ken Tilton) Date: Fri, 15 Feb 2008 19:48:11 -0500 Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS In-Reply-To: References: Message-ID: <47B632CB.9040800@optonline.net> Matthew D.Swank wrote: > Matthew D. Swank 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 From akopa.gmane.poster at gmail.com Sat Feb 16 02:21:57 2008 From: akopa.gmane.poster at gmail.com (Matthew D.Swank) Date: Sat, 16 Feb 2008 02:21:57 +0000 (UTC) Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS References: <47B632CB.9040800@optonline.net> Message-ID: Ken Tilton optonline.net> writes: > > Matthew D.Swank wrote: > > Matthew D. Swank 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 From kennytilton at optonline.net Sat Feb 16 03:16:15 2008 From: kennytilton at optonline.net (Ken Tilton) Date: Fri, 15 Feb 2008 22:16:15 -0500 Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS In-Reply-To: References: <47B632CB.9040800@optonline.net> Message-ID: <47B6557F.4090807@optonline.net> 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 From akopa.gmane.poster at gmail.com Sat Feb 16 08:56:18 2008 From: akopa.gmane.poster at gmail.com (Matthew D.Swank) Date: Sat, 16 Feb 2008 08:56:18 +0000 (UTC) Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS References: <47B632CB.9040800@optonline.net> <47B6557F.4090807@optonline.net> Message-ID: Ken Tilton 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"))) From peter.hildebrandt at gmail.com Sat Feb 16 09:35:06 2008 From: peter.hildebrandt at gmail.com (Peter Hildebrandt) Date: Sat, 16 Feb 2008 10:35:06 +0100 Subject: [cells-devel] Re: Cells is a mature, stable extension to CLOS In-Reply-To: References: <47B632CB.9040800@optonline.net> Message-ID: <47B6AE4A.6090104@gmail.com> 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 at common-lisp.net > http://common-lisp.net/mailman/listinfo/cells-devel