我想在TextMate中的方法之間得到一個體面的導航。我很想在抽屜中列出它們的列表,但我想現在還沒有這樣的解決方案,對吧?因此我試圖設置RubyAMP
與Ruby 1.9.1-p378
配合使用,通過RVM
安裝,但有一些麻煩。 RubyAMP需要ruby-debug
,這裏是我所得到的,如果我嘗試安裝寶石RVM + Ruby 1.9.1 + ruby-debug =錯誤?
$ 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中工作我該如何解決它?
'sudo gem update'? – Adrian 2010-07-10 17:12:39
它沒有幫助。我很困惑''不能處理1.9.x'。它來自'ruby-debug'嗎?或者它是另一個組件? – Andrei 2010-07-11 10:17:02