hey there Wim, I just finished reviewing Seo's recent postings and it looks like IronRuby currently requires a Mono from subversion. We'd be happy to walk you through the process on #mono (irc.gimp.net). If you're familiar with ye olde autotools build system, you can grab the source from svn and go.
$ svn co svn://anonsvn.mono-project.com/source/trunk/mono $ cd mono $ svn co svn://anonsvn.mono-project.com/source/trunk/mcs $ wget -O ~/.devenv http://www.colliertech.org/~cjac/scripts/_devenv.sh $ . ~/.devenv $ ./autogen.sh --prefix=$HOME/opt $ make $ make install ... $ which mono Cheers, C.J. On Tue, Sep 02, 2008 at 11:50:07PM +0200, Wim Vander Schelden wrote: > Ok, these patches get me past the errors I got earlier, but a few steps > further I run into this: > > ./utils/helpers.cs(37,20): error CS1502: The best overloaded method match > for `System.Reflection.Emit.DynamicMethod.DynamicMethod(string, System.Type, > System.Type[], System.Reflection.Module)' has some invalid arguments > /usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous > error) > ./utils/helpers.cs(37,20): error CS1503: Argument 4: Cannot convert type > `bool' to `System.Reflection.Module' > Compilation failed: 2 error(s), 12 warnings > > > I'm using Mono 1.9.1. > > On Tue, Sep 2, 2008 at 11:27 PM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote: > > > 2008/9/3 Wim Vander Schelden <[EMAIL PROTECTED]>: > > > Has anyone else tried running a recent version on Mono? > > > > Yes, please use patches here: > > http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby/<http://sparcs.kaist.ac.kr/%7Etinuviel/download/IronRuby/> > > > > -- > > Seo Sanghyeon > > _______________________________________________ > > Ironruby-core mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > -- > Wim Vander Schelden > http://fixnum.org > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core
signature.asc
Description: Digital signature
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
