RubyMine IDEを使用してアプリケーションをデバッグするためにruby-debug-base19xgemをインストールしようとすると、以下のエラーメッセージが表示されますが、誰か助けてもらえますか?
Mac OSX10.7.4を使用しています
/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for rb_method_entry_t.body in method.h... no
checking for vm_core.h... no
/Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/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
compiling breakpoint.c
compiling ruby_debug.c
ruby_debug.c:24: error: conflicting types for ‘rb_iseq_compile_with_option’
/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/include/ruby-1.9.1/ruby-1.9.3-p194/vm_core.h:505: error: previous declaration of ‘rb_iseq_compile_with_option’ was here
ruby_debug.c: In function ‘call_at_line_unprotected’:
ruby_debug.c:474: warning: implicit conversion shortens 64-bit value into a 32-bit value
ruby_debug.c: In function ‘filename_cmp’:
ruby_debug.c:538: warning: implicit conversion shortens 64-bit value into a 32-bit value
ruby_debug.c:539: warning: implicit conversion shortens 64-bit value into a 32-bit value
ruby_debug.c: In function ‘optional_frame_position’:
ruby_debug.c:1695: warning: implicit conversion shortens 64-bit value into a 32-bit value
ruby_debug.c: In function ‘do_jump’:
ruby_debug.c:2310: warning: implicit conversion shortens 64-bit value into a 32-bit value
ruby_debug.c: In function ‘context_jump’:
ruby_debug.c:2378: warning: comparison between signed and unsigned
ruby_debug.c:2392: warning: comparison between signed and unsigned
make: *** [ruby_debug.o] Error 1
編集
「RubyMineGemTools」(RubyMine IDE内)を使用してgemをインストールしようとすると、次のメッセージが表示されます。
開発の実行中にエラーが発生しました:myproject:Gemsのインストールに失敗しました。次のgemはインストールされませんでした:/Applications/RubyMine.app/rb/gems/ruby-debug-base19x-0.11.30.pre10.gem:ruby-debug-base19x-0.11.30.pre10.gemのインストール中にエラーが発生しました:エラー:失敗しましたgemネイティブ拡張を構築します。/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/bin/rubyextconf.rbmethod.hのrb_method_entry_t.called_idをチェックしています... *extconf.rbが失敗しました*何らかの理由でMakefileを作成できませんでした。おそらく、必要なライブラリやヘッダーが不足しています。詳細については、mkmf.logファイルを確認してください。構成オプションが必要になる場合があります。提供される構成オプション:-with-opt-dir --with-opt-include --without-opt-include = $ {opt-dir} / include --with-opt-lib --without-opt-lib = $ {opt-dir} / lib --with-make-prog --without-make-prog--srcdir=。--curdir --ruby = / Users / danilobarsotti / .rvm / rubies / ruby-1.9.3-p194 / bin / ruby --with-ruby-dir --without-ruby-dir --with-ruby-include - -without-ruby-include = $ {ruby-dir} / include --with-ruby-lib --without-ruby-lib = $ {ruby-dir} / lib /Users/danilobarsotti/.rvm/rubies/ruby- 1.9.3-p194 / lib / ruby / 1.9.1 / mkmf.rb:381:in
try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:491:in
block in try_compile'from/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9。 1 / mkmf.rb:443:inwith_werror' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:491:in
try_compile'from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:1002:inblock in have_struct_member' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in
block inchecking_for' from /Users/danilobarsotti/.rvm/rubies /ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in open'fromblock (2 levels) in postpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9 .1 / mkmf.rb:284:inblock in postpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
open'from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:280:inchecking_forpostpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in
' from / Users / danilobarsotti / .rvm / rubies / ruby-1.9.3-p194 / lib / ruby / 1.9.1 / mkmf.rb:1001:inhave_struct_member' from extconf.rb:6:in
block in'from extconf.rb:31:incall' from extconf.rb:31:in
block in' from / Users / danilobarsotti / .rvm / rubies / ruby-1.9.3-p194 / lib / ruby / 1.9.1 / mkmf.rb:527:inwith_cppflags' from extconf.rb:30:in
'Gemファイルは、検査のために/Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/ruby-debug-base19x-0.11.30.pre10にインストールされたままになります。結果は/Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/ruby-debug-base19x-0.11.30.pre10/ext/ruby_debug/gem_make.out/Users/danilobarsotti/Library/Preferencesに記録されました/RubyMine40/rb/linecache19-0.5.13.gem:linecache19-0.5.13.gemのインストール中にエラーが発生しました:エラー:gemネイティブ拡張機能のビルドに失敗しました。/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/bin/rubyextconf.rbがvm_core.hをチェックしています... *extconf.rbが失敗しました*何らかの理由でMakefileを作成できませんでした。おそらく、必要なライブラリやヘッダーが不足しています。詳細については、mkmf.logファイルを確認してください。構成オプションが必要になる場合があります。提供される構成オプション:-with-opt-dir --with-opt-include --without-opt-include = $ {opt-dir} / include --with-opt-lib --without-opt-lib = $ {opt-dir} / lib --with-make-prog --without-make-prog--srcdir=。--curdir --ruby = / Users / danilobarsotti / .rvm / rubies / ruby-1.9.3-p194 / bin / ruby --with-ruby-dir --without-ruby-dir --with-ruby-include - -without-ruby-include = $ {ruby-dir} / include --with-ruby-lib --without-ruby-lib = $ {ruby-dir} / lib /Users/danilobarsotti/.rvm/rubies/ruby- 1.9.3-p194 / lib / ruby / 1.9.1 / mkmf.rb:381:intry_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:506:in
try_cpp'from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/ mkmf.rb:931:inblock in have_header' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in
block (2 levels) in postpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
/Users/danilobarsotti/.rvm/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:inopen 'から/Users/danilobarsotti/.rvm/rubiesからchecking_for'をブロックします 。 /ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in open'fromblock in postpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
/Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9 .1 / mkmf.rb:280:postpone' from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in
inchecking_for'from /Users/danilobarsotti/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:930:inhave_header' from extconf.rb:15:in
block in' from /Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:18:incall' from /Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:18:in
create_makefile_with_core'from extconf.rb:19:in`'Gemファイルは検査のために/Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/linecache19-0.5.13にインストールされたままになります。/Users/danilobarsotti/.rvm/gems/ruby-1.9.3-p194/gems/linecache19-0.5.13/ext/trace_nums/gem_make.outに記録された結果