Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. C:xampphtdocsdev-rubyredmine>bundle install
  2. DL is deprecated, please use Fiddle
  3. Fetching gem metadata from https://rubygems.org/.........
  4. Resolving dependencies...
  5. Using rake 10.3.2
  6. Using i18n 0.6.11
  7. Using multi_json 1.10.1
  8. Using activesupport 3.2.19
  9. Using builder 3.0.4
  10. Using activemodel 3.2.19
  11. Using erubis 2.7.0
  12. Using journey 1.0.4
  13. Using rack 1.4.5
  14. Using rack-cache 1.2
  15. Using rack-test 0.6.2
  16. Using hike 1.2.3
  17. Using tilt 1.4.1
  18. Using sprockets 2.2.3
  19. Using actionpack 3.2.19
  20. Using mime-types 1.25.1
  21. Using polyglot 0.3.5
  22. Using treetop 1.4.15
  23. Using mail 2.5.4
  24. Using actionmailer 3.2.19
  25. Using arel 3.0.3
  26. Using tzinfo 0.3.42
  27. Using activerecord 3.2.19
  28. Using activeresource 3.2.19
  29. Using bundler 1.7.6
  30. Using mini_portile 0.6.1
  31. Using nokogiri 1.6.4.1
  32. Using xpath 2.0.0
  33. Using capybara 2.1.0
  34. Using ffi 1.9.6
  35. Using childprocess 0.5.5
  36. Using coderay 1.1.0
  37. Using rack-ssl 1.3.4
  38. Using json 1.8.1
  39. Using rdoc 3.12.2
  40. Using thor 0.19.1
  41. Using railties 3.2.19
  42. Using jquery-rails 3.1.2
  43. Using metaclass 0.0.4
  44. Using mocha 1.0.0
  45. Using mysql 2.8.1
  46. Using net-ldap 0.3.1
  47. Using ruby-openid 2.3.0
  48. Using rack-openid 1.4.2
  49. Using rails 3.2.19
  50. Using rbpdf 1.18.2
  51. Using redcarpet 2.3.0
  52. Using request_store 1.0.5
  53.  
  54. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension
  55. .
  56.  
  57. C:/RailsInstaller/Ruby2.0.0/bin/ruby.exe extconf.rb
  58. checking for Ruby version >= 1.8.5... yes
  59. checking for stdint.h... *** extconf.rb failed ***
  60. Could not create Makefile due to some reason, probably lack of necessary
  61. libraries and/or headers. Check the mkmf.log file for more details. You may
  62. need configuration options.
  63.  
  64. Provided configuration options:
  65. --with-opt-dir
  66. --without-opt-dir
  67. --with-opt-include
  68. --without-opt-include=${opt-dir}/include
  69. --with-opt-lib
  70. --without-opt-lib=${opt-dir}/lib
  71. --with-make-prog
  72. --without-make-prog
  73. --srcdir=.
  74. --curdir
  75. --ruby=C:/RailsInstaller/Ruby2.0.0/bin/ruby
  76. C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:431:in `try_do': The compiler
  77. failed to generate an executable file. (RuntimeError)
  78. You have to install development tools first.
  79. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:562:in `try_cpp'
  80.  
  81. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:1041:in `block i
  82. n have_header'
  83. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:892:in `block in
  84. checking_for'
  85. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:337:in `block (2
  86. levels) in postpone'
  87. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:307:in `open'
  88. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:337:in `block in
  89. postpone'
  90. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:307:in `open'
  91. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:333:in `postpone
  92. '
  93. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:891:in `checking
  94. _for'
  95. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:1040:in `have_he
  96. ader'
  97. from extconf.rb:186:in `<main>'
  98.  
  99.  
  100. Gem files will remain installed in C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0
  101. .0/gems/rmagick-2.13.3 for inspection.
  102. Results logged to C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rmagick-2
  103. .13.3/ext/RMagick/gem_make.out
  104. An error occurred while installing rmagick (2.13.3), and Bundler cannot
  105. continue.
  106. Make sure that `gem install rmagick -v '2.13.3'` succeeds before bundling.
  107.  
  108. gem install rmagick --version=2.13.3 --platform=ruby -- --with-opt-lib=c:/ImageMagick/lib --with-opt-include=c:/ImageMagick/include
  109.  
  110. C:Usersuser1>gem install rmagick --version=2.13.3 --platform=ruby -- --with-op
  111. t-lib=c:/ImageMagick/lib --with-opt-include=c:/ImageMagick/include
  112. Temporarily enhancing PATH to include DevKit...
  113. Building native extensions with: '--with-opt-lib=c:/ImageMagick/lib --with-opt-i
  114. nclude=c:/ImageMagick/include'
  115. This could take a while...
  116. ERROR: Error installing rmagick:
  117. ERROR: Failed to build gem native extension.
  118.  
  119. C:/RailsInstaller/Ruby2.0.0/bin/ruby.exe extconf.rb --with-opt-lib=c:/ImageM
  120. agick/lib --with-opt-include=c:/ImageMagick/include
  121. checking for Ruby version >= 1.8.5... yes
  122. checking for stdint.h... *** extconf.rb failed ***
  123. Could not create Makefile due to some reason, probably lack of necessary
  124. libraries and/or headers. Check the mkmf.log file for more details. You may
  125. need configuration options.
  126.  
  127. Provided configuration options:
  128. --with-opt-dir
  129. --without-opt-dir
  130. --with-opt-include=${opt-dir}/include
  131. --with-opt-lib=${opt-dir}/lib
  132. --with-make-prog
  133. --without-make-prog
  134. --srcdir=.
  135. --curdir
  136. --ruby=C:/RailsInstaller/Ruby2.0.0/bin/ruby
  137. C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:431:in `try_do': The compiler
  138. failed to generate an executable file. (RuntimeError)
  139. You have to install development tools first.
  140. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:562:in `try_cpp'
  141.  
  142. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:1041:in `block i
  143. n have_header'
  144. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:892:in `block in
  145. checking_for'
  146. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:337:in `block (2
  147. levels) in postpone'
  148. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:307:in `open'
  149. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:337:in `block in
  150. postpone'
  151. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:307:in `open'
  152. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:333:in `postpone
  153. '
  154. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:891:in `checking
  155. _for'
  156. from C:/RailsInstaller/Ruby2.0.0/lib/ruby/2.0.0/mkmf.rb:1040:in `have_he
  157. ader'
  158. from extconf.rb:186:in `<main>'
  159.  
  160.  
  161. Gem files will remain installed in C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0
  162. .0/gems/rmagick-2.13.3 for inspection.
  163. Results logged to C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/rmagick-2
  164. .13.3/ext/RMagick/gem_make.out
  165.  
  166. checking for Ruby version >= 1.8.5... -------------------- yes
  167.  
  168. --------------------
  169.  
  170. "gcc -o conftest.exe -IC:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/i386-mingw32 -IC:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/backward -IC:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0 -I. -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D_FILE_OFFSET_BITS=64 -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration conftest.c -L. -LC:/RailsInstaller/Ruby2.0.0/lib -L. -lCORE_RL_magick_ -lX11 -lmsvcrt-ruby200 -lshell32 -lws2_32 -limagehlp -lshlwapi "
  171. In file included from C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby.h:33:0,
  172. from conftest.c:1:
  173. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:125:14: error: size of array 'ruby_check_sizeof_voidp' is negative
  174. In file included from C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby.h:33:0,
  175. from conftest.c:1:
  176. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h: In function 'rb_float_value':
  177. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:826:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  178. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h: In function 'rb_num2char_inline':
  179. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1214:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  180. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1214:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  181. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1214:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  182. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1215:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  183. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1215:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  184. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1215:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  185. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h: In function 'rb_class_of':
  186. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1514:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  187. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h: In function 'rb_type':
  188. C:/RailsInstaller/Ruby2.0.0/include/ruby-2.0.0/ruby/ruby.h:1531:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  189. checked program was:
  190. /* begin */
  191. #include "ruby.h"
  192.  
  193. #include <winsock2.h>
  194. #include <windows.h>
  195. int main(int argc, char **argv)
  196. {
  197. return 0;
  198. }
  199. /* end */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement