Windows 7 (64 ビット) での Rally App SDK 2.0p 環境のセットアップ中に問題が発生します。rubyinstaller.org から Ruby 1.8.7-p358 をインストールし、rake Ruby gem をインストールできました。しかし、jslint-v8 gem のインストールに問題があります。Ruby DevKit を使用してビルドする必要があるtherubyracerおよびlibv8 gemに依存しています。インストール中に、次のエラーが発生しました。
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:
--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:/ruby/bin/ruby
extconf.rb:13: uninitialized constant Gem (NameError)
Checking for Python...
Gem files will remain installed in C:/ruby/lib/ruby/gems/1.8/gems/libv8-3.3.10.4 for inspection.
Results logged to C:/ruby/lib/ruby/gems/1.8/gems/libv8-3.3.10.4/ext/libv8/gem_make.out
Win7に正しくインストールする方法を知っている人はいますか? ありがとうございました!