Windows 7 Installation Failures #59
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I installed QT using installer from http://qt.nokia.com/downloads.
All went fine, I then included 'jasmine-headless-webkit' in my gemfile but bunder then gave me errors:
C:/Ruby192/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:552:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError)
C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:85:in ``': No such file or directory - which gmake (Errno::ENOENT)
'from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:85:in
get_exe_path' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:49:in
make_path'from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:17:in
make_installed?' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:91:in
check_make!'from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.6.3/lib/qt/qmake.rb:34:in
make!' from extconf.rb:7:in
I was wondering if anyone had encountered similiar issues?
Heh, I was just talking with a coworker about this today, right before you posted this. :) I have barely any experience with modern Ruby development on Windows, but I do have Windows 7 sitting on a VM nearby. So the first question is: what way did you use to install Ruby on Windows? RubyInstaller?
Sorry I thought I'd replied but it didn't seem to have come through.
Yup I've used that in the past and didn't have any issues, more recently I've been using RubyMine which handles it.
So my VM is not in any state to do anything with this for quite a while. :( I'll put out a call for assistance on Twitter.
Installed QT 4.7.3, Ruby 1.9.3 + DevKit, Windows 7
something wrong with mkspecs?
This is the current error I'm getting:
What's in that mingw/mkspecs directory, out of curiosity?
FWIW - we were able to get it installed by using revision
453f439271
However, we're now getting the error described in https://github.com/johnbintz/jasmine-headless-webkit/issues/119
also FWIW -- here is the contents of mingw/mkspecs
I would try setting an environment variable for QMAKESPEC (if you haven't already done so): http://www.qtforum.org/article/28116/installing-qt-4-5-2-on-windows.html
I'm committing a change that that doesn't specify the QMAKESPEC. See if that also helps.