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-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 supposed to work on 32-bit systems? > > Shantanu > > On Wednesday, 19 December 2012 13:19:55 UTC+5:30, Shantanu Kumar wrote: >> >> 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:00:53 UTC+5:30, dmiller wrote: >>> >>> 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