PowerPC G5 处理器 (Leopard 10.5.7) 上的 RubyCocoa
有人知道哪个版本的 RubyCocoa 在这个处理器上运行(如果有的话)?
Does anybody know which version of RubyCocoa runs on this processor (if at all)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Leopard 中不包含 RubyCocoa 吗?认为它是 Ruby 的“脚本桥”的一部分。我目前无法访问香草 Leopard 盒子,因此无法检查。
如果您转到
irb
,您应该能够执行以下操作:如果返回
true
或false
,则您可以正常工作。如果您收到LoadError
,那么您没有它(或者require
是错误的)。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:If you get
true
orfalse
back, you're in business. If you get aLoadError
, then you don't have it (or therequire
is wrong).