【发布时间】:2013-10-29 17:01:52
【问题描述】:
尝试安装 gem autotest-fsevent 已经两天了,但我收到以下错误消息:
Building native extensions. This could take a while...
ERROR: Error installing autotest-fsevent:
ERROR: Failed to build gem native extension.
/Users/samolo/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb
extconf.rb:24:in `<main>': Darwin 13 is not (yet) supported (RuntimeError)
Gem files will remain installed in /Users/samolo/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/autotest-fsevent-0.2.8 for inspection.
Results logged to /Users/samolo/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/autotest-fsevent-0.2.8/ext/fsevent/gem_make.out
我尝试了这个解决方案:“gem install autotest-fsevent failing after update to macosx mavericks”,但没有任何改变。我也尝试过将gem "autotest-fsevent", "~> 0.2.8" 放入 Gemfile,但我得到了同样的错误。
可能是一个建议?
我使用 ruby 2.0.0 和 rails 4.0.0。
【问题讨论】:
标签: ruby-on-rails ruby macos gem osx-mavericks