gem 安装 json --platform=ruby 失败 windows 7 64 位
gem install json --platform=ruby failed windows 7 64 bit
我正在关注 DevKit json gem 以进行安装。但是它对我没有用。这一直在阻止我做 bundle install
。电脑是Win 7 64位。 ruby dk.rb init
和 ruby dk.rb install
的命令已通过。
ruby 2.1.8p440 (2015-12-16 revision 53160) [x64-mingw32]
Rails 4.2.6
错误
>gem install json --platform=ruby
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
The system cannot find the path specified.
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
current directory: C:/ruby/lib/ruby/gems/2.1.0/gems/json-1.8.3/ext/json/ext/
generator
C:/ruby/bin/ruby.exe -r ./siteconf20160413-5616-jod3h4.rb extconf.rb
creating Makefile
extconf failed, exit code 1
Gem files will remain installed in C:/ruby/lib/ruby/gems/2.1.0/gems/json-1.8.3 f
or inspection.
Results logged to C:/ruby/lib/ruby/gems/2.1.0/extensions/x64-mingw32/2.1.0/json-
1.8.3/gem_make.out
在执行 ruby dk.rb init 后检查文件中的 ruby 版本是否正确,如果没有指定正确的 ruby 程序文件中的版本,然后尝试 运行 ruby dk.rb install,一旦完成,devkit 就安装好了,你可以安装所需的 gem.
我正在关注 DevKit json gem 以进行安装。但是它对我没有用。这一直在阻止我做 bundle install
。电脑是Win 7 64位。 ruby dk.rb init
和 ruby dk.rb install
的命令已通过。
ruby 2.1.8p440 (2015-12-16 revision 53160) [x64-mingw32]
Rails 4.2.6
错误
>gem install json --platform=ruby
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
The system cannot find the path specified.
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
current directory: C:/ruby/lib/ruby/gems/2.1.0/gems/json-1.8.3/ext/json/ext/
generator
C:/ruby/bin/ruby.exe -r ./siteconf20160413-5616-jod3h4.rb extconf.rb
creating Makefile
extconf failed, exit code 1
Gem files will remain installed in C:/ruby/lib/ruby/gems/2.1.0/gems/json-1.8.3 f
or inspection.
Results logged to C:/ruby/lib/ruby/gems/2.1.0/extensions/x64-mingw32/2.1.0/json-
1.8.3/gem_make.out
在执行 ruby dk.rb init 后检查文件中的 ruby 版本是否正确,如果没有指定正确的 ruby 程序文件中的版本,然后尝试 运行 ruby dk.rb install,一旦完成,devkit 就安装好了,你可以安装所需的 gem.