Re: [MacRuby-devel] quick question about macrubyc static

2010-10-21 Thread Iain Barnett
On 21 Oct 2010, at 22:51, Laurent Sansonetti wrote: > Hi Iain, > > --static activates static compilation, an experimental feature of the MacRuby > compiler. It is very different from regular compilation. > > A binary generated by static compilation will statically link against a > special ver

[MacRuby-devel] quick question about macrubyc static

2010-10-20 Thread Iain Barnett
Hi, If I compile a ruby script with `macrubyc --static` is that essentially the same as compiling ruby from within an Xcode project or is there a real difference in what is produced? Regards, Iain ___ MacRuby-devel mailing list MacRuby-devel@lists.ma

Re: [MacRuby-devel] (Mac)?Gems in the same place

2010-09-21 Thread Iain Barnett
On 15 Sep 2010, at 22:37, Iain Barnett wrote: > > I'll install via macgems by adding the --install-dir option. Thanks for > letting me know they shouldn't mix. I'm getting some problems while trying to install hotcocoa this way. I've posted all the commands I w

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-19 Thread Iain Barnett
Sorry for the slow response, I've been occupied elsewhere. On 16 Sep 2010, at 06:02, Laurent Sansonetti wrote: > If you installed a new version of Xcode on top of a previous MacRuby > installation, you may want to re-install MacRuby. It's working now I've reinstalled both Xcode and then MacRub

Re: [MacRuby-devel] (Mac)?Gems in the same place

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 22:43, Ryan Davis wrote: > > rubygems and/or macruby should probably be patched to include RUBY_ENGINE > somewhere in the gem path. That's a really good idea. Either that or just accept that macruby is a separate thing altogether and have MAC_GEM_PATH etc etc. Proliferation

Re: [MacRuby-devel] (Mac)?Gems in the same place

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 19:01, Thibault Martin-Lagardette wrote: > Well, is the output EXACTLY the same? It's not for me: > Yep, it's exactly the same because I've a .gemrc and some env vars set in my .profile too. I'll install via macgems by adding the --install-dir option. Thanks for letting m

Re: [MacRuby-devel] (Mac)?Gems in the same place

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 18:48, Thibault Martin-Lagardette wrote: > > By default, macgem installs gems in > /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/lib/ruby/Gems/1.9.2/gems Thanks. I'd ran `macgem env` and got the same output as `gem env` and got a bit worried, but if you're sure it'

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 17:35, Robert Rice wrote: > Hi Iain: > > As my app has grown IB became very, very slow to update my MacRuby class > information. Because of that I tend to avoid using IB to link outlets. > Instead I tag my subfields and search for then in my initialization scripts > using v

[MacRuby-devel] (Mac)?Gems in the same place

2010-09-15 Thread Iain Barnett
Hi, I see there's a `macgem` command, and I've noticed it picks up the same env as `gem`. Is it going to screw things up if I install from both into the same place, or should I give macgem its own special place? Regards, Iain ___ MacRuby-devel maili

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 17:15, Gabriel Gilder wrote: > Have you recently updated your Xcode installation? I find that every time I > install a new version of Xcode, I have to re-install MacRuby to get the IB > integration to work again. > > -Gabriel Woo hoo! That worked. Thanks, I did reinstall Xc

Re: [MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
On 15 Sep 2010, at 10:45, Felix Holmgren wrote: > This might not be it, but IB is in generall pretty bad at picking up > changes in code. Try Reload All Class Files from the File menu. When > you're coding Objective-C you sometimes even have to do "Read All > Class Files..." and manually point IB

[MacRuby-devel] Noob question: Interface builder not picking up MacRuby definitions

2010-09-15 Thread Iain Barnett
Hi, Please forgive me if this is the wrong list for my questions. I'm just getting started with MacRuby, and running through several examples (like the one here http://www.macruby.org/documentation/tutorial.html) I've noticed that Interface Builder doesn't always pick up stuff defined by MacRub