Thanks Robert, will try that shortly.
Shantanu
On Tuesday, 25 December 2012 06:29:58 UTC+5:30, RobertLJ wrote:
>
>
> Shantanu
>
> The best way to get going right now with ClojureCLR is to build it from
> source. The following is the process to build ClojureCLR on Linux
> (Assuming that the mon
Shantanu
The best way to get going right now with ClojureCLR is to build it from
source. The following is the process to build ClojureCLR on Linux
(Assuming that the mono development environment is installed).
1. Download:
https://github.com/clojure/clojure-clr/archive/clojure-1.4.1.tar.gz
I believe I'm running 32-bit.
Can you email me your project.clj file so I can make sure I'm reproducing
your situation?
-David
On Wednesday, December 19, 2012 4:37:10 PM UTC-6, Shantanu Kumar wrote:
>
> Here are the steps how to reproduce the issue on 32-bit Ubuntu 12.04:
>
> 1. lein new lein-c
Here are the steps how to reproduce the issue on 32-bit Ubuntu 12.04:
1. lein new lein-clr foo
2. cd foo
3. # edit project.clj to download the dependencies using :clj-dep
4. lein clr -v compile :all
5. lein clr -v test
It will show the exact commands being executed. Are the same Clojure
binaries
Thanks David, and sorry for the insufficient bug details. I tested this on
64-bit Ubuntu where it works fine; however, the problem shows up on 32-bit
Ubuntu.
I will post the exact steps in the evening on how to replicate the issue on
32-bit Ubuntu.
Shantanu
On Wednesday, 19 December 2012 02:0
Shantanu,
I created an Ubuntu 12.10 VM running in VirtualBox on my Win7 PC.
I installed Mono 2.10.8.
I downloaded the zip for ClojureCLR 1.4.0 Debug-4.0.
Extracted.
> mono Clojure.Main.exe
Runs with no problem.
> mono Clojure.Compile.exe test.junk
Runs with no problem.
>From the errors you r
Shantanu,
I don't have a Linux box available at this point to test, but I'll try it
on Mac w/ Mono when I get a chance.
I don't have a clue how a field disappears between platforms.
-David
On Saturday, December 15, 2012 10:15:21 PM UTC-6, Shantanu Kumar wrote:
>
> Hi,
>
> I noticed the followi
This is when using ClojureCLR 1.4.0 Debug-4.0 version.
Shantanu
On Sunday, 16 December 2012 09:45:21 UTC+5:30, Shantanu Kumar wrote:
>
> Hi,
>
> I noticed the following ClojureCLR errors using Mono 2.10 on Ubuntu 12.04
> (they do not happen on Windows using either .NET or Mono):
>
> 1. when runn
Hi,
I noticed the following ClojureCLR errors using Mono 2.10 on Ubuntu 12.04
(they do not happen on Windows using either .NET or Mono):
1. when running Clojure.Compile.exe:
Exception: System.MissingFieldException: Field 'clojure.lang.RT.OutVar' not
found.
2. when using Clojure.Main.exe:
Exc