Wondering if there is an update to the instructions currently on
ironruby.net?
I’ve downloaded the latest stable build of Mono and trying to use the
latest SVN of IronRuby but it doesn’t want to compile. Even reverting
to r112 like the instructions said doesn’t work.
I downloaded the patches from
http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby
but I get the following errors:
patching file Rakefile
Hunk #1 FAILED at 155.
Hunk #2 FAILED at 207.
2 out of 2 hunks FAILED – saving rejects to file Rakefile.rej
patching file context.rb
Hunk #1 FAILED at 160.
1 out of 1 hunk FAILED – saving rejects to file context.rb.rej
patching file src/microsoft.scripting/hosting/shell/BasicConsole.cs
Hunk #1 FAILED at 94.
1 out of 1 hunk FAILED – saving rejects to file src/
microsoft.scripting/hosting/shell/BasicConsole.cs.rej
patching file src/ironruby/Builtins/RubyMethod.cs
Hunk #1 FAILED at 60.
1 out of 1 hunk FAILED – saving rejects to file src/ironruby/Builtins/
RubyMethod.cs.rej
patching file src/microsoft.scripting.core/runtime/ReflectionCache.cs
Hunk #1 FAILED at 48.
1 out of 1 hunk FAILED – saving rejects to file src/
microsoft.scripting.core/runtime/ReflectionCache.cs.rej
patching file src/microsoft.scripting.core/actions/comdispatch/
comtypelibdesc.cs
Hunk #1 FAILED at 133.
1 out of 1 hunk FAILED – saving rejects to file src/
microsoft.scripting.core/actions/comdispatch/comtypelibdesc.cs.rej
patching file src/microsoft.scripting.core/actions/comdispatch/
DispCallable.cs
Hunk #1 FAILED at 126.
1 out of 1 hunk FAILED – saving rejects to file src/
microsoft.scripting.core/actions/comdispatch/DispCallable.cs.rej
Is this problem related to Mono or Ironruby?
Jose Antonio D.