http://github.com/casualjim/ironruby/commit/1d06f3dead4de74f3529c8c028a655e0fc94a7a4#diff-4
Mono didn't want to cast the Expression<T> to a LambdaExpression :) On that page you can find most of the code fixes I made to make IR compile on mono. I've just repeated those in Michaels branch and just have to delete my fork at some stage :) On Tue, Mar 3, 2009 at 6:56 PM, Ivan Porto Carrero <[email protected]>wrote: > Cool :) I went ahead and added the bit about the build script, also > removed the instruction with the patch file as that is not necessary > anymore. > > > > > On Tue, Mar 3, 2009 at 6:45 PM, Shri Borde <[email protected]>wrote: > >> I have updated the instructions at >> http://wiki.github.com/ironruby/ironruby#wiki_building-mono. Except for >> the build step. The wiki says to use “rake compile mono=1”. Feel free to >> update the wiki if there is a better way to do the build. >> >> >> >> *From:* [email protected] [mailto: >> [email protected]] *On Behalf Of *Ivan Porto Carrero >> *Sent:* Tuesday, March 03, 2009 6:47 AM >> *To:* [email protected] >> *Subject:* Re: [Ironruby-core] [patch] Issue in DLR.CommandLine with new >> lines >> >> >> >> http://github.com/mletterle/ironruby >> >> cd src >> >> git clone >> git://github.com/mletterle/ironruby.git<http://github.com/casualjim/ironruby.git> >> cd ironruby >> git checkout -b linux >> git pull origin linux >> >> ./build (you may have to chmod +x that build file first) or sh build >> >> if you put ~/bin in your PATH variable it will build, package and deploy >> an ironruby version. I'm still updating the build though at the moment. If >> you join the IRC channel you can see my check in coming through. I'll also >> send a mail to this mailinglist when I'm done :). >> >> >> >> >> On Tue, Mar 3, 2009 at 3:34 PM, Thibaut Barrère < >> [email protected]> wrote: >> >> > Great i'll add those to the mono branch :) >> >> Sorry for the obvious question: where is the mono branch ? >> >> I think I reached a point where I need to build it myself (and I want >> to stay on Mac for the moment :-). >> >> -- Thibaut >> >> _______________________________________________ >> Ironruby-core mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> _______________________________________________ >> Ironruby-core mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
