Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Windows 7 - "which gmake" error #158

Open
andrewwakeling opened this issue Aug 1, 2012 · 3 comments
Open

Windows 7 - "which gmake" error #158

andrewwakeling opened this issue Aug 1, 2012 · 3 comments

Comments

@andrewwakeling
Copy link

I have installed QtSDK, Ruby 1.9.3 + DevKit.

I managed to run "gem install jasmine-headless-webkit".

When I attempt to run it, I get the following error:

C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:97:in ``': No such file or directory - which gmake (Errno::ENOENT)
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:97:inget_exe_path' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:53:in make_path'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:16:in`make_installed?'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:103:in `check_make!'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/qt/qmake.rb:37:in`make!'
from extconf.rb:8:in `

'
[jasmine-headless-webkit] The jasmine-headless-webkit specrunner (jasmine-webkit-specrunner) could not be found! Try reinstalling the gem. (Jasmine::Headless::N
oRunnerError)
C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/jasmine/headless/runner.rb:41:in`initialize'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/jasmine/headless/command_line.rb:10:in `new'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/lib/jasmine/headless/command_line.rb:10:in`run!'
C:/Ruby193/lib/ruby/gems/1.9.1/gems/jasmine-headless-webkit-0.8.4/bin/jasmine-headless-webkit:10:in `<top (required)>'
C:/Ruby193/bin/jasmine-headless-webkit:23:in`load'
C:/Ruby193/bin/jasmine-headless-webkit:23:in `'

Looking at the code in \jasmine-headless-webkit-0.8.4\lib\qt\qmake.rb, it searches for "gmake" using "which".

Am I supposed to have make/gmake installed in Windows?
Am I supposed to have a "which" command tool available?

@tommyk
Copy link

tommyk commented Jan 16, 2013

Is there a fix for this? I have run into the same thing...

@ghost
Copy link

ghost commented Feb 14, 2013

That makes 3 of us. Still trying to figure out how to get around this.

@ghost
Copy link

ghost commented Feb 14, 2013

Actually, I finally have a solve for this. Install QT and make sure you have the install folder /bin in your PATH and viola!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants