Ruby on Railsを(経由でgem install rails
)インストールすると、次のエラーメッセージが表示される場合があります。
c:/Ruby193/include/ruby-1.9.1/ruby/ruby.h:109:14: error: size of array 'ruby_check_sizeof_voidp' is negative
このような多くの警告もあります:
c:/Ruby193/include/ruby-1.9.1/ruby/ruby.h:1333:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
および追加のエラー
c:/Ruby193/include/ruby-1.9.1/ruby/missing.h:41:8: error: redefinition of 'struct timespec'
なぜこれが発生し、Railsを正常にインストールするにはどうすればよいですか?