【发布时间】:2015-02-09 20:38:36
【问题描述】:
我已按照步骤正确安装 httparty,包括安装开发工具包。但我仍然收到以下错误。
C:\Ruby193>gem install httparty
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing httparty:
ERROR: Failed to build gem native extension.
C:/Ruby193/bin/ruby.exe extconf.rb
creating Makefile
make
'make' is not recognized as an internal or external command,
operable program or batch file.
Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/json-1.8.
2 for inspection.
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/json-1.8.2/ext/json/ext/ge
nerator/gem_make.out
我对 Ruby 没有太多经验
【问题讨论】:
-
你已经安装了make,并且存在于你的路径中?