vote up 0 vote down star

Does anybody know which version of RubyCocoa runs on this processor (if at all)?

flag

78% accept rate

1 Answer

vote up 1 vote down

Isn't RubyCocoa included in Leopard? Thought it was part of the "Scripting Bridge" for Ruby. I don't have access to a vanilla Leopard box at the moment, so I can't check.

If you go to irb, you should be able to do something like:

> require 'osx/cocoa'
=> true

If you get true or false back, you're in business. If you get a LoadError, then you don't have it (or the require is wrong).

link|flag
Yes, RubyCocoa is included with Leopard. – Chuck Oct 27 at 15:27
Well, my problem is with this specific processor. The customer cannot launch the application, she gets a dyld: Symbol not found: _rb_cObject Expected in: flat namespace – Nava Carmon Oct 27 at 15:49
the application includes the latest 1.0.1 version of RubyCocoa, which runs on Leopard & Snow Leopard, but she cannot run our application at all in spite that her iMac G5 (PowerPC G5 (3.0) processor) has 10.5.7 Leopard version. I know, that RubyCocoa is a part of Leopard, 0.13.1 version – Nava Carmon Oct 27 at 15:53
Did you try the irb command to make sure ruby has access to RubyCocoa? Keep in mind that the paths might be off. Did she upgrade from Tiger? (That is, didn't do a fresh install.) Dunno if that could be a cuplrit, but it's worth checking. – Benjamin Oakes Oct 27 at 15:57
i'll ask her to try. If she doesn't have paths installed, can we do it as a part of installer script? How is it complicated? Thanks a lot! BTW, when run require 'osx/cocoa' on snow leopard i get the following: dyld: NSLinkModule() error dyld: Symbol not found: __NSExceptionGetRubyToken Referenced from: /Library/Frameworks/RubyCocoa.framework/Versions/A/RubyCocoa Expected in: flat namespace Trace/BPT trap – Nava Carmon Oct 27 at 16:03
show 13 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.