Learn repo pull and problems with bundle and capybara-webkit

Hello,

trying to pull learn repo and have some issues with installing capybara webkit.

Steps done:

  1. bundle install resulted in

An error occurred while installing capybara-webkit (1.1.0), and
Bundler cannot continue. Make sure that gem install capybara-webkit -v '1.1.0' succeeds before bundling.

Separate installation in terminal $: gem install capybara-webkit -v '1.1.0' results in:

Building native extensions.  This could take a while...
ERROR:  Error installing capybara-webkit:
	ERROR: Failed to build gem native extension.

    /Users/username/.rvm/rubies/ruby-2.0.0-p353/bin/ruby extconf.rb
Command 'qmake -spec macx-g++ ' not available 

I am aware of the fact that this forum is not SO, but in this case I do not any other idea what to try to make this repo running on localhost.

EDIT
This question is answered. brew install qt is solution.

1 Like

brew install qt helped me, but I’m having trouble with the postgresql, I can’t find the database that it’s looking for?
any help please