Re: [MacRuby-devel] How to install MacRuby-experimental and keep the stable version 0.4

2009-04-06 Thread Stephane Wirtel
Thank you, Stef Eloy Duran wrote: On Apr 6, 2009, at 12:58 PM, Stéphane Wirtel wrote: Hi Eloy, Thank you for your reply, What's the relation between miniruby and MacRuby ? miniruby is basically the same as the ruby binary that we all know and love, but _before_ it is installed. If you co

Re: [MacRuby-devel] How to install MacRuby-experimental and keep the stable version 0.4

2009-04-06 Thread Eloy Duran
On Apr 6, 2009, at 12:58 PM, Stéphane Wirtel wrote: Hi Eloy, Thank you for your reply, What's the relation between miniruby and MacRuby ? miniruby is basically the same as the ruby binary that we all know and love, but _before_ it is installed. If you compile ruby (any MRI version) you wil

Re: [MacRuby-devel] How to install MacRuby-experimental and keep the stable version 0.4

2009-04-06 Thread Stéphane Wirtel
Hi Eloy, Thank you for your reply, What's the relation between miniruby and MacRuby ? Stephane On 06 Apr 2009, at 12:39, Eloy Duran wrote: Hi Stephane, The experimental branch does not install yet. The only thing you can do is to build miniruby (rake miniruby) and use that. Eg: $ ./mini

Re: [MacRuby-devel] How to install MacRuby-experimental and keep the stable version 0.4

2009-04-06 Thread Eloy Duran
Hi Stephane, The experimental branch does not install yet. The only thing you can do is to build miniruby (rake miniruby) and use that. Eg: $ ./miniruby -e "p :foo" Eloy On Apr 6, 2009, at 12:31 PM, Stephane Wirtel wrote: Hi all, I would like to try MRE[1] on my laptop with coexisting the

[MacRuby-devel] How to install MacRuby-experimental and keep the stable version 0.4

2009-04-06 Thread Stephane Wirtel
Hi all, I would like to try MRE[1] on my laptop with coexisting the last stable version 0.4 To do that, I have installed LLVM into a directory named ~/local and I have specified during the installation of MRE[1] that rake must install it into the directory ~/Library/Frameworks with the followin