2017-10-19 7 views
0

を失敗し、私はまだRailsのプロジェクトに私のRubyを完了するために設置さカピバラの宝石を得るように見えることはできませんが、ここではカピバラ-のWebkitはずっとここでもStackOverflowの上、見た後

gem install capybara-webkit 
を実行しているときに私が取得エラーメッセージです私が手

エラーが

current directory: /Users/montana/.rvm/gems/ruby-2.4.1/gems/capybara-webkit-1.14.0 
/Users/montana/.rvm/rubies/ruby-2.4.1/bin/ruby -r ./siteconf20171019-31585-1203ped.rb extconf.rb 
Project ERROR: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild. 
*** 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 
    --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/montana/.rvm/rubies/ruby-2.4.1/bin/$(RUBY_BASE_NAME) 
    --with-gl-dir 
    --without-gl-dir 
    --with-gl-include 
    --without-gl-include=${gl-dir}/include 
    --with-gl-lib 
    --without-gl-lib=${gl-dir}/lib 
    --with-zlib-dir 
    --without-zlib-dir 
    --with-zlib-include 
    --without-zlib-include=${zlib-dir}/include 
    --with-zlib-lib 
    --without-zlib-lib=${zlib-dir}/lib 
Command 'qmake LIBS\ \+\=\ -L/usr/local/opt/libyaml/lib\ -L/usr/local/opt/readline/lib\ -L/usr/local/opt/libksba/lib\ -L/usr/local/opt/[email protected]/lib' failed 

extconf failed, exit code 1 

Gem files will remain installed in /Users/montana/.rvm/gems/ruby-2.4.1/gems/capybara-webkit-1.14.0 for inspection. 
Results logged to /Users/montana/.rvm/gems/ruby-2.4.1/extensions/x86_64-darwin-17/2.4.0/capybara-webkit-1.14.0/gem_make.out 

あるすべてのヘルプは大幅に、いつものように、歓声を高く評価し、コーディング幸せです!

+0

カピバラ-のWebKitはQtのからWebKitの実装に依存します。 https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit#xcode-80を読んだことがありますか? –

+0

ちょっとケビン、はい私はqtをインストールし、それをシンボリックリンクしました。それが私に困ってしまう理由です。私はbrew(私のOS Xのパッケージマネージャー)を使って再インストールしてみて、再びsymlinkを試してみることができると思いますか? – Montana

答えて

0

Capybara-webkitにはいくつかのネイティブ拡張が必要で、それらをビルドするためにコンパイラを使用します。

あなたが前にXcodeのライセンス契約に同意すると、コンパイラを使用する必要がありますので、あなたは、OS Xを使っている:

sudo xcodebuild -license accept 
+0

アドバイスspuyet、ありがとう、私はそれを実行しました "xcode-select:error:tool 'xcodebuild'はXcodeが必要ですが、アクティブな開発ディレクトリ '/ Library/Developer/CommandLineTools'はコマンドラインツールインスタンスです" – Montana

+0

Xcodeがインストールされていますか?そうでない場合は、アプリストアに行ってダウンロードしてください:) – spuyet

+0

本当にXcodeが必要ですか?私はCLIツールをインストールしましたが、これで十分だと思っていました。そしてCLIツールをインストールすると、同意することになります。再び、私は本当に助けスプーエットに感謝します。 – Montana

関連する問題