Advertisement
Guest User

Untitled

a guest
Jul 30th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. /usr/bin/ruby1.9.1 extconf.rb
  2. checking for main() in -lc... yes
  3. creating Makefile
  4.  
  5. make
  6. compiling http11.c
  7. http11.c: In function ‘http_field’:
  8. http11.c:70:3: warning: format not a string literal and no format arguments [-Wformat-security]
  9. http11.c:71:3: warning: format not a string literal and no format arguments [-Wformat-security]
  10. http11.c:77:22: error: ‘struct RString’ has no member named ‘ptr’
  11. http11.c:77:50: error: ‘struct RString’ has no member named ‘len’
  12. http11.c: In function ‘request_uri’:
  13. http11.c:102:3: warning: format not a string literal and no format arguments [-Wformat-security]
  14. http11.c: In function ‘fragment’:
  15. http11.c:113:3: warning: format not a string literal and no format arguments [-Wformat-security]
  16. http11.c: In function ‘request_path’:
  17. http11.c:124:3: warning: format not a string literal and no format arguments [-Wformat-security]
  18. http11.c: In function ‘query_string’:
  19. http11.c:135:3: warning: format not a string literal and no format arguments [-Wformat-security]
  20. http11.c: In function ‘header_done’:
  21. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  22. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  23. http11.c:172:13: error: ‘struct RString’ has no member named ‘ptr’
  24. http11.c:174:89: error: ‘struct RString’ has no member named ‘ptr’
  25. http11.c:176:52: error: ‘struct RString’ has no member named ‘ptr’
  26. http11.c:177:26: error: ‘struct RString’ has no member named ‘len’
  27. http11.c: In function ‘HttpParser_execute’:
  28. http11.c:298:23: error: ‘struct RString’ has no member named ‘ptr’
  29. http11.c:299:23: error: ‘struct RString’ has no member named ‘len’
  30. http11.c:307:5: warning: format not a string literal and no format arguments [-Wformat-security]
  31. make: *** [http11.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement