【发布时间】:2026-02-14 15:40:01
【问题描述】:
我正在尝试在 TextMate 中的方法之间进行适当的导航。我很想把它们的清单放在抽屉里,但我想还没有这样的解决方案,对吧?因此,我试图设置RubyAMP 与通过RVM 安装的Ruby 1.9.1-p378 一起使用,但是遇到了一些麻烦。 RubyAMP 需要ruby-debug,这就是我尝试安装 gem 时得到的结果
$ rvm gem install ruby-debug
info: ruby-1.9.1-p378: ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-darwin10]
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug:
ERROR: Failed to build gem native extension.
/Users/andrei/.rvm/rubies/ruby-1.9.1-p378/bin/ruby extconf.rb
Can't handle 1.9.x yet
*** extconf.rb failed ***
但是,the gem page 表示它应该适用于 1.9.x。我该如何解决?
【问题讨论】:
-
它没有帮助。我对
Can't handle 1.9.x yet感到困惑。是来自ruby-debug吗?或者它是另一个组件?
标签: ruby textmate gem rvm ruby-debug