嘿所有这是我在ruby的第一个项目,我正在尝试使用这里的说明安装capybara:https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit
我经常遇到这个错误。任何帮助表示赞赏。
Windows 10
Ruby 2.3
Qt 5.9.1
PATH has C:\Qt\5.9.1\msvc2015_64\bin and C:\Ruby23\bin
current directory: C:/Ruby23/lib/ruby/gems/2.3.0/gems/capybara-webkit-1.14.0
C:/Ruby23/bin/ruby.exe -r ./siteconf20170817-33208-1eyrgjv.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=C:/Ruby23/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
答案 0 :(得分:1)
Qt 5.9.1默认情况下不包含所需的QtWebkit,因此您需要安装它。查看mkmf.log
,因为错误消息指示并确切地查看缺少的内容。
话虽如此,capybara-webkit基于技术,目前相当于7年前的浏览器,因此不支持现代应用程序中使用的大量内容。如果你不使用capybara-webkit而是使用Capybara与硒和无头铬一起使用,你可能会好多了。
澄清说明:capybara-webkit不是水豚,它可以与水豚一起使用。