0

私はWindows7を実行していますが、jsongemのインストールに非常に苦労しています。私が得ているエラーはどこにも対処されていません。RailsInstallerを介してDevKitをインストールしましたが、gem install jsonを実行すると、次のエラーが発生します。

C:\Users\Gavin>gem install json
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:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb
creating Makefile

make
Makefile:161: warning: overriding commands for target `install-so'
Makefile:160: warning: ignoring old commands for target `install-so'
Makefile:162: *** missing separator.  Stop.


Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/bin;/gems/json-1.7.5 for inspection.
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/bin;/gems/json-1.7.5/ext/json/ext/generator/gem_make.out

誰かがここで何が起こっているのか考えていますか?

4

1 に答える 1

0

あなたのdevkit-folderがパスにあると思いますか?それ以外の場合は、代わりに「gem install json_pure」を試してください。理由を説明するこの記事を参照してくださいhttp://ruby.about.com/od/tasks/a/The-Json-Gem.htm

于 2012-09-29T19:52:41.890 に答える