It's been two days trying to install the gem autotest-fsevent, but i get this error message:
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
I tried this solution: "gem install autotest-fsevent failing after update to macosx mavericks", but nothing change. I also tried too put gem "autotest-fsevent", "~> 0.2.8"
into Gemfile, but i get the same error.
May be a suggestion?
I using ruby 2.0.0 and rails 4.0.0.