Hate to ask such a n00b question here, but I got the latest code from subversion following the steps here: http://ironruby.rubyforge.org/getting_started/getting_started.htm And the "rake compile" command gives me the following error. D:\Projects\IronRuby\trunk>rake compile --trace >> output.txt resgen "D:\Projects\IronRuby\trunk\src\microsoft.scripting\Math\MathResources.re sx" "D:\Projects\IronRuby\trunk\build\release\Microsoft.Scripting.Math.MathResou rces.resources" rake aborted! undefined method `exitstatus'' for nil:NilClass Anyone run into this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070926/a75d7b3f/attachment.html
Do you have resgen.exe in your PATH? It must be somewhere around c:\Program Files\Micrsosoft Visual Studio 8\SDK\v2.0\Bin. You also need csc.exe available from c:\Windows\Microsoft.NET\Framework\v2.0.50727. Good luck Stefan From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Phil Haack Sent: Donnerstag, 27. September 2007 07:27 To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Building IronRuby... Hate to ask such a n00b question here, but I got the latest code from subversion following the steps here: http://ironruby.rubyforge.org/getting_started/getting_started.htm And the ?rake compile? command gives me the following error. D:\Projects\IronRuby\trunk>rake compile --trace >> output.txt resgen "D:\Projects\IronRuby\trunk\src\microsoft.scripting\Math\MathResources.re sx" "D:\Projects\IronRuby\trunk\build\release\Microsoft.Scripting.Math.MathResou rces.resources" rake aborted! undefined method `exitstatus'' for nil:NilClass Anyone run into this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070927/1fbdeaea/attachment.html
Thanks Stefan, that was definitely it. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Stefan H?ttenrauch Sent: Wednesday, September 26, 2007 11:33 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Building IronRuby... Do you have resgen.exe in your PATH? It must be somewhere around c:\Program Files\Micrsosoft Visual Studio 8\SDK\v2.0\Bin. You also need csc.exe available from c:\Windows\Microsoft.NET\Framework\v2.0.50727. Good luck Stefan From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Phil Haack Sent: Donnerstag, 27. September 2007 07:27 To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Building IronRuby... Hate to ask such a n00b question here, but I got the latest code from subversion following the steps here: http://ironruby.rubyforge.org/getting_started/getting_started.htm And the ?rake compile? command gives me the following error. D:\Projects\IronRuby\trunk>rake compile --trace >> output.txt resgen "D:\Projects\IronRuby\trunk\src\microsoft.scripting\Math\MathResources.re sx" "D:\Projects\IronRuby\trunk\build\release\Microsoft.Scripting.Math.MathResou rces.resources" rake aborted! undefined method `exitstatus'' for nil:NilClass Anyone run into this problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070926/482cda2f/attachment-0001.html