我要将我的开发环境设置为this open source project。
完成设置说明后,我尝试运行bundle install
并收到此错误
Fetching capybara-webkit 1.14.0
Installing capybara-webkit 1.14.0 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory: /Users/iloveburningman/.rvm/gems/ruby-2.3.1/gems/capybara-webkit-1.14.0
...
extconf failed, exit code 1
Gem files will remain installed in /Users/iloveburningman/.rvm/gems/ruby-
2.3.1/gems/capybara-webkit-1.14.0 for inspection.
Results logged to /Users/iloveburningman/.rvm/gems/ruby-
2.3.1/extensions/x86_64-darwin-16/2.3.0/capybara-webkit-1.14.0/gem_make.out
An error occurred while installing capybara-webkit (1.14.0), and Bundler
cannot continue.
Make sure that `gem install capybara-webkit -v '1.14.0'` succeeds before bundling.
然后我尝试用gem install capybara-webkit -v '1.14.0'
手动设置水豚并获得基本相同的响应
extconf失败,退出代码1
Gem files will remain installed in /Users/iloveburningman/.rvm/gems/ruby-
2.3.1/gems/capybara-webkit-1.14.0 for inspection.
Results logged to /Users/iloveburningman/.rvm/gems/ruby-2.3.1/extensions/x86_64-darwin-16/2.3.0/capybara-webkit-1.14.0/gem_make.out
我也尝试将我的macOs更新到高级别的山脉并重新安装自制软件