I suppose this begs the question:  Does anyone really *require* 32 bit support for MacRuby at this point?  SnowLeopard is already the minimum supported config, and the only Intel 32 bit-only platforms (very early MacBook and Mac Mini configurations) are several years old now.  I don't want to sound like an unfeeling ogre to anyone who actually has such a configuration, mind you, but how big of an installed base does this really represent?

- Jordan

On Jan 30, 2011, at 8:49 PM, Vincent Isambart wrote:

1. Modified the Valid Archetectures to "i386 x86_64"

There's a simple way to run macruby (or any other program) on the
command line in 32 bits: just add "arch -i386" before the name of the
program to execute:
$ macruby -v
MacRuby 0.9 (ruby 1.9.2) [universal-darwin10.0, x86_64]
$ arch -i386 macruby -v
MacRuby 0.9 (ruby 1.9.2) [universal-darwin10.0, i386]
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel