Using Mono 2.0 I was able to build IronRuby but it's not working properly:<br><br>~/code/ruby/ironruby/build/mono_debug$ ./ir.exe <br>IronRuby <a href="http://1.0.0.0">1.0.0.0</a> on .NET 2.0.50727.42<br>Copyright (c) Microsoft Corporation. All rights reserved.<br>
<br>Note that local variables do not work today in the console.<br>As a workaround, use globals instead (eg $x = 42 instead of x = 42).<br><br>>>> 3 + 3<br>unknown: An exception was thrown by the type initializer for Microsoft.Scripting.SourceCodeReader (System::TypeInitializationException)<br>
<br>~/code/ruby/ironruby/build/mono_debug$ mono ./ir.exe ~/code/ruby/hello.rb<br>mscorlib:0:in `set_Fallback': Argument cannot be null. (System::ArgumentNullException)<br> from mscorlib:0:in `.ctor'<br> from mscorlib:0:in `GetDecoder'<br>
from mscorlib:0:in `Initialize'<br> from mscorlib:0:in `.ctor'<br> from mscorlib:0:in `.ctor'<br><br>Any suggestions?<br><br>Thanks,<br>Antonio<br>-- <br><a href="http://antoniocangiano.com">http://antoniocangiano.com</a> - Zen and the Art of Programming<br>
<a href="http://math-blog.com">http://math-blog.com</a> - Mathematics is wonderful!<br><a href="http://stacktrace.it">http://stacktrace.it</a> - Aperiodico di resistenza informatica<br>Currently writing "Ruby on Rails for Microsoft Developers" for Wrox.