Re: [Ironruby-core] General setup questions

2009-01-12 Thread Michael Letterle
You can run both, the issue can occur when GEM_HOME points to the others directory, i.e. you're in cygwin and GEM_HOME points to the one click installer's gem repository. On Mon, Jan 12, 2009 at 2:48 PM, Timothy Moriarty wrote: > Thanks for the response. I was refering to the following post: > >

Re: [Ironruby-core] General setup questions

2009-01-12 Thread Timothy Moriarty
Thanks for the response. I was refering to the following post: http://blog.mmediasys.com/2008/10/27/handy-tip-dont-mix-one-click-installer-with-cygwin/ Also, I am using the e-text editor, which uses cygwin ruby, and when I install the one click, I get ruby load errors when running cygwin ruby.

Re: [Ironruby-core] General setup questions

2009-01-12 Thread Michael Letterle
Tim, IronRuby itself is (or will be) a complete ruby implementation. You do not need to have CRuby installed. You can use an existing ruby installation to build IronRuby using rake, as you are building via Visual Studio you do not require this. As for the last part, I'm not sure what issues you

[Ironruby-core] General setup questions

2009-01-11 Thread Timothy Moriarty
Hello all, I am venturing into the wide world of Ruby and IronRuby. I have the IronRuby source code setup and building thanks to Ben Hall and some clarifications from this forum. I am building via Visual Studio. Currently, I am able to do some .Net interop. Right now, I am a little confused on