我知道它说不要移动它,但是在我这样做之后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
我将如何解决这个问题?