2016-11-08 10 views
6

मैं बंडलर साथ Capybara-वेबकिट मणि स्थापित करने का प्रयास किया गया है के साथ और इन निर्देशों का पालन करने के बाद capybara-वेबकिट स्थापित करने में असमर्थ: https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit#macos-sierra-1012ओएस एक्स सिएरा

मैं Makefile की त्रुटि में प्रदर्शन जारी रहे नहीं पाए जाने के । मैंने होमब्री, मणि सिस्टम अपडेट किया है, और क्ली टूल्स के साथ एक्सकोड 8 अपडेट किया है, इसका कोई फायदा नहीं हुआ है। वास्तव में किसी भी मदद की सराहना करेंगे!

sudo gem install capybara-webkit PATH=/Users/caren/Qt5.5.1/5.5/clang_64/bin:$PATH gem install capybara-webkit 
Password: 
Building native extensions. This could take a while... 
ERROR: Error installing capybara-webkit: 
    ERROR: Failed to build gem native extension. 

    /Users/caren/.rbenv/versions/2.2.3/bin/ruby -r ./siteconf20161108-5610-m00680.rb 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/caren/.rbenv/versions/2.2.3/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 ' not available 

extconf failed, exit code 1 

Gem files will remain installed in /Users/caren/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/capybara-webkit-1.11.1 for inspection. 
Results logged to /Users/caren/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-15/2.2.0-static/capybara-webkit-1.11.1/gem_make.out 
ERROR: Could not find a valid gem 'PATH=/Users/caren/Qt5.5.1/5.5/clang_64/bin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/Users/caren/.nvm/versions/node/v5.4.0/bin:/Users/caren/.rbenv/shims:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/heroku/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/Users/caren/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin' (>= 0) in any repository 
ERROR: Could not find a valid gem 'gem' (>= 0) in any repository 
ERROR: Could not find a valid gem 'install' (>= 0) in any repository 
ERROR: Possible alternatives: installr, instant, instana, instacli, instapi 
Building native extensions. This could take a while... 
ERROR: Error installing capybara-webkit: 
    ERROR: Failed to build gem native extension. 

    /Users/caren/.rbenv/versions/2.2.3/bin/ruby -r ./siteconf20161108-5610-97n2eh.rb 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/caren/.rbenv/versions/2.2.3/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 ' not available 

extconf failed, exit code 1 

Gem files will remain installed in /Users/caren/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/capybara-webkit-1.11.1 for inspection. 
Results logged to /Users/caren/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-15/2.2.0-static/capybara-webkit-1.11.1/gem_make.out 
+0

आपने क्यूटी कैसे स्थापित किया? – fabersky

+0

आपको 'PATH =/उपयोगकर्ता/देखभाल/Qt5.5.1/5.5/clang_64/bin: $ PATH मणि इंस्टॉल कैपिबरा-वेबकिट' नहीं चलाना चाहिए 'gem इंस्टॉल capybara-webkit PATH =/उपयोगकर्ता/caren/Qt5.5.1/5.5/clang_64/bin: $ PATH मणि capybara-webkit 'स्थापित करें और जब/अगर यह विफल हो जाता है तो त्रुटि संदेश में उल्लिखित mkmf.log को देखें, यह देखने के लिए कि –

+1

क्या त्रुटियां हो रही हैं http://superuser.com/questions/256232/how -can-i-get-qmake-on-mac-os-x –

उत्तर

9

निम्नलिखित मुझे (Homebrew का प्रयोग करके) के लिए चाल किया:

brew install qt5 --with-qtwebkit 
brew link --force qt5 
gem install capybara-webkit 

ध्यान दें: यह पहला कदम स्थापित करने के लिए कुछ समय ले जाएगा, और आप Xcode स्थापित करने की आवश्यकता होगी।

+1

धन्यवाद माइक! अपने कदमों का प्रयास किया और मेरे लिए काम किया। :) –

+0

धन्यवाद दोस्त! संकलन/बनाने के लिए काफी समय लगा लेकिन काम किया। बहुत सारे कुडोस! :) – Autodidact

+0

उस पहले कमांड के बारे में कोई मजाक नहीं है जो बहुत लंबा समय ले रहा है। सभी 3 कमांड एक आकर्षक की तरह काम किया! धन्यवाद दोस्त!! – LuAndre