On Jun 22, 2006, at 3:35 PM, Charilaos Skiadas wrote:
On Jun 22, 2006, at 3:30 PM, James Edward Gray II wrote:
This is fixed now.
Hm, now I am getting:
/usr/lib/ruby/site_ruby/1.8/powerpc-darwin8.0/rubycocoa.bundle: [BUG] Bus Error ruby 1.8.2 (2004-12-25) [powerpc-darwin8.0]
when I run HelloWorld.rb from the RubyCocoa examples. The same thing from the command line runs beautifully. Any thoughts?
Hmm, that error is being thrown inside rubycocoa. I wonder if it doesn't like my hack to $0/$PROGRAM_NAME. If you comment out all the rubycocoa lines, including the require, the error goes away, right?
James Edward Gray II