Come to think of it. Is there a reason to call ruby.exe on Windows? Windows has the PATHEXT variable, and it will find ruby.exe if you call ruby in the right location. Am I missing something? Or should we make the runners call ruby instead of ruby.exe?
JD > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:ironruby-core- > [EMAIL PROTECTED] On Behalf Of Sanghyeon Seo > Sent: Tuesday, August 05, 2008 5:17 PM > To: [email protected] > Subject: Re: [Ironruby-core] Can't build under Mono > > 2008/8/6 Jim Deville <[EMAIL PROTECTED]>: > > It means that there is more than one ruby/ruby.exe on your path, > which you > > probably figured out. The workaround is to copy default.irconfig.rb > to > > ~/.irconfig.rb, then edit the file to make the MRI variable point to > the > > right path. > > Actually, what happens is that on Mac OS X Ruby binary is called > "ruby", but current build script only checks for "ruby.exe", and if > "number of ruby found != 1" then it says "more than one ruby found", > which is false since it's less than one in this case. > > I believe I sent a fix for this more than a month ago?! > http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby/patch-find- > executable > > -- > Seo Sanghyeon > _______________________________________________ > 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
