Can't install 2.0.0.pre3 on windows #35
Description
Johnson fails to install on windows, using 2.0.0.pre3, ruby 1.8.7, the 4.5.0 devkit and running on 64 bit Windows 7. It appears to be trying to run the "configure" script for spidermonkey, and Windows doesn't seem to like it.
Thanks
Matt
gem install -v 2.0.0.pre3 johnson
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing johnson:
ERROR: Failed to build gem native extension.
C:/Ruby187/bin/ruby.exe 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:/Ruby187/bin/ruby
extconf.rb:27: could not run configure (RuntimeError)
from extconf.rb:23:in `chdir'
from extconf.rb:23
Gem files will remain installed in C:/Ruby187/lib/ruby/gems/1.8/gems/johnson-2.0.0.pre3 for inspection.
Results logged to C:/Ruby187/lib/ruby/gems/1.8/gems/johnson-2.0.0.pre3/ext/tracemonkey/gem_make.out