移動しないように言われたことは知っていますが、移動した後、別のディレクトリに移動しました。これは、移動したディレクトリが乱雑にruby dk.rb initなりruby dk.rb installたくなかったためです。gem install json以前は移動できましたが、テストしようとするとgem install json --platform=ruby次のエラーが表示されます。
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
C:/Ruby200-x64/bin/ruby.exe extconf.rb
creating Makefile
make "DESTDIR="
Gem files will remain installed in C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/json-1.8.1 for inspection.
Results logged to C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/json-1.8.1/ext/jsln/ext/generator/gem_make.out
これを解決するにはどうすればよいですか?