Cannot install capybara-webkit on Windows Server 2008 R2 / Windows 7

I need to run the tests in Jenkins, which is installed on Windows Server 2008 R2 x64, so the tips for starting the installation of the package without the "test" section are not suitable here.

I need to install capybara-webkit on windows. The error message I get includes, as always, my own extensions:

Installing capybara-webkit (0.12.0) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. C:/Ruby193/bin/ruby.exe extconf.rb Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/capybara-webkit-0.12.0 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/capybara-webkit-0.12.0/./gem_make.out 

The native QT components seem to be installed (I downloaded the 1.7 GB distribution (!!!) and installed it). Gain PATH does not help.

Also installed DevKit.

+1
source share
1 answer

What is the error message?

You need all the correct versions of QT, mingw, your path is updated, and then run everything here https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit the right way ... Make sure you are in the pkg directory at the end.

See capybara-webkit (0.8.0) failed to create window 7

0
source

Source: https://habr.com/ru/post/1440318/


All Articles