Advertisement
Guest User

Untitled

a guest
Dec 12th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.27 KB | None | 0 0
  1. C:/Ruby200/bin/ruby.exe extconf.rb with-xml2-include=C:\Ruby200\include\libxml2 --with-iconv-include=C:\Ruby200\include
  2. checking for socket() in -lsocket... no
  3. checking for gethostbyname() in -lnsl... no
  4. checking for atan() in -lm... yes
  5. checking for inflate() in -lz... no
  6. checking for inflate() in -lzlib... no
  7. checking for inflate() in -lzlib1... yes
  8. checking for iconv_open() in -liconv... no
  9. checking for libiconv_open() in -liconv... no
  10. checking for libiconv_open() in -llibiconv... no
  11. checking for iconv_open() in -llibiconv... no
  12. checking for iconv_open() in -lc... no
  13. checking for iconv_open() in -lrecode... no
  14. checking for main() in -liconv... yes
  15. checking for xmlParseDoc() in -lxml2... no
  16. checking for xmlParseDoc() in -llibxml2... yes
  17. checking for libxml/xmlversion.h... yes
  18. checking for rb_io_bufwrite() in ruby/io.h... yes
  19. creating extconf.h
  20. creating Makefile
  21.  
  22. make "DESTDIR="
  23. compiling libxml.c
  24. compiling ruby_xml.c
  25. ruby_xml.c: In function 'rxml_default_tree_indent_string_set':
  26. ruby_xml.c:612:23: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  27. compiling ruby_xml_attr.c
  28. compiling ruby_xml_attributes.c
  29. compiling ruby_xml_attr_decl.c
  30. ruby_xml_attr_decl.c: In function 'rxml_attr_decl_name_get':
  31. ruby_xml_attr_decl.c:57:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  32. In file included from ruby_libxml.h:43:0,
  33. from ruby_xml_attr_decl.c:12:
  34. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  35. compiling ruby_xml_cbg.c
  36. compiling ruby_xml_document.c
  37. ruby_xml_document.c: In function 'rxml_document_canonicalize':
  38. ruby_xml_document.c:199:7: warning: variable 'length' set but not used [-Wunused-but-set-variable]
  39. ruby_xml_document.c: In function 'rxml_document_root_set':
  40. ruby_xml_document.c:756:14: warning: variable 'xroot' set but not used [-Wunused-but-set-variable]
  41. ruby_xml_document.c: In function 'rxml_document_save':
  42. ruby_xml_document.c:804:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  43. compiling ruby_xml_dtd.c
  44. compiling ruby_xml_encoding.c
  45. compiling ruby_xml_error.c
  46. compiling ruby_xml_html_parser.c
  47. compiling ruby_xml_html_parser_context.c
  48. ruby_xml_html_parser_context.c: In function 'rxml_html_parser_context_options_set':
  49. ruby_xml_html_parser_context.c:307:7: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  50. compiling ruby_xml_html_parser_options.c
  51. compiling ruby_xml_input_cbg.c
  52. compiling ruby_xml_io.c
  53. ruby_xml_io.c: In function 'rxml_write_callback':
  54. ruby_xml_io.c:40:3: warning: implicit declaration of function 'rb_io_bufwrite' [-Wimplicit-function-declaration]
  55. compiling ruby_xml_namespace.c
  56. compiling ruby_xml_namespaces.c
  57. compiling ruby_xml_node.c
  58. compiling ruby_xml_parser.c
  59. compiling ruby_xml_parser_context.c
  60. ruby_xml_parser_context.c: In function 'rxml_parser_context_document':
  61. ruby_xml_parser_context.c:53:3: warning: pointer targets in passing argument 4 of 'xmlDocDumpFormatMemoryEnc' differ in signedness [-Wpointer-sign]
  62. In file included from C:\Ruby200\include/libxml/parser.h:16:0,
  63. from ruby_libxml.h:7,
  64. from ruby_xml_parser_context.c:3:
  65. C:\Ruby200\include/libxml/tree.h:1116:3: note: expected 'const char *' but argument is of type 'const xmlChar *'
  66. ruby_xml_parser_context.c: In function 'rxml_parser_context_base_uri_get':
  67. ruby_xml_parser_context.c:191:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  68. In file included from ruby_libxml.h:43:0,
  69. from ruby_xml_parser_context.c:3:
  70. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  71. ruby_xml_parser_context.c: In function 'rxml_parser_context_base_uri_set':
  72. ruby_xml_parser_context.c:211:28: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
  73. ruby_xml_parser_context.c: In function 'rxml_parser_context_data_directory_get':
  74. ruby_xml_parser_context.c:252:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  75. In file included from ruby_libxml.h:43:0,
  76. from ruby_xml_parser_context.c:3:
  77. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  78. ruby_xml_parser_context.c: In function 'rxml_parser_context_encoding_get':
  79. ruby_xml_parser_context.c:356:3: warning: pointer targets in passing argument 1 of 'xmlParseCharEncoding' differ in signedness [-Wpointer-sign]
  80. In file included from C:\Ruby200\include/libxml/parser.h:807:0,
  81. from ruby_libxml.h:7,
  82. from ruby_xml_parser_context.c:3:
  83. C:\Ruby200\include/libxml/encoding.h:194:2: note: expected 'const char *' but argument is of type 'const xmlChar *'
  84. ruby_xml_parser_context.c: In function 'rxml_parser_context_name_node_get':
  85. ruby_xml_parser_context.c:510:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  86. In file included from ruby_libxml.h:43:0,
  87. from ruby_xml_parser_context.c:3:
  88. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  89. ruby_xml_parser_context.c: In function 'rxml_parser_context_name_tab_get':
  90. ruby_xml_parser_context.c:537:7: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  91. In file included from ruby_libxml.h:43:0,
  92. from ruby_xml_parser_context.c:3:
  93. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  94. ruby_xml_parser_context.c: In function 'rxml_parser_context_options_set':
  95. ruby_xml_parser_context.c:629:7: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  96. ruby_xml_parser_context.c: In function 'rxml_parser_context_subset_name_get':
  97. ruby_xml_parser_context.c:803:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  98. In file included from ruby_libxml.h:43:0,
  99. from ruby_xml_parser_context.c:3:
  100. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  101. ruby_xml_parser_context.c: In function 'rxml_parser_context_subset_external_uri_get':
  102. ruby_xml_parser_context.c:822:5: 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_parser_context.c:3:
  105. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  106. ruby_xml_parser_context.c: In function 'rxml_parser_context_subset_external_system_id_get':
  107. ruby_xml_parser_context.c:841:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  108. In file included from ruby_libxml.h:43:0,
  109. from ruby_xml_parser_context.c:3:
  110. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  111. ruby_xml_parser_context.c: In function 'rxml_parser_context_version_get':
  112. ruby_xml_parser_context.c:926:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  113. In file included from ruby_libxml.h:43:0,
  114. from ruby_xml_parser_context.c:3:
  115. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  116. compiling ruby_xml_parser_options.c
  117. compiling ruby_xml_reader.c
  118. ruby_xml_reader.c: In function 'rxml_reader_read_inner_xml':
  119. ruby_xml_reader.c:531:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  120. In file included from ruby_libxml.h:43:0,
  121. from ruby_xml_reader.c:4:
  122. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  123. ruby_xml_reader.c: In function 'rxml_reader_read_outer_xml':
  124. ruby_xml_reader.c:557:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  125. In file included from ruby_libxml.h:43:0,
  126. from ruby_xml_reader.c:4:
  127. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  128. ruby_xml_reader.c: In function 'rxml_reader_read_string':
  129. ruby_xml_reader.c:595: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. ruby_xml_reader.c: In function 'rxml_reader_name':
  134. ruby_xml_reader.c:661:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  135. In file included from ruby_libxml.h:43:0,
  136. from ruby_xml_reader.c:4:
  137. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  138. ruby_xml_reader.c:661:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  139. In file included from ruby_libxml.h:43:0,
  140. from ruby_xml_reader.c:4:
  141. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  142. ruby_xml_reader.c: In function 'rxml_reader_local_name':
  143. ruby_xml_reader.c:676:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  144. In file included from ruby_libxml.h:43:0,
  145. from ruby_xml_reader.c:4:
  146. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  147. ruby_xml_reader.c:676:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  148. In file included from ruby_libxml.h:43:0,
  149. from ruby_xml_reader.c:4:
  150. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  151. ruby_xml_reader.c: In function 'rxml_reader_encoding':
  152. ruby_xml_reader.c:712:5: warning: pointer targets in passing argument 1 of 'xmlParseCharEncoding' differ in signedness [-Wpointer-sign]
  153. In file included from C:\Ruby200\include/libxml/parser.h:807:0,
  154. from ruby_libxml.h:7,
  155. from ruby_xml_reader.c:4:
  156. C:\Ruby200\include/libxml/encoding.h:194:2: note: expected 'const char *' but argument is of type 'const xmlChar *'
  157. ruby_xml_reader.c: In function 'rxml_reader_base_uri':
  158. ruby_xml_reader.c:729:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  159. In file included from ruby_libxml.h:43:0,
  160. from ruby_xml_reader.c:4:
  161. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  162. ruby_xml_reader.c:729:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  163. In file included from ruby_libxml.h:43:0,
  164. from ruby_xml_reader.c:4:
  165. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  166. ruby_xml_reader.c: In function 'rxml_reader_namespace_uri':
  167. ruby_xml_reader.c:744:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  168. In file included from ruby_libxml.h:43:0,
  169. from ruby_xml_reader.c:4:
  170. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  171. ruby_xml_reader.c:744:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  172. In file included from ruby_libxml.h:43:0,
  173. from ruby_xml_reader.c:4:
  174. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  175. ruby_xml_reader.c: In function 'rxml_reader_value':
  176. ruby_xml_reader.c:759:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  177. In file included from ruby_libxml.h:43:0,
  178. from ruby_xml_reader.c:4:
  179. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  180. ruby_xml_reader.c:759:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  181. In file included from ruby_libxml.h:43:0,
  182. from ruby_xml_reader.c:4:
  183. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  184. ruby_xml_reader.c: In function 'rxml_reader_prefix':
  185. ruby_xml_reader.c:774:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  186. In file included from ruby_libxml.h:43:0,
  187. from ruby_xml_reader.c:4:
  188. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  189. ruby_xml_reader.c:774:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  190. In file included from ruby_libxml.h:43:0,
  191. from ruby_xml_reader.c:4:
  192. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  193. ruby_xml_reader.c: In function 'rxml_reader_xml_lang':
  194. ruby_xml_reader.c:830:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  195. In file included from ruby_libxml.h:43:0,
  196. from ruby_xml_reader.c:4:
  197. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  198. ruby_xml_reader.c:830:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  199. In file included from ruby_libxml.h:43:0,
  200. from ruby_xml_reader.c:4:
  201. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  202. ruby_xml_reader.c: In function 'rxml_reader_xml_version':
  203. ruby_xml_reader.c:845:3: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  204. In file included from ruby_libxml.h:43:0,
  205. from ruby_xml_reader.c:4:
  206. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  207. ruby_xml_reader.c:845:3: 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_reader.c:4:
  210. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  211. ruby_xml_reader.c: In function 'rxml_reader_attribute':
  212. ruby_xml_reader.c:898:5: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  213. In file included from ruby_libxml.h:43:0,
  214. from ruby_xml_reader.c:4:
  215. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  216. ruby_xml_reader.c:898:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  217. In file included from ruby_libxml.h:43:0,
  218. from ruby_xml_reader.c:4:
  219. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  220. ruby_xml_reader.c: In function 'rxml_reader_get_attribute':
  221. ruby_xml_reader.c:922:5: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  222. In file included from ruby_libxml.h:43:0,
  223. from ruby_xml_reader.c:4:
  224. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  225. ruby_xml_reader.c:922:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  226. In file included from ruby_libxml.h:43:0,
  227. from ruby_xml_reader.c:4:
  228. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  229. ruby_xml_reader.c: In function 'rxml_reader_get_attribute_no':
  230. ruby_xml_reader.c:945:5: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  231. In file included from ruby_libxml.h:43:0,
  232. from ruby_xml_reader.c:4:
  233. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  234. ruby_xml_reader.c:945:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  235. In file included from ruby_libxml.h:43:0,
  236. from ruby_xml_reader.c:4:
  237. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  238. ruby_xml_reader.c: In function 'rxml_reader_get_attribute_ns':
  239. ruby_xml_reader.c:963:5: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  240. In file included from ruby_libxml.h:43:0,
  241. from ruby_xml_reader.c:4:
  242. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  243. ruby_xml_reader.c:963:5: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  244. In file included from ruby_libxml.h:43:0,
  245. from ruby_xml_reader.c:4:
  246. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  247. compiling ruby_xml_relaxng.c
  248. compiling ruby_xml_sax2_handler.c
  249. ruby_xml_sax2_handler.c: In function 'end_element_ns_callback':
  250. ruby_xml_sax2_handler.c:82:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  251. In file included from ruby_libxml.h:43:0,
  252. from ruby_xml_sax2_handler.c:3:
  253. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  254. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  255. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:51:0,
  256. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  257. from ruby_libxml.h:6,
  258. from ruby_xml_sax2_handler.c:3:
  259. c:\devkit\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/string.h:54:18: note: expected 'const char *' but argument is of type 'const xmlChar *'
  260. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 2 of 'rb_str_cat' differ in signedness [-Wpointer-sign]
  261. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  262. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  263. from ruby_libxml.h:6,
  264. from ruby_xml_sax2_handler.c:3:
  265. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:724:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  266. ruby_xml_sax2_handler.c:84:7: warning: pointer targets in passing argument 2 of 'rb_str_cat2' differ in signedness [-Wpointer-sign]
  267. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  268. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  269. from ruby_libxml.h:6,
  270. from ruby_xml_sax2_handler.c:3:
  271. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:725:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  272. ruby_xml_sax2_handler.c:88:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  273. In file included from ruby_libxml.h:43:0,
  274. from ruby_xml_sax2_handler.c:3:
  275. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  276. ruby_xml_sax2_handler.c:94:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  277. In file included from ruby_libxml.h:43:0,
  278. from ruby_xml_sax2_handler.c:3:
  279. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  280. ruby_xml_sax2_handler.c:95:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  281. In file included from ruby_libxml.h:43:0,
  282. from ruby_xml_sax2_handler.c:3:
  283. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  284. ruby_xml_sax2_handler.c:96:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  285. In file included from ruby_libxml.h:43:0,
  286. from ruby_xml_sax2_handler.c:3:
  287. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  288. ruby_xml_sax2_handler.c: In function 'start_element_ns_callback':
  289. ruby_xml_sax2_handler.c:205:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  290. In file included from ruby_libxml.h:43:0,
  291. from ruby_xml_sax2_handler.c:3:
  292. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  293. ruby_xml_sax2_handler.c:206:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr_len' differ in signedness [-Wpointer-sign]
  294. In file included from ruby_libxml.h:43:0,
  295. from ruby_xml_sax2_handler.c:3:
  296. ruby_xml_encoding.h:12:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  297. ruby_xml_sax2_handler.c:217:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  298. In file included from ruby_libxml.h:43:0,
  299. from ruby_xml_sax2_handler.c:3:
  300. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  301. ruby_xml_sax2_handler.c:218:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  302. In file included from ruby_libxml.h:43:0,
  303. from ruby_xml_sax2_handler.c:3:
  304. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  305. ruby_xml_sax2_handler.c:229:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  306. In file included from ruby_libxml.h:43:0,
  307. from ruby_xml_sax2_handler.c:3:
  308. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  309. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  310. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:51:0,
  311. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  312. from ruby_libxml.h:6,
  313. from ruby_xml_sax2_handler.c:3:
  314. c:\devkit\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/string.h:54:18: note: expected 'const char *' but argument is of type 'const xmlChar *'
  315. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 2 of 'rb_str_cat' differ in signedness [-Wpointer-sign]
  316. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  317. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  318. from ruby_libxml.h:6,
  319. from ruby_xml_sax2_handler.c:3:
  320. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:724:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  321. ruby_xml_sax2_handler.c:231:7: warning: pointer targets in passing argument 2 of 'rb_str_cat2' differ in signedness [-Wpointer-sign]
  322. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  323. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  324. from ruby_libxml.h:6,
  325. from ruby_xml_sax2_handler.c:3:
  326. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:725:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  327. ruby_xml_sax2_handler.c:235:7: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  328. In file included from ruby_libxml.h:43:0,
  329. from ruby_xml_sax2_handler.c:3:
  330. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  331. ruby_xml_sax2_handler.c:241:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  332. In file included from ruby_libxml.h:43:0,
  333. from ruby_xml_sax2_handler.c:3:
  334. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  335. ruby_xml_sax2_handler.c:243:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  336. In file included from ruby_libxml.h:43:0,
  337. from ruby_xml_sax2_handler.c:3:
  338. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  339. ruby_xml_sax2_handler.c:244:14: warning: pointer targets in passing argument 1 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  340. In file included from ruby_libxml.h:43:0,
  341. from ruby_xml_sax2_handler.c:3:
  342. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  343. compiling ruby_xml_sax_parser.c
  344. compiling ruby_xml_schema.c
  345. ruby_xml_schema.c: In function 'storeType':
  346. ruby_xml_schema.c:210:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  347. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:51:0,
  348. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  349. from ruby_libxml.h:6,
  350. from ruby_xml_schema.c:1:
  351. c:\devkit\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/string.h:54:18: note: expected 'const char *' but argument is of type 'xmlChar *'
  352. ruby_xml_schema.c:210:3: warning: pointer targets in passing argument 1 of 'rb_str_new' differ in signedness [-Wpointer-sign]
  353. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  354. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  355. from ruby_libxml.h:6,
  356. from ruby_xml_schema.c:1:
  357. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:674:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  358. ruby_xml_schema.c:210:3: warning: pointer targets in passing argument 1 of 'rb_str_new_cstr' differ in signedness [-Wpointer-sign]
  359. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  360. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  361. from ruby_libxml.h:6,
  362. from ruby_xml_schema.c:1:
  363. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:675:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  364. ruby_xml_schema.c: In function 'storeElement':
  365. ruby_xml_schema.c:240:3: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  366. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:51:0,
  367. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  368. from ruby_libxml.h:6,
  369. from ruby_xml_schema.c:1:
  370. c:\devkit\mingw\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/string.h:54:18: note: expected 'const char *' but argument is of type 'xmlChar *'
  371. ruby_xml_schema.c:240:3: warning: pointer targets in passing argument 1 of 'rb_str_new' differ in signedness [-Wpointer-sign]
  372. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  373. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  374. from ruby_libxml.h:6,
  375. from ruby_xml_schema.c:1:
  376. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:674:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  377. ruby_xml_schema.c:240:3: warning: pointer targets in passing argument 1 of 'rb_str_new_cstr' differ in signedness [-Wpointer-sign]
  378. In file included from c:/Ruby200/include/ruby-2.0.0/ruby/ruby.h:1568:0,
  379. from c:/Ruby200/include/ruby-2.0.0/ruby.h:33,
  380. from ruby_libxml.h:6,
  381. from ruby_xml_schema.c:1:
  382. c:/Ruby200/include/ruby-2.0.0/ruby/intern.h:675:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  383. compiling ruby_xml_schema_attribute.c
  384. compiling ruby_xml_schema_element.c
  385. compiling ruby_xml_schema_facet.c
  386. compiling ruby_xml_schema_type.c
  387. compiling ruby_xml_writer.c
  388. ruby_xml_writer.c: In function 'rxml_writer_flush':
  389. ruby_xml_writer.c:260:9: warning: pointer targets in passing argument 1 of 'rb_external_str_new_with_enc' differ in signedness [-Wpointer-sign]
  390. In file included from ruby_libxml.h:26:0,
  391. from ruby_xml_writer.c:1:
  392. c:/Ruby200/include/ruby-2.0.0/ruby/encoding.h:110:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  393. ruby_xml_writer.c: In function 'rxml_writer_result':
  394. ruby_xml_writer.c:288:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  395. ruby_xml_writer.c:296:13: warning: pointer targets in passing argument 1 of 'rb_external_str_new_with_enc' differ in signedness [-Wpointer-sign]
  396. In file included from ruby_libxml.h:26:0,
  397. from ruby_xml_writer.c:1:
  398. c:/Ruby200/include/ruby-2.0.0/ruby/encoding.h:110:7: note: expected 'const char *' but argument is of type 'xmlChar *'
  399. ruby_xml_writer.c: In function 'numeric_rxml_writer_va_strings':
  400. ruby_xml_writer.c:348:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  401. compiling ruby_xml_xinclude.c
  402. compiling ruby_xml_xpath.c
  403. ruby_xml_xpath.c: In function 'rxml_xpath_to_value':
  404. ruby_xml_xpath.c:108:7: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  405. In file included from ruby_libxml.h:43:0,
  406. from ruby_xml_xpath.c:78:
  407. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  408. compiling ruby_xml_xpath_context.c
  409. ruby_xml_xpath_context.c: In function 'rxml_xpath_context_register_namespaces_from_node':
  410. ruby_xml_xpath_context.c:162:9: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  411. In file included from ruby_libxml.h:43:0,
  412. from ruby_xml_xpath_context.c:3:
  413. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  414. ruby_xml_xpath_context.c:163:9: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  415. In file included from ruby_libxml.h:43:0,
  416. from ruby_xml_xpath_context.c:3:
  417. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  418. ruby_xml_xpath_context.c: In function 'rxml_xpath_context_register_namespaces':
  419. ruby_xml_xpath_context.c:218:7: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  420. In file included from ruby_libxml.h:43:0,
  421. from ruby_xml_xpath_context.c:3:
  422. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  423. compiling ruby_xml_xpath_expression.c
  424. compiling ruby_xml_xpath_object.c
  425. ruby_xml_xpath_object.c: In function 'rxml_xpath_object_string':
  426. ruby_xml_xpath_object.c:297:3: warning: pointer targets in passing argument 2 of 'rxml_new_cstr' differ in signedness [-Wpointer-sign]
  427. In file included from ruby_libxml.h:43:0,
  428. from ruby_xml_xpath_object.c:1:
  429. ruby_xml_encoding.h:11:7: note: expected 'const char *' but argument is of type 'const xmlChar *'
  430. compiling ruby_xml_xpointer.c
  431. linking shared-object libxml_ruby.so
  432. ruby_xml_attr.o: In function `rxml_attr_value_get':
  433. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_attr.c:289: undefined reference to `_imp__xmlFree'
  434. ruby_xml_document.o: In function `rxml_document_encoding_set':
  435. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_document.c:535: undefined reference to `_imp__xmlFree'
  436. ruby_xml_document.o: In function `rxml_document_canonicalize':
  437. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_document.c:338: undefined reference to `_imp__xmlFree'
  438. ruby_xml_document.o: In function `rxml_document_to_s':
  439. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_document.c:900: undefined reference to `_imp__xmlFree'
  440. ruby_xml_dtd.o: In function `rxml_dtd_initialize':
  441. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_dtd.c:245: undefined reference to `_imp__xmlFree'
  442. ruby_xml_namespaces.o:C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_namespaces.c:132: more undefined references to `_imp__xmlFree' follow
  443. ruby_xml_node.o: In function `rxml_node_output_escaping_q':
  444. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1205: undefined reference to `_imp__xmlStringTextNoenc'
  445. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1224: undefined reference to `_imp__xmlStringTextNoenc'
  446. ruby_xml_node.o: In function `rxml_node_lang_get':
  447. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:737: undefined reference to `_imp__xmlFree'
  448. ruby_xml_node.o: In function `rxml_node_content_stripped_get':
  449. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:433: undefined reference to `_imp__xmlFree'
  450. ruby_xml_node.o: In function `rxml_node_content_get':
  451. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:385: undefined reference to `_imp__xmlFree'
  452. ruby_xml_node.o: In function `rxml_node_base_uri_get':
  453. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:341: undefined reference to `_imp__xmlFree'
  454. ruby_xml_node.o: In function `rxml_node_output_escaping_set':
  455. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1257: undefined reference to `_imp__xmlStringText'
  456. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1257: undefined reference to `_imp__xmlStringTextNoenc'
  457. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1252: undefined reference to `_imp__xmlStringText'
  458. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_node.c:1252: undefined reference to `_imp__xmlStringTextNoenc'
  459. ruby_xml_parser_context.o: In function `rxml_parser_context_encoding_set':
  460. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_parser_context.c:382: undefined reference to `_imp__xmlFree'
  461. ruby_xml_reader.o: In function `rxml_reader_read_string':
  462. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_reader.c:596: undefined reference to `_imp__xmlFree'
  463. ruby_xml_reader.o: In function `rxml_reader_read_outer_xml':
  464. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_reader.c:558: undefined reference to `_imp__xmlFree'
  465. ruby_xml_reader.o: In function `rxml_reader_read_inner_xml':
  466. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_reader.c:532: undefined reference to `_imp__xmlFree'
  467. ruby_xml_reader.o: In function `rxml_reader_lookup_namespace':
  468. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_reader.c:986: undefined reference to `_imp__xmlFree'
  469. ruby_xml_reader.o:C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_reader.c:964: more undefined references to `_imp__xmlFree' follow
  470. ruby_xml_sax_parser.o: In function `rxml_sax_parser_parse':
  471. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_sax_parser.c:89: undefined reference to `_imp__xmlMalloc'
  472. ruby_xml_schema_attribute.o: In function `rxml_schema_attribute_free':
  473. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_schema_attribute.c:10: undefined reference to `_imp__xmlFree'
  474. ruby_xml_schema_element.o: In function `rxml_schema_element_free':
  475. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_schema_element.c:10: undefined reference to `_imp__xmlFree'
  476. ruby_xml_schema_facet.o: In function `rxml_schema_facet_free':
  477. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_schema_facet.c:9: undefined reference to `_imp__xmlFree'
  478. ruby_xml_schema_type.o: In function `rxml_schema_type_free':
  479. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_schema_type.c:15: undefined reference to `_imp__xmlFree'
  480. ruby_xml_schema_type.o: In function `rxmlSchemaCollectElements':
  481. C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_schema_type.c:153: undefined reference to `_imp__xmlFree'
  482. ruby_xml_xpath_context.o:C:\Ruby200\lib\ruby\gems\2.0.0\gems\libxml-ruby-2.8.0\ext\libxml/ruby_xml_xpath_context.c:168: more undefined references to `_imp__xmlFree' follow
  483. collect2.exe: error: ld returned 1 exit status
  484. make: *** [libxml_ruby.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement