我正在尝试安装fxruby gem,但是当我尝试要求它时,我收到此错误消息:
LoadError: cannot load such file -- fox16
from /usr/local/Cellar/ruby/2.0.0 p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from (irb):2
from /usr/local/Cellar/ruby/2.0.0-p247/bin/irb:12:in `<main>'
我的系统上安装了自制程序,命令行工具和狐狸。我在OS X Mavericks上使用ruby 2.0.0。有小费吗?
答案 0 :(得分:0)
不确定这是否有帮助,但
证明了小牛队需要红宝石2.1(我相信)。
尝试输入这些行
gem source -r https://rubygems.org/
gem source -a http://rubygems.org/
sudo gem install fxruby
从本文档的更新说明中获取此信息(相同的过程) https://www.dropbox.com/s/db3fy100u0kaz63/Creating_an_FXRuby_Build_Environment_in_Lion.rtf