Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. E:/programowanie/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb
  2. checking for rb_method_entry_t.body in method.h... no
  3. checking for vm_core.h... no
  4. E:/programowanie/RailsInstaller/Ruby1.9.3/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.
  5. checking for rb_method_entry_t.body in method.h... no
  6. checking for vm_core.h... yes
  7. checking for iseq.h... yes
  8. checking for insns.inc... yes
  9. checking for insns_info.inc... yes
  10. checking for eval_intern.h... yes
  11. creating Makefile
  12.  
  13. make
  14. generating ruby_debug-i386-mingw32.def
  15. compiling breakpoint.c
  16. compiling ruby_debug.c
  17. ruby_debug.c:24:19: error: conflicting types for 'rb_iseq_compile_with_option'
  18. E:/programowanie/RailsInstaller/Ruby1.9.3/include/ruby-1.9.1/ruby-1.9.3-p125/vm_core.h:505:7: note: previous declaration of 'rb_iseq_compile_with_option' was here
  19. ruby_debug.c: In function 'context_jump':
  20. ruby_debug.c:2378:53: warning: comparison between signed and unsigned integer expressions
  21. ruby_debug.c:2392:27: warning: comparison between signed and unsigned integer expressions
  22. make: *** [ruby_debug.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement