[mcclim-devel] mcclim 0.9.4 freeze trivia
Hi, my concerns are centered around mcclim.asd for the moment... I just wanted to let you know that the current (defsystem :drei-mcclim ...) form is unREADable for openmcl. This is due to (mcclim.system::dep-on-swank) returning (or), which it does not seem to like in this context. The other thing is that asdf-binary-locations seems to have a problem with (:file "Extensions/rgb-image"), but that's probably a bug over there... Greetings, Kilian
On Sun, Jan 14, 2007 at 02:01:12PM +0100, Kilian Sprotte wrote:
The other thing is that asdf-binary-locations seems to have a problem with (:file "Extensions/rgb-image"), but that's probably a bug over there...
It doesn't work in my plain ASDF under CMUCL, either. I added stuff similar to "Goatee/presentation-history", a few lines above it. Regards, ',mr -- rydis (Martin Rydström) @CD.Chalmers.SE http://www.rydis.se [Emacs] is written in Lisp, which is the only computer language that is beautiful. -- Neal Stephenson, _In the Beginning was the Command Line_
"Kilian Sprotte" <kilian.sprotte@googlemail.com> writes:
I just wanted to let you know that the current (defsystem :drei-mcclim ...) form is unREADable for openmcl. This is due to (mcclim.system::dep-on-swank) returning (or), which it does not seem to like in this context.
I committed what I think is a fix (but I don't have OpenMCL and can't test it properly).
The other thing is that asdf-binary-locations seems to have a problem with (:file "Extensions/rgb-image"), but that's probably a bug over there...
Nope, that was our problem too. Should be fixed now. -- \ Troels "Athas" /\ Henriksen
Hi, thanks! :) Its compiling and loading with sbcl and openmcl now (+ asdf-binary-locations). Cheers, Kilian PS: I have only been working with the last release and I must tell you that I /really/ like Drei !! On 1/14/07, Troels Henriksen <athas@sigkill.dk> wrote:
"Kilian Sprotte" <kilian.sprotte@googlemail.com> writes:
I just wanted to let you know that the current (defsystem :drei-mcclim ...) form is unREADable for openmcl. This is due to (mcclim.system::dep-on-swank) returning (or), which it does not seem to like in this context.
I committed what I think is a fix (but I don't have OpenMCL and can't test it properly).
The other thing is that asdf-binary-locations seems to have a problem with (:file "Extensions/rgb-image"), but that's probably a bug over there...
Nope, that was our problem too. Should be fixed now.
-- \ Troels "Athas" /\ Henriksen
participants (3)
-
Kilian Sprotte
-
Martin Rydstr|m
-
Troels Henriksen