我試過很多解決方案,但似乎沒有任何工作! 我使用Ruby 1.9.3和Rails 3.1.3,我想安裝ruby-debug19 gem。此北京時間我在PowerShell中得到:無法在安裝紅寶石1.9.2和1.9.3的win7上安裝gem ruby-debug19
PS C:\Users\**\**\**> gem install ruby-debug19
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug19:
ERROR: Failed to build gem native extension.
C:/Ruby193/bin/ruby.exe extconf.rb
checking for rb_method_entry_t.body in method.h... no
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 rb_method_entry_t.body in method.h... no
checking for vm_core.h... yes
checking for iseq.h... yes
checking for insns.inc... yes
checking for insns_info.inc... yes
checking for eval_intern.h... yes
creating Makefile
make
generating ruby_debug-i386-mingw32.def
compiling breakpoint.c
compiling ruby_debug.c
ruby_debug.c:29:19: error: conflicting types for 'rb_iseq_compile_with_option'
C:/Ruby193/include/ruby-1.9.1/ruby-1.9.3-p0/vm_core.h:505:7: note: previous declaration of 'rb_iseq_compile_with_option' was here
ruby_debug.c: In function 'context_jump':
ruby_debug.c:2414:53: warning: comparison between signed and unsigned integer expressions
ruby_debug.c:2428:27: warning: comparison between signed and unsigned integer expressions
make: *** [ruby_debug.o] Error 1
Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25 for inspection.
Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/ext/ruby_debug/gem_make.out
非常感謝!現在我已經安裝了這個寶石。但是,rubymine希望ruby-debug-ide用於調試模式。如果我嘗試安裝這個gem,我會在PowerShell中得到以下錯誤:錯誤:安裝ruby-debug-ide錯誤:錯誤:無法構建gem原生擴展 – kampfsau1808 2012-01-12 15:37:39
我不確定,但我認爲你需要[DevKit ](http://rubyinstaller.org/add-ons/devkit/)安裝 – 2012-01-12 17:12:31
我已經安裝了devkit(對於ruby 1.9.2和1.9.3) – kampfsau1808 2012-01-13 12:07:23