0
私は数時間前にこれを試してきました。 x64とdevkit x64を使用しています(オリジナルのx32をincntctしませんでしたが、削除して正しいx64をインストールしました) jsonまたは(私の実際のターゲット)ruby-debug-ide -v 0.4をインストールします。 32 宝石のバージョン= 2.4.7 ルビーバージョン=ルビー2.4.2p198(2017年9月14日リビジョン59899)[x64の-MINGW32]宝石ファイルをインストールできない
C:\WINDOWS\system32>gem install json
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
C:/Ruby24-x64/bin/ruby.exe -r ./siteconf20171013-12212-1y42085.rb extconf.rb
creating Makefile
make "DESTDIR=" clean
make "DESTDIR="
generating generator-x64-mingw32.def
compiling generator.c
linking shared-object json/ext/generator.so
c:/ruby24-x64/programing/mingw/bin/../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgmp
collect2.exe: error: ld returned 1 exit status
make: *** [generator.so] Error 1
make failed, exit code 2
Gem files will remain installed in C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/json-2.1.0 for inspection.
Results logged to C:/Ruby24-x64/lib/ruby/gems/2.4.0/extensions/x64-mingw32/2.4.0/json-2.1.0/gem_make.out
GMPライブラリがないか、ライブラリ 'gmp'を提供しているようです。組み込みの[JSONライブラリ](https://ruby-doc.org/stdlib-2.4.1/libdoc/json/rdoc/JSON.html)があるときに宝石を使用する必要がある理由はありますか? – tadman