Cells cvs does not compile out of the box on Lispworks for Linux 5.1. Is it supposed to?
Problems include the lack of the excl and ide.base packages.
Thanks for your help.
-- Larry Clapp
Larry Clapp wrote:
Cells cvs does not compile out of the box on Lispworks for Linux 5.1. Is it supposed to?
Problems include the lack of the excl and ide.base packages.
Try:
(push :iamnotkenny *features*)
<g>
I'll change that shortly.
Anyway, anything like that that still falls out can safely be commented out.
kt
On Sat, May 10, 2008 at 05:29:20PM -0400, Ken Tilton wrote:
Larry Clapp wrote:
Cells cvs does not compile out of the box on Lispworks for Linux 5.1. Is it supposed to?
Problems include the lack of the excl and ide.base packages.
Try:
(push :iamnotkenny *features*)
Yes, that did it. Silly me. Thanks.
-- L
Larry Clapp wrote:
On Sat, May 10, 2008 at 05:29:20PM -0400, Ken Tilton wrote:
Larry Clapp wrote:
Cells cvs does not compile out of the box on Lispworks for Linux 5.1. Is it supposed to?
Problems include the lack of the excl and ide.base packages.
Try:
(push :iamnotkenny *features*)
Yes, that did it. Silly me. Thanks.
haha, well the silliness is obviously on my side, but that came up when I was trying to focus on my own work and not so much open source and things were quiet anyway, one or two users. I decided a compromise would be to still share improvements to Cells but leave other folks a little work.
Now with Cells-Gtk ported to the latest version of Cells and OpenAIR potentially bringing in a lot more users I better clean that up.
cheers, kt
On Sat, May 10, 2008 at 06:22:52PM -0400, Ken Tilton wrote:
Now with Cells-Gtk ported to the latest version of Cells and OpenAIR potentially bringing in a lot more users I better clean that up.
Well, while you're at it, some things you might want to clean up:
- http://www.tilton-technology.com/cells_top.html still points to http://www.tilton-technology.com/01-Cell-basics.lisp and should probably point to http://common-lisp.net/cgi-bin/viewcvs.cgi/cells/doc/01-Cell-basics.lisp?rev....
- The project page at common-lisp.net ("The repository of all other Cells code (including Cello) ...") points to the repository at http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/?cvsroot=cells, but should probably point to http://common-lisp.net/cgi-bin/viewcvs.cgi/?root=cells (but that doesn't include Cello, so maybe not). In any case, the link doesn't work.
- The project page also says "In there you will find the Cells code itself here" and points to http://common-lisp.net/cgi-bin/viewcvs.cgi/cell-cultures/cells/?cvsroot=cell... but should be http://common-lisp.net/cgi-bin/viewcvs.cgi/cells/?root=cells.
These were stumbling blocks in my Cells odyssey this evening.
Thanks for your help.
FWIW, I was not aware of the OpenAIR project, I just thought it was time I took a look at Cells.
-- Larry