Advertisement
msmosso

Untitled

Jun 30th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Matheus@TETRAHELP03 ~/workspace/tetrawebtrack
  2. $ gem install mongrel
  3. Temporarily enhancing PATH to include DevKit...
  4. Building native extensions. This could take a while...
  5. ERROR: Error installing mongrel:
  6. ERROR: Failed to build gem native extension.
  7.  
  8. c:/Ruby200-x64/bin/ruby.exe extconf.rb
  9. checking for main() in -lc... no
  10. creating Makefile
  11.  
  12. make "DESTDIR="
  13. generating http11-x64-mingw32.def
  14. compiling http11.c
  15. http11.c: In function 'http_field':
  16. http11.c:77:22: error: 'struct RString' has no member named 'ptr'
  17. http11.c:77:50: error: 'struct RString' has no member named 'len'
  18. http11.c:77:27: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  19. http11.c: In function 'header_done':
  20. http11.c:172:33: error: 'struct RString' has no member named 'ptr'
  21. http11.c:174:89: error: 'struct RString' has no member named 'ptr'
  22. http11.c:176:52: error: 'struct RString' has no member named 'ptr'
  23. http11.c:177:26: error: 'struct RString' has no member named 'len'
  24. http11.c: In function 'HttpParser_execute':
  25. http11.c:298:23: error: 'struct RString' has no member named 'ptr'
  26. http11.c:299:23: error: 'struct RString' has no member named 'len'
  27. make: *** [http11.o] Error 1
  28.  
  29.  
  30. Gem files will remain installed in c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mongrel-1.1.5 for inspection.
  31. Results logged to c:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/mongrel-1.1.5/ext/http11/gem_make.out
  32.  
  33. Matheus@TETRAHELP03 ~/workspace/tetrawebtrack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement