5
私が得続けるエラーはここにあります。私はDevKitをインストールし、すべての指示に従った。jsonの宝石はWindowsにインストールされません
gem install json -v '1.6.3'
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:/Program Files/Ruby/Ruby192/bin/ruby.exe" extconf.rb
creating Makefile
make
Makefile:160: warning: overriding commands for target `C:/Program'
Makefile:153: warning: ignoring old commands for target `C:/Program'
C:/Program Files/Ruby/Ruby192/bin/ruby -e "puts 'EXPORTS', 'Init_parser'" > par
ser-i386-mingw32.def
/bin/sh: C:/Program: No such file or directory
make: *** [parser-i386-mingw32.def] Error 127
Gem files will remain installed in C:/Program Files/Ruby/Ruby192/lib/ruby/gems/1.9.1/gems/json-1.6.3 for inspection.
Results logged to C:/Program Files/Ruby/Ruby192/lib/ruby/gems/1.9.1/gems/json-1.6.3/ext/json/ext/parser/gem_make.out
誰にも解決策がありますか?
私は正しい方向を指摘してくれました。私もPATHをバックアップし、この新しいc:\ ruby \ binを追加しました。行って良かった! – Xedecimal
charmのように動作します。ありがとう、セバスチャン。将来、このような問題を避けるために、システムパス環境変数のRubyエントリを 'c:\ ruby'ディレクトリを指すように変更することもお勧めします。 –