Ruby on rails 无法在ruby193上安装linecache19 gem

Ruby on rails 无法在ruby193上安装linecache19 gem,ruby-on-rails,ruby,gem,Ruby On Rails,Ruby,Gem,我知道这是当今每个人都面临的问题之一,他们中的许多人都找到了解决这个问题的方法。不幸的是,我尝试了所有的解决方案,但似乎没有一个在我的系统上起作用 当我这样做的时候 gem install linecache19 我得到这个错误,如下所示 gem install linecache19 Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... T

我知道这是当今每个人都面临的问题之一,他们中的许多人都找到了解决这个问题的方法。不幸的是,我尝试了所有的解决方案,但似乎没有一个在我的系统上起作用

当我这样做的时候

gem install linecache19
我得到这个错误,如下所示

gem install linecache19
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
The system cannot find the path specified.
ERROR:  Error installing linecache19:
    ERROR: Failed to build gem native extension.

    C:/Ruby193/bin/ruby.exe extconf.rb
checking for vm_core.h... no
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby_core_source-0.1.5/lib/ruby_core_source.
rb:39: Use RbConfig instead of obsolete and deprecated Config.
checking for vm_core.h... yes
checking for version.h... yes
creating Makefile


Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/linecache
19-0.5.13 for inspection.
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/ext/tra
ce_nums/gem_make.out
使用,它只是linecache19的一个更新的工作分支。您将不会有像现在这样的安装问题,因为它不再作为C扩展构建,而是100%ruby

gem install debugger-linecache
希望有帮助。

使用,它只是linecache19的一个更新工作叉。您将不会有像现在这样的安装问题,因为它不再作为C扩展构建,而是100%ruby

gem install debugger-linecache

希望能有所帮助。

谢谢你,伙计。它很管用,但安装ruby-debug-base19x gem for Rubymines看起来很痛苦。这可能会有帮助吗?祝你好运谢谢你,伙计。这很管用,但是安装ruby-debug-base19xgem for Rubymines看起来很痛苦。这可能会有帮助吗?祝你好运