Re: Newbie with problems building clojure-contrib

2009-08-13 Thread Barry Perryman
On Aug 13, 12:25 pm, Arie van Wingerden 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 >  

Re: Newbie with problems building clojure-contrib

2009-08-13 Thread Arie van Wingerden
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 A

Re: Newbie with problems building clojure-contrib

2009-08-12 Thread Wilson MacGyver
There is a branch in clojure-contrib that is 1.0 compatible. Sent from my iPhone On Aug 12, 2009, at 7:35 PM, Andy Fingerhut wrote: > > Oh, one more thing. If you have latest git clojure-contrib, I'd > recommend trying it with latest git clojure, too. Latest clojure- > contrib might not work

Re: Newbie with problems building clojure-contrib

2009-08-12 Thread Andy Fingerhut
Oh, one more thing. If you have latest git clojure-contrib, I'd recommend trying it with latest git clojure, too. Latest clojure- contrib might not work with clojure 1.0.0. Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: Newbie with problems building clojure-contrib

2009-08-12 Thread Andy Fingerhut
I've got a Mac and I've set it up to run jvm 1.6.0 instead of 1.5.0, but I think I've done it with 1.5.0 before, too. You should be fine there. Also I have ant version 1.7.1, but again, probably not a show stopper difference. I put my clojure-contrib in a directory "beside" my clojure directory

Newbie with problems building clojure-contrib

2009-08-12 Thread Barry Perryman
I'm new to clojure and I haven't touched the java platform for longer than I can remember, and I'm having a little difficulty building clojure-contrib. I've made a software/clojure folder, and installed clojure 1.0 release. Under that folder I have made a clojure-contrib folder, and got the lates