On Aug 13, 12:25 pm, Arie van Wingerden <xapw...@gmail.com> wrote:
> Hi,
>
> I think I know what is going on.
> You are using the Clojure 1.0, but you should use the latest Clojure,
> because there are depoendencies.
>
> This is what you need to do:
>    1. remove Clojure 1.0
>    2. get latest Clojure with git
>    3. get latest Clojure-Contrib with git
>    4. build Clojure using Ant
>    5. build clojure-contrib using ant with the option
> -Dclojure.jar=../clojure/clojure.jar
>        (this is correct when both clojure and clojure-contrib are child
> directories of the same parent;
>         otherwise specify your clojure.jar location)
> That should fix your problem!
>
> Regards
>    Arie
>

Thanks to Arie, and everyone who answered, I've just updated with the
latest version and it built without a hitch.

Barry
--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to