Re: Problems loading cells on cygwin
- From: "John Thingstad" <jpthing@xxxxxxxxx>
- Date: Tue, 27 Nov 2007 00:32:53 +0100
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
.
- Follow-Ups:
- Re: Problems loading cells on cygwin
- From: Mirko . Vukovic
- Re: Problems loading cells on cygwin
- References:
- Problems loading cells on cygwin
- From: Mirko . Vukovic
- Re: Problems loading cells on cygwin
- From: Mirko . Vukovic
- Re: Problems loading cells on cygwin
- From: Ken Tilton
- Problems loading cells on cygwin
- Prev by Date: Re: Problems loading cells on cygwin
- Next by Date: Got "broken pipe" exception
- Previous by thread: Re: Problems loading cells on cygwin
- Next by thread: Re: Problems loading cells on cygwin
- Index(es):
Relevant Pages
|