Re: Compiling the Android version of Clojure

2013-05-22 Thread Daniel Solano Gómez
On Wed May 22 05:10 2013, Alex Fowler wrote: > My aim is to enable Clojure programming directly on an Android device.. so, > as I understand, I can use lein-droid to make the pre-compiled JAR to work > on the device? I seen Clojure 1.4.0 REPL for Android and I wanted to get > the compiler itself

Re: Compiling the Android version of Clojure

2013-05-22 Thread Alex Fowler
My aim is to enable Clojure programming directly on an Android device.. so, as I understand, I can use lein-droid to make the pre-compiled JAR to work on the device? I seen Clojure 1.4.0 REPL for Android and I wanted to get the compiler itself, preferably for 1.5.1, so that I can integrate it in

Re: Compiling the Android version of Clojure

2013-05-21 Thread Daniel Solano Gómez
Hello, I use Maven to build the Clojure/Android port, so I don't know whethter the Ant build instructions work or how to adapt them to Windows. Is there a reason you need to build from source? If not, then using lein-droid or getting the JAR directly from Clojars is probably an easier way to go.

Re: Compiling the Android version of Clojure

2013-05-21 Thread Kelker Ryan
What's wrong with the lein-droid plugin? https://github.com/clojure-android/lein-droid  22.05.2013, 05:21, "Alex Fowler" :Nope, I am on Windows :D.. I guess I could re-write this one into a *.bat file...  looking inside the file, however, does not give me a clue on how it will help me aside from th

Re: Compiling the Android version of Clojure

2013-05-21 Thread Alex Fowler
Nope, I am on Windows :D.. I guess I could re-write this one into a *.bat file... looking inside the file, however, does not give me a clue on how it will help me aside from that maybe maven will somehow manage to reolve the deps... On Wed, May 22, 2013 at 12:18 AM, Kelker Ryan wrote: > Did you

Re: Compiling the Android version of Clojure

2013-05-21 Thread Kelker Ryan
Did you run ./antsetup.sh before trying to build with ant?  22.05.2013, 05:01, "Alex Fowler" :Nope, the installation instruction in the readme of the project says nothing about this one (i'm a newb to android development). So if I download it, where I put it?On Tue, May 21, 2013 at 11:59 PM, Kelker

Re: Compiling the Android version of Clojure

2013-05-21 Thread Alex Fowler
Nope, the installation instruction in the readme of the project says nothing about this one (i'm a newb to android development). So if I download it, where I put it? On Tue, May 21, 2013 at 11:59 PM, Kelker Ryan wrote: > Did you download the Android JAR? > http://www.java2s.com/Code/Jar/a/Downlo

Re: Compiling the Android version of Clojure

2013-05-21 Thread Kelker Ryan
Did you download the Android JAR? http://www.java2s.com/Code/Jar/a/Downloadandroid32jar.htm 22.05.2013, 04:52, "Alex Fowler" : > I'm trying to build this project: https://github.com/clojure-android/clojure  > with "ant" command. It sarts working, but I get this output with errors: > > Buildfile: