George Mauer
2009-Mar-22 01:03 UTC
[Ironruby-core] Problem getting IronRuby running - it won''t compile
I would like to play around with IronRuby and am following the series here http://www.rubyinside.com/ironruby-tutorials-by-justin-etheredge-964.html and am getting stumped on step 2 (compile IronRuby) I open IronRuby.sln in VS2008 and compiling and I get 956 errors starting with 400 or so The type or namespace name ''Scripting'' does not exist in the namespace ''Microsoft'' (are you missing an assembly reference?) Any advice for what I should do (also general advice for playing with IronRuby is appreciated. This article: http://www.sapphiresteel.com/IronRuby-and-IntelliSense seems to imply that ruby in visual studio with full intellisense is available but I don''t quite get how to set that up. -- Posted via http://www.ruby-forum.com/.
Jim Deville
2009-Mar-22 01:24 UTC
[Ironruby-core] Problem getting IronRuby running - it won''t compile
Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I thought it was). Are you using the old SVN sources? If so you should be using the Git repo, or the binary we just released at Rubyforge. JD -----Original Message----- From: George Mauer <lists at ruby-forum.com> Sent: March 21, 2009 6:18 PM To: ironruby-core at rubyforge.org <ironruby-core at rubyforge.org> Subject: [Ironruby-core] Problem getting IronRuby running - it won''t compile I would like to play around with IronRuby and am following the series here http://www.rubyinside.com/ironruby-tutorials-by-justin-etheredge-964.html and am getting stumped on step 2 (compile IronRuby) I open IronRuby.sln in VS2008 and compiling and I get 956 errors starting with 400 or so The type or namespace name ''Scripting'' does not exist in the namespace ''Microsoft'' (are you missing an assembly reference?) Any advice for what I should do (also general advice for playing with IronRuby is appreciated. This article: http://www.sapphiresteel.com/IronRuby-and-IntelliSense seems to imply that ruby in visual studio with full intellisense is available but I don''t quite get how to set that up. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
George Mauer
2009-Mar-22 18:58 UTC
[Ironruby-core] Problem getting IronRuby running - it won''t compile
Oooh, yeah I was using the svn repository. I guess I have to go get Git Jim Deville wrote:> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I > thought it was). Are you using the old SVN sources? If so you should be > using the Git repo, or the binary we just released at Rubyforge. > > JD-- Posted via http://www.ruby-forum.com/.
Shri Borde
2009-Mar-23 04:57 UTC
[Ironruby-core] Updated dev instructions at http://wiki.github.com/ironruby/ironruby
http://wiki.github.com/ironruby/ironruby has recently been updated with all information you should need to build IronRuby, categorized into the following tasks: Getting the sources<http://wiki.github.com/ironruby/ironruby/getting-the-sources> dev.bat<http://wiki.github.com/ironruby/ironruby/devbat> - Setting up the dev environment Building<http://wiki.github.com/ironruby/ironruby/building> RubySpec<http://wiki.github.com/ironruby/ironruby/rubyspec> Debugging<http://wiki.github.com/ironruby/ironruby/debugging> Modifying the sources<http://wiki.github.com/ironruby/ironruby/modifying-the-sources> Contributing<http://wiki.github.com/ironruby/ironruby/contributing> If there is any additional information that would help you get up and running, do let us know (or update the wiki yourself). Shri -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of George Mauer Sent: Sunday, March 22, 2009 11:58 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Problem getting IronRuby running - it won''t compile Oooh, yeah I was using the svn repository. I guess I have to go get Git Jim Deville wrote:> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I> thought it was). Are you using the old SVN sources? If so you should be> using the Git repo, or the binary we just released at Rubyforge.>> JD-- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090322/6c478f1e/attachment-0001.html>
Pete Bacon Darwin
2009-Mar-23 10:03 UTC
[Ironruby-core] Updated dev instructions at http://wiki.github.com/ironruby/ironruby
The debugging mspec bits look great! Much clearer than my waffle. Pete From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Shri Borde Sent: Monday,23 March 23, 2009 04:57 To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Updated dev instructions at http://wiki.github.com/ironruby/ironruby http://wiki.github.com/ironruby/ironruby has recently been updated with all information you should need to build IronRuby, categorized into the following tasks: Getting <http://wiki.github.com/ironruby/ironruby/getting-the-sources> the sources dev.bat <http://wiki.github.com/ironruby/ironruby/devbat> - Setting up the dev environment Building <http://wiki.github.com/ironruby/ironruby/building> RubySpec <http://wiki.github.com/ironruby/ironruby/rubyspec> Debugging <http://wiki.github.com/ironruby/ironruby/debugging> Modifying <http://wiki.github.com/ironruby/ironruby/modifying-the-sources> the sources Contributing <http://wiki.github.com/ironruby/ironruby/contributing> If there is any additional information that would help you get up and running, do let us know (or update the wiki yourself). Shri -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of George Mauer Sent: Sunday, March 22, 2009 11:58 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Problem getting IronRuby running - it won''t compile Oooh, yeah I was using the svn repository. I guess I have to go get Git Jim Deville wrote:> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I> thought it was). Are you using the old SVN sources? If so you should be> using the Git repo, or the binary we just released at Rubyforge.>> JD-- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090323/a4d084af/attachment.html>
Jimmy Schementi
2009-Mar-23 17:43 UTC
[Ironruby-core] Problem getting IronRuby running - it won''t compile
Anyone care if we completely kill the SVN repository so folks don''t stumble upon it anymore? ________________________________________ From: ironruby-core-bounces at rubyforge.org [ironruby-core-bounces at rubyforge.org] on behalf of George Mauer [lists at ruby-forum.com] Sent: Sunday, March 22, 2009 11:58 AM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Problem getting IronRuby running - it won''t compile Oooh, yeah I was using the svn repository. I guess I have to go get Git Jim Deville wrote:> Open ruby.sln. IronRuby.sln is deprecated, and should be deleted (I > thought it was). Are you using the old SVN sources? If so you should be > using the Git repo, or the binary we just released at Rubyforge. > > JD-- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core