starterkits/rails4-starterkit

Bundle install fails at Using capybara 2.4.4

Opened this issue · 5 comments

Using capybara 2.4.4

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

/Users/MGK/.rvm/rubies/ruby-2.1.3/bin/ruby extconf.rb

Command 'qmake -spec macx-g++ ' not available

Makefile not found

Gem files will remain installed in /Users/MGK/.rvm/gems/ruby-2.1.3/gems/capybara-webkit-1.3.0 for inspection.

Hey! I had this same problem. It doesn't have to do with the starter kit, it had to do with something else but I can't remember now. I'll try and remember tonight.

brew install qt fixed it for me

Thanks @troyshu , that did the trick!

Fixes #35