guard / rb-fsevent

FSEvents API with signals handled (without RubyCocoa)

Home Page:https://rubygems.org/gems/rb-fsevent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails on OS X Mountain Lion

jaredonline opened this issue · comments

I have OS 10.8 installed (along with XCode and the Command Line Utilities) and the build is failing with the following

$ gem install rb-fsevent -v '0.4.3.1'
Building native extensions.  This could take a while...
ERROR:  Error installing rb-fsevent:
    ERROR: Failed to build gem native extension.

        /Users/jared/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
creating Makefile
extconf.rb:21:in `<main>': Only Darwin systems greater than 8 (Mac OS X 10.5+) are supported (RuntimeError)

Saw previous discussion, nvm and sorry [=

What previous discussion? What was the resolution?