Advertisement
Guest User

Untitled

a guest
Sep 28th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 2.01 KB | None | 0 0
  1. ERROR:  Error installing rmagick:
  2.         ERROR: Failed to build gem native extension.
  3.  
  4.         C:/usr/bin/Ruby193/bin/ruby.exe extconf.rb --with-opt-lib=C:/Progra~1/ImageMagick-6.7.9-Q16/lib --with-opt-include=C:/Progra~1/ImageMagick-6.7.9-Q16/include
  5. checking for Ruby version >= 1.8.5... yes
  6. checking for stdint.h... *** extconf.rb failed ***
  7. Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers.  Check the mkmf.log file for more details.  You may need configuration options.
  8.  
  9. Provided configuration options:
  10.         --with-opt-dir
  11.         --without-opt-dir
  12.         --with-opt-include=${opt-dir}/include
  13.         --with-opt-lib=${opt-dir}/lib
  14.         --with-make-prog
  15.         --without-make-prog
  16.         --srcdir=.
  17.         --curdir
  18.         --ruby=C:/usr/bin/Ruby193/bin/ruby
  19. C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
  20. You have to install development tools first.
  21.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:506:in `try_cpp'
  22.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:931:in `block in have_header'
  23.         from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'
  24.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone'
  25.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  26.         from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone'
  27.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:254:in `open'
  28.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:280:in `postpone'
  29.         from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for'
  30.        from C:/usr/bin/Ruby193/lib/ruby/1.9.1/mkmf.rb:930:in `have_header'
  31.        from extconf.rb:193:in `<main>'
  32.  
  33.  
  34. Gem files will remain installed in C:/usr/bin/Ruby193/lib/ruby/gems/1.9.1/gems/rmagick-2.13.1 for inspection.
  35. Results logged to C:/usr/bin/Ruby193/lib/ruby/gems/1.9.1/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement