I'm attempting to install the sass version of font-awesome into my foundation project. When I:
$ gem install font-awesome-sass
ERROR: Error installing font-awesome-sass:
railties requires activesupport (= 4.0.2)
When I attempt to update activesupport, from 3.2.12, I get this:
$ gem update activesupport
Updating installed gems
Updating activesupport
Building native extensions. This could take a while...
ERROR: Error installing activesupport:
ERROR: Failed to build gem native extension.
/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/bin/ruby extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/bin/ruby
--with-atomic_reference-dir
--without-atomic_reference-dir
--with-atomic_reference-include
--without-atomic_reference-include=${atomic_reference-dir}/include
--with-atomic_reference-lib
--without-atomic_reference-lib=${atomic_reference-dir}/
/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:410:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:495:in `try_link0'
from /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:784:in `try_run'
from extconf.rb:26:in `<main>'
Gem files will remain installed in /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/gems/2.0.0/gems/atomic-1.1.14 for inspection.
Results logged to /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/gems/2.0.0/gems/atomic-1.1.14/ext/gem_make.out
Nothing to update
Not sure what dependencies I should be attempting to install, and don't want to load my project with anything that may be excess as it was working pretty flawlessly before. Thanks for any help :)
As was recommended, I tried $ gem install activesupport and this was returned:
$ gem install activesupport '4.0.2'
Building native extensions. This could take a while...
ERROR: Error installing activesupport:
ERROR: Failed to build gem native extension.
/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/bin/ruby extconf.rb
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/bin/ruby
--with-atomic_reference-dir
--without-atomic_reference-dir
--with-atomic_reference-include
--without-atomic_reference-include=${atomic_reference-dir}/include
--with-atomic_reference-lib
--without-atomic_reference-lib=${atomic_reference-dir}/
/Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:410:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:495:in `try_link0'
from /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/2.0.0/mkmf.rb:784:in `try_run'
from extconf.rb:26:in `<main>'
Gem files will remain installed in /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/gems/2.0.0/gems/atomic-1.1.14 for inspection.
Results logged to /Users/davidpindrys/.rbenv/versions/2.0.0-rc1/lib/ruby/gems/2.0.0/gems/atomic-1.1.14/ext/gem_make.out
ERROR: Could not find a valid gem '4.0.2' (>= 0) in any repository