在Windows 7(64位)上的Rally App SDK 2.0p环境设置期间出现问题.我从rubyinstaller.org安装了Ruby 1.8.7-p358并设法安装了rake Ruby gem.但我在安装jslint-v8 gem时遇到问题.它依赖于therubyracer和libv8 gems,需要使用Ruby DevKit构建.在安装过程中,我收到以下错误:
C:\ruby> gem install jslint-v8
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing jslint-v8:
ERROR: Failed to build gem native extension.
C:/ruby/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: …Run Code Online (Sandbox Code Playgroud)