Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2013
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.14 KB | None | 0 0
  1. Building native extensions.  This could take a while...
  2. ERROR:  Error installing libxml-ruby:
  3.         ERROR: Failed to build gem native extension.
  4.  
  5.     /usr/local/rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb
  6. extconf.rb:17:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
  7. extconf.rb:17:in `<main>': Use RbConfig instead of obsolete and deprecated Config.
  8. checking for socket() in -lsocket... no
  9. checking for gethostbyname() in -lnsl... yes
  10. checking for atan() in -lm... yes
  11. checking for inflate() in -lz... yes
  12. checking for iconv_open() in -liconv... no
  13. checking for libiconv_open() in -liconv... no
  14. checking for libiconv_open() in -llibiconv... no
  15. checking for iconv_open() in -llibiconv... no
  16. checking for iconv_open() in -lc... yes
  17. checking for xmlParseDoc() in -lxml2... yes
  18. checking for libxml/xmlversion.h... yes
  19. creating extconf.h
  20. creating Makefile
  21.  
  22. make
  23. compiling ruby_xml_xinclude.c
  24. compiling ruby_xml_parser_options.c
  25. compiling ruby_xml_sax_parser.c
  26. compiling ruby_xml_attr.c
  27. compiling ruby_xml_cbg.c
  28. compiling ruby_xml_schema.c
  29. compiling ruby_xml_xpointer.c
  30. compiling ruby_xml_reader.c
  31. ruby_xml_reader.c: In function ârxml_reader_read_inner_xmlâ:
  32. ruby_xml_reader.c:492:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  33. In file included from ruby_libxml.h:43:0,
  34.                  from ruby_xml_reader.c:4:
  35. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  36. ruby_xml_reader.c: In function ârxml_reader_read_outer_xmlâ:
  37. ruby_xml_reader.c:518:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  38. In file included from ruby_libxml.h:43:0,
  39.                  from ruby_xml_reader.c:4:
  40. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  41. ruby_xml_reader.c: In function ârxml_reader_read_stringâ:
  42. ruby_xml_reader.c:556:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  43. In file included from ruby_libxml.h:43:0,
  44.                  from ruby_xml_reader.c:4:
  45. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  46. ruby_xml_reader.c: In function ârxml_reader_nameâ:
  47. ruby_xml_reader.c:622:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  48. In file included from ruby_libxml.h:43:0,
  49.                  from ruby_xml_reader.c:4:
  50. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  51. ruby_xml_reader.c:622:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  52. In file included from ruby_libxml.h:43:0,
  53.                  from ruby_xml_reader.c:4:
  54. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  55. ruby_xml_reader.c: In function ârxml_reader_local_nameâ:
  56. ruby_xml_reader.c:637:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  57.  
  58. In file included from ruby_libxml.h:43:0,
  59.                  from ruby_xml_reader.c:4:
  60. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  61. ruby_xml_reader.c:637:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  62. In file included from ruby_libxml.h:43:0,
  63.                  from ruby_xml_reader.c:4:
  64. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  65. ruby_xml_reader.c: In function ârxml_reader_encodingâ:
  66. ruby_xml_reader.c:673:5: warning: pointer targets in passing argument 1 of âxmlParseCharEncodingâ differ in signedness [-Wpointer-sign]
  67. In file included from /usr/include/libxml/parser.h:810:0,
  68.                  from ruby_libxml.h:7,
  69.                  from ruby_xml_reader.c:4:
  70. /usr/include/libxml/encoding.h:194:2: note: expected âconst char *â but argument is of type âconst xmlChar *â
  71. ruby_xml_reader.c: In function ârxml_reader_base_uriâ:
  72. ruby_xml_reader.c:690:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  73. In file included from ruby_libxml.h:43:0,
  74.                  from ruby_xml_reader.c:4:
  75. ruby_xml_reader.c:690:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  76. In file included from ruby_libxml.h:43:0,
  77.                  from ruby_xml_reader.c:4:
  78. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  79. ruby_xml_reader.c: In function ârxml_reader_namespace_uriâ:
  80. ruby_xml_reader.c:705:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  81. In file included from ruby_libxml.h:43:0,
  82.                  from ruby_xml_reader.c:4:
  83. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  84. ruby_xml_reader.c:705:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  85. In file included from ruby_libxml.h:43:0,
  86.                  from ruby_xml_reader.c:4:
  87. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  88. ruby_xml_reader.c: In function ârxml_reader_valueâ:
  89. ruby_xml_reader.c:720:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  90. In file included from ruby_libxml.h:43:0,
  91.                  from ruby_xml_reader.c:4:
  92. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  93. ruby_xml_reader.c:720:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  94. In file included from ruby_libxml.h:43:0,
  95.                  from ruby_xml_reader.c:4:
  96. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  97. ruby_xml_reader.c: In function ârxml_reader_prefixâ:
  98. ruby_xml_reader.c:735:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  99. In file included from ruby_libxml.h:43:0,
  100.                  from ruby_xml_reader.c:4:
  101. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  102. ruby_xml_reader.c:735:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  103. In file included from ruby_libxml.h:43:0,
  104.                  from ruby_xml_reader.c:4:
  105. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  106. ruby_xml_reader.c: In function ârxml_reader_xml_langâ:
  107. ruby_xml_reader.c:791:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  108. In file included from ruby_libxml.h:43:0,
  109.                  from ruby_xml_reader.c:4:
  110. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  111. ruby_xml_reader.c:791:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  112. In file included from ruby_libxml.h:43:0,
  113.                  from ruby_xml_reader.c:4:
  114. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  115. ruby_xml_reader.c: In function ârxml_reader_xml_versionâ:
  116. ruby_xml_reader.c:806:3: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  117. In file included from ruby_libxml.h:43:0,
  118.                  from ruby_xml_reader.c:4:
  119. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  120. ruby_xml_reader.c:806:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  121. In file included from ruby_libxml.h:43:0,
  122.                  from ruby_xml_reader.c:4:
  123. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  124. ruby_xml_reader.c: In function ârxml_reader_attributeâ:
  125. ruby_xml_reader.c:859:5: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  126. In file included from ruby_libxml.h:43:0,
  127.                  from ruby_xml_reader.c:4:
  128. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âxmlChar *â
  129. ruby_xml_reader.c:859:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  130. In file included from ruby_libxml.h:43:0,
  131.                  from ruby_xml_reader.c:4:
  132. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  133. compiling ruby_xml.c
  134. ruby_xml.c: In function ârxml_default_tree_indent_string_setâ:
  135. ruby_xml.c:612:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  136. compiling ruby_xml_input_cbg.c
  137. compiling ruby_xml_namespace.c
  138. compiling ruby_xml_parser_context.c
  139. ruby_xml_parser_context.c: In function ârxml_parser_context_documentâ:
  140. ruby_xml_parser_context.c:53:3: warning: pointer targets in passing argument 4 of âxmlDocDumpFormatMemoryEncâ differ in signedness [-Wpointer-sign]
  141. In file included from /usr/include/libxml/parser.h:16:0,
  142.                  from ruby_libxml.h:7,
  143.                  from ruby_xml_parser_context.c:3:
  144. /usr/include/libxml/tree.h:1161:3: note: expected âconst char *â but argument is of type âconst xmlChar *â
  145. ruby_xml_parser_context.c: In function ârxml_parser_context_base_uri_getâ:
  146. ruby_xml_parser_context.c:191:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  147. In file included from ruby_libxml.h:43:0,
  148.                  from ruby_xml_parser_context.c:3:
  149. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  150. ruby_xml_parser_context.c: In function ârxml_parser_context_base_uri_setâ:
  151. ruby_xml_parser_context.c:211:28: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  152. ruby_xml_parser_context.c: In function ârxml_parser_context_data_directory_getâ:
  153. ruby_xml_parser_context.c:252:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  154. In file included from ruby_libxml.h:43:0,
  155.                  from ruby_xml_parser_context.c:3:
  156. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  157. ruby_xml_parser_context.c: In function ârxml_parser_context_encoding_getâ:
  158. ruby_xml_parser_context.c:356:3: warning: pointer targets in passing argument 1 of âxmlParseCharEncodingâ differ in signedness [-Wpointer-sign]
  159. In file included from /usr/include/libxml/parser.h:810:0,
  160.                  from ruby_libxml.h:7,
  161.                  from ruby_xml_parser_context.c:3:
  162. /usr/include/libxml/encoding.h:194:2: note: expected âconst char *â but argument is of type âconst xmlChar *â
  163. ruby_xml_parser_context.c: In function ârxml_parser_context_name_node_getâ:
  164. ruby_xml_parser_context.c:510:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  165. In file included from ruby_libxml.h:43:0,
  166.                  from ruby_xml_parser_context.c:3:
  167. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  168. ruby_xml_parser_context.c: In function ârxml_parser_context_name_tab_getâ:
  169. ruby_xml_parser_context.c:537:7: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  170. In file included from ruby_libxml.h:43:0,
  171.                  from ruby_xml_parser_context.c:3:
  172. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  173. ruby_xml_parser_context.c: In function ârxml_parser_context_options_setâ:
  174. ruby_xml_parser_context.c:629:7: warning: variable âresultâ set but not used [-Wunused-but-set-variable]
  175. ruby_xml_parser_context.c: In function ârxml_parser_context_subset_name_getâ:
  176. ruby_xml_parser_context.c:803:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  177. In file included from ruby_libxml.h:43:0,
  178.                  from ruby_xml_parser_context.c:3:
  179. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  180. ruby_xml_parser_context.c: In function ârxml_parser_context_subset_external_uri_getâ:
  181. ruby_xml_parser_context.c:822:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  182. In file included from ruby_libxml.h:43:0,
  183.                  from ruby_xml_parser_context.c:3:
  184. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  185. ruby_xml_parser_context.c: In function ârxml_parser_context_subset_external_system_id_getâ:
  186. ruby_xml_parser_context.c:841:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  187. In file included from ruby_libxml.h:43:0,
  188.                  from ruby_xml_parser_context.c:3:
  189. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  190. ruby_xml_parser_context.c: In function ârxml_parser_context_version_getâ:
  191. ruby_xml_parser_context.c:926:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  192. In file included from ruby_libxml.h:43:0,
  193.                  from ruby_xml_parser_context.c:3:
  194. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  195. compiling ruby_xml_attr_decl.c
  196. ruby_xml_attr_decl.c: In function ârxml_attr_decl_name_getâ:
  197. ruby_xml_attr_decl.c:57:5: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  198. In file included from ruby_libxml.h:43:0,
  199.                  from ruby_xml_attr_decl.c:12:
  200. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  201. compiling ruby_xml_xpath_context.c
  202. ruby_xml_xpath_context.c: In function ârxml_xpath_context_register_namespaces_from_nodeâ:
  203. ruby_xml_xpath_context.c:162:9: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  204. In file included from ruby_libxml.h:43:0,
  205.                  from ruby_xml_xpath_context.c:3:
  206. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  207. ruby_xml_xpath_context.c:163:9: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  208. In file included from ruby_libxml.h:43:0,
  209.                  from ruby_xml_xpath_context.c:3:
  210. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  211. ruby_xml_xpath_context.c: In function ârxml_xpath_context_register_namespacesâ:
  212. ruby_xml_xpath_context.c:218:7: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  213. In file included from ruby_libxml.h:43:0,
  214.                  from ruby_xml_xpath_context.c:3:
  215. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  216. compiling ruby_xml_io.c
  217. compiling libxml.c
  218. compiling ruby_xml_encoding.c
  219. compiling ruby_xml_namespaces.c
  220. compiling ruby_xml_html_parser_context.c
  221. ruby_xml_html_parser_context.c: In function ârxml_html_parser_context_options_setâ:
  222. ruby_xml_html_parser_context.c:307:7: warning: variable âresultâ set but not used [-Wunused-but-set-variable]
  223. compiling ruby_xml_error.c
  224. compiling ruby_xml_parser.c
  225. compiling ruby_xml_html_parser.c
  226. compiling ruby_xml_xpath_expression.c
  227. compiling ruby_xml_xpath.c
  228. ruby_xml_xpath.c: In function ârxml_xpath_to_valueâ:
  229. ruby_xml_xpath.c:107:7: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  230. In file included from ruby_libxml.h:43:0,
  231.                  from ruby_xml_xpath.c:77:
  232. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  233. compiling ruby_xml_sax2_handler.c
  234. ruby_xml_sax2_handler.c: In function âend_element_ns_callbackâ:
  235. ruby_xml_sax2_handler.c:82:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  236. In file included from ruby_libxml.h:43:0,
  237.                  from ruby_xml_sax2_handler.c:3:
  238. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  239. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness [-Wpointer-sign]
  240. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:51:0,
  241.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  242.                  from ruby_libxml.h:6,
  243.                  from ruby_xml_sax2_handler.c:3:
  244. /usr/include/string.h:395:15: note: expected âconst char *â but argument is of type âconst xmlChar *â
  245. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 2 of ârb_str_catâ differ in signedness [-Wpointer-sign]
  246. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  247.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  248.                  from ruby_libxml.h:6,
  249.                  from ruby_xml_sax2_handler.c:3:
  250. /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/intern.h:722:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  251. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 2 of ârb_str_cat2â differ in signedness [-Wpointer-sign]
  252. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  253.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  254.                  from ruby_libxml.h:6,
  255.                  from ruby_xml_sax2_handler.c:3:
  256. /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/intern.h:723:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  257. ruby_xml_sax2_handler.c:88:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  258. In file included from ruby_libxml.h:43:0,
  259.                  from ruby_xml_sax2_handler.c:3:
  260. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  261. ruby_xml_sax2_handler.c:94:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  262. In file included from ruby_libxml.h:43:0,
  263.                  from ruby_xml_sax2_handler.c:3:
  264. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  265. ruby_xml_sax2_handler.c:95:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  266. In file included from ruby_libxml.h:43:0,
  267.                  from ruby_xml_sax2_handler.c:3:
  268. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  269. ruby_xml_sax2_handler.c:96:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  270. In file included from ruby_libxml.h:43:0,
  271.                  from ruby_xml_sax2_handler.c:3:
  272. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  273. ruby_xml_sax2_handler.c: In function âstart_element_ns_callbackâ:
  274. ruby_xml_sax2_handler.c:205:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  275. In file included from ruby_libxml.h:43:0,
  276.                  from ruby_xml_sax2_handler.c:3:
  277. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  278. ruby_xml_sax2_handler.c:206:7: warning: pointer targets in passing argument 1 of ârxml_new_cstr_lenâ differ in signedness [-Wpointer-sign]
  279. In file included from ruby_libxml.h:43:0,
  280.                  from ruby_xml_sax2_handler.c:3:
  281. ruby_xml_encoding.h:12:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  282. ruby_xml_sax2_handler.c:217:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  283. In file included from ruby_libxml.h:43:0,
  284.                  from ruby_xml_sax2_handler.c:3:
  285. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  286. ruby_xml_sax2_handler.c:218:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  287. In file included from ruby_libxml.h:43:0,
  288.                  from ruby_xml_sax2_handler.c:3:
  289. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  290. ruby_xml_sax2_handler.c:229:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  291. In file included from ruby_libxml.h:43:0,
  292.                 from ruby_xml_sax2_handler.c:3:
  293. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  294. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 1 of âstrlenâ differ in signedness [-Wpointer-sign]
  295. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:51:0,
  296.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  297.                  from ruby_libxml.h:6,
  298.                  from ruby_xml_sax2_handler.c:3:
  299. /usr/include/string.h:395:15: note: expected âconst char *â but argument is of type âconst xmlChar *â
  300. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 2 of ârb_str_catâ differ in signedness [-Wpointer-sign]
  301. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  302.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  303.                  from ruby_libxml.h:6,
  304.                  from ruby_xml_sax2_handler.c:3:
  305. /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/intern.h:722:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  306. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 2 of ârb_str_cat2â differ in signedness [-Wpointer-sign]
  307. In file included from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  308.                  from /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby.h:33,
  309.                  from ruby_libxml.h:6,
  310.                  from ruby_xml_sax2_handler.c:3:
  311. /usr/local/rvm/rubies/ruby-2.0.0-p247/include/ruby-2.0.0/ruby/intern.h:723:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  312. ruby_xml_sax2_handler.c:235:7: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  313. In file included from ruby_libxml.h:43:0,
  314.                  from ruby_xml_sax2_handler.c:3:
  315. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  316. ruby_xml_sax2_handler.c:241:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  317. In file included from ruby_libxml.h:43:0,
  318.                  from ruby_xml_sax2_handler.c:3:
  319. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  320. ruby_xml_sax2_handler.c:243:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  321. In file included from ruby_libxml.h:43:0,
  322.                  from ruby_xml_sax2_handler.c:3:
  323. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  324. ruby_xml_sax2_handler.c:244:14: warning: pointer targets in passing argument 1 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  325. In file included from ruby_libxml.h:43:0,
  326.                  from ruby_xml_sax2_handler.c:3:
  327. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  328. compiling ruby_xml_html_parser_options.c
  329. compiling ruby_xml_attributes.c
  330. compiling ruby_xml_relaxng.c
  331. compiling ruby_xml_xpath_object.c
  332. ruby_xml_xpath_object.c: In function ârxml_xpath_object_stringâ:
  333. ruby_xml_xpath_object.c:295:3: warning: pointer targets in passing argument 2 of ârxml_new_cstrâ differ in signedness [-Wpointer-sign]
  334. In file included from ruby_libxml.h:43:0,
  335.                  from ruby_xml_xpath_object.c:1:
  336. ruby_xml_encoding.h:11:7: note: expected âconst char *â but argument is of type âconst xmlChar *â
  337. compiling ruby_xml_node.c
  338. ruby_xml_node.c: In function ârxml_node_to_sâ:
  339. ruby_xml_node.c:622:54: error: dereferencing pointer to incomplete type
  340. ruby_xml_node.c:624:56: error: dereferencing pointer to incomplete type
  341. make: *** [ruby_xml_node.o] Error 1
  342.  
  343.  
  344. Gem files will remain installed in /usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/libxml-ruby-2.3.3 for inspection.
  345. Results logged to /usr/local/rvm/rubies/ruby-2.0.0-p247/lib/ruby/gems/2.0.0/gems/libxml-ruby-2.3.3/ext/libxml/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement