Meikel Brandmeyer wrote:
> Am 25.10.2008 um 15:49 schrieb Phil Jordan:
>> I tried both the release jar and building my own from hg (by the way,
>> your Makefile fails on GNU Make on Linux, as far as I can tell it's
>> because you're using .for) and they suffer from the same problem.
> Obviously there are makes which are not GNU make. The Makefile is
> for BSD make. It does nothing, but calling gen-class and packing the
> jar. Since the whole class implementation is in Clojure it shouldn't
> necessary to regenerate the .class files.

Yeah, it's pretty straightforward to set *builddir* and load the
*.gen.clj files, trying the Makefile just tripped me up for a while. :)

>> Am I doing something wrong or is this an incompatibility with recent
>> clojure versions?
> This worked before. So I suspect that it was wrong from the beginning.
> But Clojure became a bit more picky and now complains about the code.
> 
> The update v2.0.1 can be found at the usual place:
>   http://kotka.de/projects/clojure/lazy-map.html

Thanks, that works great now! Looking forward to use it in my code.

~phil

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to