On Aug 15, 8:44 am, Mark <mwatt...@gmail.com> wrote:
> Thanks David,
>
> On Sat, Aug 15, 2009 at 8:36 AM, David Miller <dmiller2...@gmail.com> wrote:
> ...
> http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr
>
> Done - I had no problems with this except that the mention of
> BootstrapCompile does not appear to be correct. I believe it has changed to
> Clojure.Compile.
Thanks for noticing. I've updated the wiki page.
>
> >http://wiki.github.com/richhickey/clojure-clr/compiling-clojureclr
>
> Step 4 Fails. (I made sure to do steps 1..3 and reverified the copy of
> *.clj files)
> Acommand line of
> [30 (master)]: .\Clojure.Compile.exe clojure.core clojure.set clojure.zip
> clojure.main clojure.walk clojure.stacktrace clojure.template clojure.test
> clojure.test.tap
>
> using the pull from github of sha1 ccf813c71c611d83a3343715305cd8f744c23448
> yields the following exception stack trace
>
> Unhandled Exception: System.TypeInitializationException: The type
> initializer for 'clojure.lang.RT' threw an exception.
> [Snip many lines of exceptions]
I accidentally included the JVM version of genclass (which has not be
moved to ClojureCLR yet) into the sources. It's now been replaced by
a dummy. If you pull down the lastest commit, this has been fixed.
Apologies for the waste of time.
-David
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---