Re: Problems loading cells on cygwin



På Tue, 27 Nov 2007 00:09:36 +0100, skrev Ken Tilton <kennytilton@xxxxxxxxxxxxx>:


I am afraid what you are missing might be a system definition facility with half a brain. ASDF is retarded. It loads things in the wrong order and I do not use it so any .asd file I offer is at best suspect and at worst (and usually) out-od-date. Anyway...

1. Always do a full compile. I believe ":force t" is the inscrutablese for that. It will only take a few seconds.

2. There should be no warnings, so hack away until those are gone. That define-constant thing is not mine, maybe Clisp has a problem somewhere. fwiw, I am not sure how many folks have used Clisp with Cells, tho that is where Cells-Gtk began so how bad could it be?

3. I am worried about bit rot, but it looks as if I updated 01-cells-basics.lisp at some point. I just tested my copy against my cells and all went well, but I have not committed in ages. (The Open SOurce Fairy has left the building.)

4. Feel free to email me directly with issues. You might zip up all the source and send that along with questions since we have much diff code bases cells-wise.


I seem to have mentioned this before, but if you set serial: t it reads them in the order listed.
This might help some.

(Example from by blog software.)

(defsystem :blog
:serial t
:components ((:file "packages")
(:file "common")
(:file "sql")
(:file "start-blog")
(:file "front-page")
(:file "blog")
(:file "manage-blog")
(:file "manage-entry"))
:depends-on (:hunchentoot :clsql :cl-who :cl-ppcre :iterate))


--------------
John Thingstad
.



Relevant Pages

  • Re: Problems loading cells on cygwin
    ... I am using clisp 2.41.2 on windows XP & cygwin, with emacs and slime. ... So, what other component (of clisp, cells or brain) am I missing? ... (The Open SOurce Fairy has left the building.) ...
    (comp.lang.lisp)
  • Re: cells-gtk screen shots
    ... Kenny Tilton wrote: ... PS, it ain't got Cells, but it is running under OpenMCL: ... "CLisp and/or UFFI" as part of the to-do list. ...
    (comp.lang.lisp)
  • Re: Just cant hear enough about Cells?
    ... that _both_ sides have hit some rhetorical high notes: ... Bottom line is that Cells might have a heart of gold, ... Ask not your Open Source Fairy can do for you, ...
    (comp.lang.lisp)