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 report, I can only guess that some pre-1.4 DLLs are 
being found somehow and loaded.  
For example,  the field clojure.lang.RT.OutVar did not exist in ClojureCLR 
1.3.

I do not know how else to help.

-David
 


On Saturday, December 15, 2012 10:17:59 PM UTC-6, Shantanu Kumar wrote:
>
> 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 running Clojure.Compile.exe:
>>
>> Exception: System.MissingFieldException: Field 'clojure.lang.RT.OutVar' 
>> not found.
>>
>> 2. when using Clojure.Main.exe:
>>
>> Exception: System.TypeLoadException: Could not load type 
>> 'Clojure.CljMain' from assembly 'Clojure.Main, Version=1.0.0.0, 
>> Culture=neutral, PublicKeyToken=null'.
>>
>> It would be great if anybody can let me know what's going on.
>>
>> Shantanu
>>
>

-- 
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