Advertisement
Guest User

Untitled

a guest
Jul 26th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.58 KB | None | 0 0
  1. $ LC=ALL=C LANG=C makepkg -s
  2. ==> Making package: pygi 0.6.0-1 (Tue Jul 26 20:02:31 CEST 2011)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6. -> Found pygi-0.6.0.tar.gz
  7. ==> Validating source files with md5sums...
  8. pygi-0.6.0.tar.gz ... Passed
  9. ==> Extracting Sources...
  10. -> Extracting pygi-0.6.0.tar.gz with bsdtar
  11. ==> Removing existing pkg/ directory...
  12. ==> Starting build()...
  13. configure: WARNING: unrecognized options: --disable-scrollkeeper
  14. checking for a BSD-compatible install... /bin/install -c
  15. checking whether build environment is sane... yes
  16. checking for a thread-safe mkdir -p... /bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether to enable maintainer-specific portions of Makefiles... no
  20. checking for style of include used by make... GNU
  21. checking for gcc... gcc
  22. checking for C compiler default output file name... a.out
  23. checking whether the C compiler works... yes
  24. checking whether we are cross compiling... no
  25. checking for suffix of executables...
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking dependency style of gcc... gcc3
  31. checking for library containing strerror... none required
  32. checking for gcc... (cached) gcc
  33. checking whether we are using the GNU C compiler... (cached) yes
  34. checking whether gcc accepts -g... (cached) yes
  35. checking for gcc option to accept ISO C89... (cached) none needed
  36. checking dependency style of gcc... (cached) gcc3
  37. checking for gcc... (cached) gcc
  38. checking whether we are using the GNU C compiler... (cached) yes
  39. checking whether gcc accepts -g... (cached) yes
  40. checking for gcc option to accept ISO C89... (cached) none needed
  41. checking dependency style of gcc... (cached) gcc3
  42. checking how to run the C preprocessor... gcc -E
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking build system type... x86_64-unknown-linux-gnu
  47. checking host system type... x86_64-unknown-linux-gnu
  48. checking for a sed that does not truncate output... /bin/sed
  49. checking for fgrep... /bin/grep -F
  50. checking for ld used by gcc... /usr/bin/ld
  51. checking if the linker (/usr/bin/ld) is GNU ld... yes
  52. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  53. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  54. checking whether ln -s works... yes
  55. checking the maximum length of command line arguments... 1572864
  56. checking whether the shell understands some XSI constructs... yes
  57. checking whether the shell understands "+="... yes
  58. checking for /usr/bin/ld option to reload object files... -r
  59. checking for objdump... objdump
  60. checking how to recognize dependent libraries... pass_all
  61. checking for ar... ar
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if gcc supports -fno-rtti -fno-exceptions... no
  77. checking for gcc option to produce PIC... -fPIC -DPIC
  78. checking if gcc PIC flag -fPIC -DPIC works... yes
  79. checking if gcc static flag -static works... yes
  80. checking if gcc supports -c -o file.o... yes
  81. checking if gcc supports -c -o file.o... (cached) yes
  82. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking for a Python interpreter with version >= 2.5.2... python
  91. checking for python... /usr/bin/python
  92. checking for python version... 3.2
  93. checking for python platform... linux2
  94. checking for python script directory... ${prefix}/lib/python3.2/site-packages
  95. checking for python extension module directory... ${exec_prefix}/lib/python3.2/site-packages
  96. checking for python3.2-config... /usr/bin/python3.2-config
  97. checking Python.h usability... yes
  98. checking Python.h presence... yes
  99. checking for Python.h... yes
  100. checking for pkg-config... /usr/bin/pkg-config
  101. checking pkg-config is at least version 0.9.0... yes
  102. checking for FFI... yes
  103. checking for GNOME... yes
  104. configure: creating ./config.status
  105. config.status: creating Makefile
  106. config.status: creating examples/Makefile
  107. config.status: creating gi/Makefile
  108. config.status: creating gi/repository/Makefile
  109. config.status: creating gi/overrides/Makefile
  110. config.status: creating tests/Makefile
  111. config.status: creating config.h
  112. config.status: config.h is unchanged
  113. config.status: executing depfiles commands
  114. config.status: executing libtool commands
  115. configure: WARNING: unrecognized options: --disable-scrollkeeper
  116. make all-recursive
  117. make[1]: Entering directory `/tmp/pygi/src/pygi-0.6.0'
  118. Making all in gi
  119. make[2]: Entering directory `/tmp/pygi/src/pygi-0.6.0/gi'
  120. Making all in repository
  121. make[3]: Entering directory `/tmp/pygi/src/pygi-0.6.0/gi/repository'
  122. make[3]: Nothing to be done for `all'.
  123. make[3]: Leaving directory `/tmp/pygi/src/pygi-0.6.0/gi/repository'
  124. Making all in overrides
  125. make[3]: Entering directory `/tmp/pygi/src/pygi-0.6.0/gi/overrides'
  126. make[3]: Nothing to be done for `all'.
  127. make[3]: Leaving directory `/tmp/pygi/src/pygi-0.6.0/gi/overrides'
  128. make[3]: Entering directory `/tmp/pygi/src/pygi-0.6.0/gi'
  129. CC pygi-repository.lo
  130. CC pygi-info.lo
  131. CC pygi-struct.lo
  132. CC pygi-argument.lo
  133. CC pygi-type.lo
  134. pygi-info.c: In function '_base_info_dealloc':
  135. pygi-info.c:77:9: error: 'PyGIBaseInfo' has no member named 'ob_type'
  136. pygi-info.c: In function '_base_info_repr':
  137. pygi-info.c:92:37: error: 'PyGIBaseInfo' has no member named 'ob_type'
  138. pygi-info.c: At top level:
  139. pygi-info.c:100:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  140. pygi-info.c:100:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_basicsize') [enabled by default]
  141. pygi-info.c:103:5: warning: initialization from incompatible pointer type [enabled by default]
  142. pygi-info.c:103:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_print') [enabled by default]
  143. pygi-info.c:104:5: warning: initialization from incompatible pointer type [enabled by default]
  144. pygi-info.c:104:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_getattr') [enabled by default]
  145. pygi-info.c:105:5: warning: initialization from incompatible pointer type [enabled by default]
  146. pygi-info.c:105:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_setattr') [enabled by default]
  147. pygi-info.c:107:6: error: 'cmpfunc' undeclared here (not in a function)
  148. pygi-info.c:108:5: warning: initialization from incompatible pointer type [enabled by default]
  149. pygi-info.c:108:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_as_number') [enabled by default]
  150. pygi-info.c:112:5: warning: initialization from incompatible pointer type [enabled by default]
  151. pygi-info.c:112:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_call') [enabled by default]
  152. pygi-info.c:113:5: warning: initialization from incompatible pointer type [enabled by default]
  153. pygi-info.c:113:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_str') [enabled by default]
  154. pygi-info.c:114:5: warning: initialization from incompatible pointer type [enabled by default]
  155. pygi-info.c:114:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_getattro') [enabled by default]
  156. pygi-info.c:115:5: warning: initialization from incompatible pointer type [enabled by default]
  157. pygi-info.c:115:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_setattro') [enabled by default]
  158. pygi-info.c:116:5: warning: initialization from incompatible pointer type [enabled by default]
  159. pygi-info.c:116:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_as_buffer') [enabled by default]
  160. pygi-info.c:117:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  161. pygi-info.c:117:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_flags') [enabled by default]
  162. pygi-info.c:119:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  163. pygi-info.c:119:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_doc') [enabled by default]
  164. pygi-info.c:121:5: warning: initialization from incompatible pointer type [enabled by default]
  165. pygi-info.c:121:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_clear') [enabled by default]
  166. pygi-info.c:122:5: warning: initialization from incompatible pointer type [enabled by default]
  167. pygi-info.c:122:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_richcompare') [enabled by default]
  168. pygi-info.c:123:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  169. pygi-info.c:123:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_weaklistoffset') [enabled by default]
  170. pygi-info.c:124:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  171. pygi-info.c:124:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_iter') [enabled by default]
  172. pygi-info.c:126:5: warning: initialization from incompatible pointer type [enabled by default]
  173. pygi-info.c:126:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_methods') [enabled by default]
  174. pygi-info.c:127:5: warning: initialization from incompatible pointer type [enabled by default]
  175. pygi-info.c:127:5: warning: (near initialization for 'PyGIBaseInfo_Type.tp_members') [enabled by default]
  176. pygi-info.c: In function '_wrap_g_base_info_get_name':
  177. pygi-info.c:133:5: warning: return makes pointer from integer without a cast [enabled by default]
  178. pygi-info.c: In function '_wrap_g_base_info_get_namespace':
  179. pygi-info.c:139:5: warning: return makes pointer from integer without a cast [enabled by default]
  180. pygi-info.c: At top level:
  181. pygi-info.c:273:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  182. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_basicsize') [enabled by default]
  183. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  184. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_print') [enabled by default]
  185. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  186. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_getattr') [enabled by default]
  187. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  188. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_setattr') [enabled by default]
  189. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  190. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_as_number') [enabled by default]
  191. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  192. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_call') [enabled by default]
  193. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  194. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_str') [enabled by default]
  195. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  196. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_getattro') [enabled by default]
  197. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  198. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_setattro') [enabled by default]
  199. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  200. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_as_buffer') [enabled by default]
  201. pygi-info.c:273:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  202. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_flags') [enabled by default]
  203. pygi-info.c:273:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  204. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_doc') [enabled by default]
  205. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  206. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_clear') [enabled by default]
  207. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  208. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_richcompare') [enabled by default]
  209. pygi-info.c:273:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  210. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_weaklistoffset') [enabled by default]
  211. pygi-info.c:273:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  212. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_iter') [enabled by default]
  213. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  214. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_methods') [enabled by default]
  215. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  216. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_members') [enabled by default]
  217. pygi-info.c:273:1: warning: initialization from incompatible pointer type [enabled by default]
  218. pygi-info.c:273:1: warning: (near initialization for 'PyGICallableInfo_Type.tp_dict') [enabled by default]
  219. pygi-info.c:281:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  220. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_basicsize') [enabled by default]
  221. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  222. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_print') [enabled by default]
  223. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  224. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_getattr') [enabled by default]
  225. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  226. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_setattr') [enabled by default]
  227. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  228. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_as_number') [enabled by default]
  229. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  230. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_call') [enabled by default]
  231. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  232. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_str') [enabled by default]
  233. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  234. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_getattro') [enabled by default]
  235. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  236. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_setattro') [enabled by default]
  237. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  238. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_as_buffer') [enabled by default]
  239. pygi-info.c:281:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  240. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_flags') [enabled by default]
  241. pygi-info.c:281:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  242. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_doc') [enabled by default]
  243. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  244. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_clear') [enabled by default]
  245. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  246. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_richcompare') [enabled by default]
  247. pygi-info.c:281:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  248. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_weaklistoffset') [enabled by default]
  249. pygi-info.c:281:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  250. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_iter') [enabled by default]
  251. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  252. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_methods') [enabled by default]
  253. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  254. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_members') [enabled by default]
  255. pygi-info.c:281:1: warning: initialization from incompatible pointer type [enabled by default]
  256. pygi-info.c:281:1: warning: (near initialization for 'PyGIFunctionInfo_Type.tp_dict') [enabled by default]
  257. pygi-info.c: In function '_pygi_g_type_tag_size':
  258. pygi-info.c:332:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  259. pygi-info.c:332:14: note: each undeclared identifier is reported only once for each function it appears in
  260. pygi-info.c:333:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  261. pygi-info.c:336:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  262. pygi-info.c:337:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  263. pygi-info.c:340:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  264. pygi-info.c:341:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  265. pygi-info.c:344:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  266. pygi-info.c:345:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  267. pygi-info.c:354:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  268. pygi-info.c: In function '_pygi_g_type_info_size':
  269. pygi-info.c:396:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  270. pygi-info.c:397:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  271. pygi-info.c:398:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  272. pygi-info.c:399:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  273. pygi-info.c:400:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  274. pygi-info.c:401:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  275. pygi-info.c:402:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  276. pygi-info.c:403:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  277. pygi-info.c:406:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  278. pygi-info.c: At top level:
  279. pygi-info.c:498:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  280. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_basicsize') [enabled by default]
  281. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  282. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_print') [enabled by default]
  283. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  284. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_getattr') [enabled by default]
  285. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  286. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_setattr') [enabled by default]
  287. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  288. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_as_number') [enabled by default]
  289. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  290. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_call') [enabled by default]
  291. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  292. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_str') [enabled by default]
  293. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  294. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_getattro') [enabled by default]
  295. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  296. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_setattro') [enabled by default]
  297. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  298. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_as_buffer') [enabled by default]
  299. pygi-info.c:498:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  300. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_flags') [enabled by default]
  301. pygi-info.c:498:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  302. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_doc') [enabled by default]
  303. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  304. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_clear') [enabled by default]
  305. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  306. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_richcompare') [enabled by default]
  307. pygi-info.c:498:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  308. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_weaklistoffset') [enabled by default]
  309. pygi-info.c:498:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  310. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_iter') [enabled by default]
  311. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  312. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_methods') [enabled by default]
  313. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  314. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_members') [enabled by default]
  315. pygi-info.c:498:1: warning: initialization from incompatible pointer type [enabled by default]
  316. pygi-info.c:498:1: warning: (near initialization for 'PyGIRegisteredTypeInfo_Type.tp_dict') [enabled by default]
  317. pygi-info.c:517:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  318. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_basicsize') [enabled by default]
  319. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  320. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_print') [enabled by default]
  321. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  322. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_getattr') [enabled by default]
  323. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  324. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_setattr') [enabled by default]
  325. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  326. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_as_number') [enabled by default]
  327. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  328. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_call') [enabled by default]
  329. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  330. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_str') [enabled by default]
  331. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  332. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_getattro') [enabled by default]
  333. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  334. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_setattro') [enabled by default]
  335. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  336. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_as_buffer') [enabled by default]
  337. pygi-info.c:517:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  338. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_flags') [enabled by default]
  339. pygi-info.c:517:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  340. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_doc') [enabled by default]
  341. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  342. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_clear') [enabled by default]
  343. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  344. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_richcompare') [enabled by default]
  345. pygi-info.c:517:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  346. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_weaklistoffset') [enabled by default]
  347. pygi-info.c:517:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  348. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_iter') [enabled by default]
  349. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  350. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_methods') [enabled by default]
  351. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  352. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_members') [enabled by default]
  353. pygi-info.c:517:1: warning: initialization from incompatible pointer type [enabled by default]
  354. pygi-info.c:517:1: warning: (near initialization for 'PyGIStructInfo_Type.tp_dict') [enabled by default]
  355. pygi-info.c: In function 'pygi_g_struct_info_is_simple':
  356. pygi-info.c:783:18: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  357. pygi-info.c:784:18: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  358. pygi-info.c:785:18: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  359. pygi-info.c:786:18: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  360. pygi-info.c:789:18: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  361. pygi-info.c:790:18: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  362. pygi-info.c:791:18: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  363. pygi-info.c:792:18: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  364. pygi-info.c:795:18: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  365. pygi-info.c: At top level:
  366. pygi-info.c:872:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  367. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_basicsize') [enabled by default]
  368. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  369. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_print') [enabled by default]
  370. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  371. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_getattr') [enabled by default]
  372. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  373. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_setattr') [enabled by default]
  374. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  375. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_as_number') [enabled by default]
  376. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  377. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_call') [enabled by default]
  378. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  379. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_str') [enabled by default]
  380. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  381. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_getattro') [enabled by default]
  382. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  383. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_setattro') [enabled by default]
  384. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  385. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_as_buffer') [enabled by default]
  386. pygi-info.c:872:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  387. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_flags') [enabled by default]
  388. pygi-info.c:872:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  389. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_doc') [enabled by default]
  390. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  391. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_clear') [enabled by default]
  392. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  393. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_richcompare') [enabled by default]
  394. pygi-info.c:872:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  395. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_weaklistoffset') [enabled by default]
  396. pygi-info.c:872:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  397. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_iter') [enabled by default]
  398. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  399. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_methods') [enabled by default]
  400. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  401. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_members') [enabled by default]
  402. pygi-info.c:872:1: warning: initialization from incompatible pointer type [enabled by default]
  403. pygi-info.c:872:1: warning: (near initialization for 'PyGIEnumInfo_Type.tp_dict') [enabled by default]
  404. pygi-info.c:917:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  405. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_basicsize') [enabled by default]
  406. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  407. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_print') [enabled by default]
  408. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  409. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_getattr') [enabled by default]
  410. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  411. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_setattr') [enabled by default]
  412. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  413. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_as_number') [enabled by default]
  414. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  415. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_call') [enabled by default]
  416. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  417. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_str') [enabled by default]
  418. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  419. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_getattro') [enabled by default]
  420. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  421. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_setattro') [enabled by default]
  422. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  423. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_as_buffer') [enabled by default]
  424. pygi-info.c:917:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  425. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_flags') [enabled by default]
  426. pygi-info.c:917:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  427. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_doc') [enabled by default]
  428. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  429. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_clear') [enabled by default]
  430. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  431. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_richcompare') [enabled by default]
  432. pygi-info.c:917:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  433. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_weaklistoffset') [enabled by default]
  434. pygi-info.c:917:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  435. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_iter') [enabled by default]
  436. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  437. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_methods') [enabled by default]
  438. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  439. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_members') [enabled by default]
  440. pygi-info.c:917:1: warning: initialization from incompatible pointer type [enabled by default]
  441. pygi-info.c:917:1: warning: (near initialization for 'PyGIObjectInfo_Type.tp_dict') [enabled by default]
  442. pygi-info.c:1010:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  443. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_basicsize') [enabled by default]
  444. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  445. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_print') [enabled by default]
  446. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  447. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_getattr') [enabled by default]
  448. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  449. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_setattr') [enabled by default]
  450. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  451. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_as_number') [enabled by default]
  452. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  453. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_call') [enabled by default]
  454. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  455. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_str') [enabled by default]
  456. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  457. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_getattro') [enabled by default]
  458. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  459. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_setattro') [enabled by default]
  460. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  461. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_as_buffer') [enabled by default]
  462. pygi-info.c:1010:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  463. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_flags') [enabled by default]
  464. pygi-info.c:1010:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  465. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_doc') [enabled by default]
  466. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  467. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_clear') [enabled by default]
  468. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  469. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_richcompare') [enabled by default]
  470. pygi-info.c:1010:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  471. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_weaklistoffset') [enabled by default]
  472. pygi-info.c:1010:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  473. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_iter') [enabled by default]
  474. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  475. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_methods') [enabled by default]
  476. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  477. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_members') [enabled by default]
  478. pygi-info.c:1010:1: warning: initialization from incompatible pointer type [enabled by default]
  479. pygi-info.c:1010:1: warning: (near initialization for 'PyGIInterfaceInfo_Type.tp_dict') [enabled by default]
  480. pygi-info.c:1068:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  481. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_basicsize') [enabled by default]
  482. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  483. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_print') [enabled by default]
  484. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  485. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_getattr') [enabled by default]
  486. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  487. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_setattr') [enabled by default]
  488. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  489. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_as_number') [enabled by default]
  490. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  491. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_call') [enabled by default]
  492. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  493. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_str') [enabled by default]
  494. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  495. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_getattro') [enabled by default]
  496. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  497. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_setattro') [enabled by default]
  498. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  499. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_as_buffer') [enabled by default]
  500. pygi-info.c:1068:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  501. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_flags') [enabled by default]
  502. pygi-info.c:1068:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  503. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_doc') [enabled by default]
  504. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  505. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_clear') [enabled by default]
  506. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  507. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_richcompare') [enabled by default]
  508. pygi-info.c:1068:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  509. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_weaklistoffset') [enabled by default]
  510. pygi-info.c:1068:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  511. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_iter') [enabled by default]
  512. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  513. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_methods') [enabled by default]
  514. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  515. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_members') [enabled by default]
  516. pygi-info.c:1068:1: warning: initialization from incompatible pointer type [enabled by default]
  517. pygi-info.c:1068:1: warning: (near initialization for 'PyGIConstantInfo_Type.tp_dict') [enabled by default]
  518. pygi-info.c:1097:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  519. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_basicsize') [enabled by default]
  520. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  521. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_print') [enabled by default]
  522. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  523. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_getattr') [enabled by default]
  524. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  525. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_setattr') [enabled by default]
  526. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  527. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_as_number') [enabled by default]
  528. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  529. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_call') [enabled by default]
  530. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  531. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_str') [enabled by default]
  532. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  533. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_getattro') [enabled by default]
  534. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  535. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_setattro') [enabled by default]
  536. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  537. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_as_buffer') [enabled by default]
  538. pygi-info.c:1097:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  539. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_flags') [enabled by default]
  540. pygi-info.c:1097:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  541. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_doc') [enabled by default]
  542. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  543. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_clear') [enabled by default]
  544. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  545. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_richcompare') [enabled by default]
  546. pygi-info.c:1097:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  547. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_weaklistoffset') [enabled by default]
  548. pygi-info.c:1097:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  549. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_iter') [enabled by default]
  550. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  551. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_methods') [enabled by default]
  552. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  553. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_members') [enabled by default]
  554. pygi-info.c:1097:1: warning: initialization from incompatible pointer type [enabled by default]
  555. pygi-info.c:1097:1: warning: (near initialization for 'PyGIValueInfo_Type.tp_dict') [enabled by default]
  556. pygi-info.c: In function '_wrap_g_value_info_get_value':
  557. pygi-info.c:1106:5: warning: return makes pointer from integer without a cast [enabled by default]
  558. pygi-info.c: At top level:
  559. pygi-info.c:1117:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  560. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_basicsize') [enabled by default]
  561. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  562. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_print') [enabled by default]
  563. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  564. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_getattr') [enabled by default]
  565. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  566. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_setattr') [enabled by default]
  567. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  568. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_as_number') [enabled by default]
  569. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  570. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_call') [enabled by default]
  571. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  572. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_str') [enabled by default]
  573. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  574. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_getattro') [enabled by default]
  575. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  576. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_setattro') [enabled by default]
  577. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  578. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_as_buffer') [enabled by default]
  579. pygi-info.c:1117:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  580. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_flags') [enabled by default]
  581. pygi-info.c:1117:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  582. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_doc') [enabled by default]
  583. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  584. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_clear') [enabled by default]
  585. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  586. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_richcompare') [enabled by default]
  587. pygi-info.c:1117:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  588. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_weaklistoffset') [enabled by default]
  589. pygi-info.c:1117:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  590. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_iter') [enabled by default]
  591. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  592. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_methods') [enabled by default]
  593. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  594. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_members') [enabled by default]
  595. pygi-info.c:1117:1: warning: initialization from incompatible pointer type [enabled by default]
  596. pygi-info.c:1117:1: warning: (near initialization for 'PyGIFieldInfo_Type.tp_dict') [enabled by default]
  597. pygi-info.c: In function '_wrap_g_field_info_get_value':
  598. pygi-info.c:1140:9: warning: assignment makes pointer from integer without a cast [enabled by default]
  599. pygi-repository.c:33:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  600. pygi-repository.c:33:5: warning: (near initialization for 'PyGIRepository_Type.tp_basicsize') [enabled by default]
  601. pygi-repository.c:36:5: warning: initialization from incompatible pointer type [enabled by default]
  602. pygi-repository.c:36:5: warning: (near initialization for 'PyGIRepository_Type.tp_print') [enabled by default]
  603. pygi-repository.c:37:5: warning: initialization from incompatible pointer type [enabled by default]
  604. pygi-repository.c:37:5: warning: (near initialization for 'PyGIRepository_Type.tp_getattr') [enabled by default]
  605. pygi-repository.c:38:5: warning: initialization from incompatible pointer type [enabled by default]
  606. pygi-repository.c:38:5: warning: (near initialization for 'PyGIRepository_Type.tp_setattr') [enabled by default]
  607. pygi-repository.c:40:6: error: 'cmpfunc' undeclared here (not in a function)
  608. pygi-repository.c:41:5: warning: initialization from incompatible pointer type [enabled by default]
  609. pygi-repository.c:41:5: warning: (near initialization for 'PyGIRepository_Type.tp_as_number') [enabled by default]
  610. pygi-repository.c:45:5: warning: initialization from incompatible pointer type [enabled by default]
  611. pygi-repository.c:45:5: warning: (near initialization for 'PyGIRepository_Type.tp_call') [enabled by default]
  612. pygi-repository.c:46:5: warning: initialization from incompatible pointer type [enabled by default]
  613. pygi-repository.c:46:5: warning: (near initialization for 'PyGIRepository_Type.tp_str') [enabled by default]
  614. pygi-repository.c:47:5: warning: initialization from incompatible pointer type [enabled by default]
  615. pygi-repository.c:47:5: warning: (near initialization for 'PyGIRepository_Type.tp_getattro') [enabled by default]
  616. pygi-repository.c:48:5: warning: initialization from incompatible pointer type [enabled by default]
  617. pygi-repository.c:48:5: warning: (near initialization for 'PyGIRepository_Type.tp_setattro') [enabled by default]
  618. pygi-repository.c:49:5: warning: initialization from incompatible pointer type [enabled by default]
  619. pygi-repository.c:49:5: warning: (near initialization for 'PyGIRepository_Type.tp_as_buffer') [enabled by default]
  620. pygi-repository.c:50:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  621. pygi-repository.c:50:5: warning: (near initialization for 'PyGIRepository_Type.tp_flags') [enabled by default]
  622. pygi-repository.c:51:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  623. pygi-repository.c:51:5: warning: (near initialization for 'PyGIRepository_Type.tp_doc') [enabled by default]
  624. pygi-repository.c:53:5: warning: initialization from incompatible pointer type [enabled by default]
  625. pygi-repository.c:53:5: warning: (near initialization for 'PyGIRepository_Type.tp_clear') [enabled by default]
  626. pygi-repository.c:54:5: warning: initialization from incompatible pointer type [enabled by default]
  627. pygi-repository.c:54:5: warning: (near initialization for 'PyGIRepository_Type.tp_richcompare') [enabled by default]
  628. pygi-repository.c:55:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  629. pygi-repository.c:55:5: warning: (near initialization for 'PyGIRepository_Type.tp_weaklistoffset') [enabled by default]
  630. pygi-repository.c:58:5: warning: initialization from incompatible pointer type [enabled by default]
  631. pygi-repository.c:58:5: warning: (near initialization for 'PyGIRepository_Type.tp_methods') [enabled by default]
  632. pygi-repository.c:59:5: warning: initialization from incompatible pointer type [enabled by default]
  633. pygi-repository.c:59:5: warning: (near initialization for 'PyGIRepository_Type.tp_members') [enabled by default]
  634. pygi-repository.c: In function '_wrap_g_irepository_get_typelib_path':
  635. pygi-repository.c:210:5: warning: return makes pointer from integer without a cast [enabled by default]
  636. pygi-repository.c: In function '_pygi_repository_register_types':
  637. pygi-repository.c:225:24: error: 'PyTypeObject' has no member named 'ob_type'
  638. pygi-info.c: In function '_wrap_g_field_info_set_value':
  639. pygi-info.c:1246:9: warning: assignment makes pointer from integer without a cast [enabled by default]
  640. pygi-info.c:1277:13: warning: assignment makes pointer from integer without a cast [enabled by default]
  641. pygi-info.c: At top level:
  642. pygi-info.c:1370:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  643. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_basicsize') [enabled by default]
  644. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  645. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_print') [enabled by default]
  646. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  647. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_getattr') [enabled by default]
  648. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  649. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_setattr') [enabled by default]
  650. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  651. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_as_number') [enabled by default]
  652. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  653. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_call') [enabled by default]
  654. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  655. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_str') [enabled by default]
  656. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  657. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_getattro') [enabled by default]
  658. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  659. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_setattro') [enabled by default]
  660. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  661. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_as_buffer') [enabled by default]
  662. pygi-info.c:1370:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  663. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_flags') [enabled by default]
  664. pygi-info.c:1370:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  665. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_doc') [enabled by default]
  666. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  667. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_clear') [enabled by default]
  668. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  669. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_richcompare') [enabled by default]
  670. pygi-info.c:1370:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  671. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_weaklistoffset') [enabled by default]
  672. pygi-info.c:1370:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  673. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_iter') [enabled by default]
  674. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  675. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_methods') [enabled by default]
  676. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  677. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_members') [enabled by default]
  678. pygi-info.c:1370:1: warning: initialization from incompatible pointer type [enabled by default]
  679. pygi-info.c:1370:1: warning: (near initialization for 'PyGIUnresolvedInfo_Type.tp_dict') [enabled by default]
  680. pygi-info.c:1377:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  681. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_basicsize') [enabled by default]
  682. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  683. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_print') [enabled by default]
  684. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  685. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_getattr') [enabled by default]
  686. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  687. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_setattr') [enabled by default]
  688. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  689. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_as_number') [enabled by default]
  690. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  691. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_call') [enabled by default]
  692. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  693. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_str') [enabled by default]
  694. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  695. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_getattro') [enabled by default]
  696. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  697. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_setattro') [enabled by default]
  698. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  699. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_as_buffer') [enabled by default]
  700. pygi-info.c:1377:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  701. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_flags') [enabled by default]
  702. pygi-info.c:1377:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  703. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_doc') [enabled by default]
  704. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  705. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_clear') [enabled by default]
  706. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  707. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_richcompare') [enabled by default]
  708. pygi-info.c:1377:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  709. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_weaklistoffset') [enabled by default]
  710. pygi-info.c:1377:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  711. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_iter') [enabled by default]
  712. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  713. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_methods') [enabled by default]
  714. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  715. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_members') [enabled by default]
  716. pygi-info.c:1377:1: warning: initialization from incompatible pointer type [enabled by default]
  717. pygi-info.c:1377:1: warning: (near initialization for 'PyGIVFuncInfo_Type.tp_dict') [enabled by default]
  718. pygi-info.c:1385:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  719. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_basicsize') [enabled by default]
  720. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  721. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_print') [enabled by default]
  722. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  723. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_getattr') [enabled by default]
  724. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  725. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_setattr') [enabled by default]
  726. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  727. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_as_number') [enabled by default]
  728. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  729. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_call') [enabled by default]
  730. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  731. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_str') [enabled by default]
  732. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  733. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_getattro') [enabled by default]
  734. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  735. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_setattro') [enabled by default]
  736. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  737. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_as_buffer') [enabled by default]
  738. pygi-info.c:1385:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  739. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_flags') [enabled by default]
  740. pygi-info.c:1385:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  741. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_doc') [enabled by default]
  742. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  743. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_clear') [enabled by default]
  744. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  745. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_richcompare') [enabled by default]
  746. pygi-info.c:1385:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  747. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_weaklistoffset') [enabled by default]
  748. pygi-info.c:1385:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  749. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_iter') [enabled by default]
  750. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  751. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_methods') [enabled by default]
  752. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  753. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_members') [enabled by default]
  754. pygi-info.c:1385:1: warning: initialization from incompatible pointer type [enabled by default]
  755. pygi-info.c:1385:1: warning: (near initialization for 'PyGIUnionInfo_Type.tp_dict') [enabled by default]
  756. pygi-info.c: In function '_pygi_info_register_types':
  757. pygi-info.c:1502:5: error: 'PyTypeObject' has no member named 'ob_type'
  758. pygi-info.c:1503:5: error: 'PyTypeObject' has no member named 'ob_type'
  759. pygi-info.c:1504:5: error: 'PyTypeObject' has no member named 'ob_type'
  760. pygi-info.c:1505:5: error: 'PyTypeObject' has no member named 'ob_type'
  761. pygi-info.c:1506:5: error: 'PyTypeObject' has no member named 'ob_type'
  762. pygi-info.c:1507:5: error: 'PyTypeObject' has no member named 'ob_type'
  763. pygi-info.c:1508:5: error: 'PyTypeObject' has no member named 'ob_type'
  764. pygi-info.c:1509:5: error: 'PyTypeObject' has no member named 'ob_type'
  765. pygi-info.c:1510:5: error: 'PyTypeObject' has no member named 'ob_type'
  766. pygi-info.c:1511:5: error: 'PyTypeObject' has no member named 'ob_type'
  767. pygi-info.c:1512:5: error: 'PyTypeObject' has no member named 'ob_type'
  768. pygi-info.c:1513:5: error: 'PyTypeObject' has no member named 'ob_type'
  769. pygi-info.c:1514:5: error: 'PyTypeObject' has no member named 'ob_type'
  770. pygi-info.c:1515:5: error: 'PyTypeObject' has no member named 'ob_type'
  771. make[3]: *** [pygi-repository.lo] Error 1
  772. make[3]: *** Waiting for unfinished jobs....
  773. make[3]: *** [pygi-info.lo] Error 1
  774. pygi-struct.c: In function '_struct_dealloc':
  775. pygi-struct.c:40:27: error: 'PyGPointer' has no member named 'ob_type'
  776. pygi-struct.c: At top level:
  777. pygi-struct.c:99:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  778. pygi-struct.c:99:5: warning: (near initialization for 'PyGIStruct_Type.tp_basicsize') [enabled by default]
  779. pygi-struct.c:102:5: warning: initialization from incompatible pointer type [enabled by default]
  780. pygi-struct.c:102:5: warning: (near initialization for 'PyGIStruct_Type.tp_print') [enabled by default]
  781. pygi-struct.c:103:5: warning: initialization from incompatible pointer type [enabled by default]
  782. pygi-struct.c:103:5: warning: (near initialization for 'PyGIStruct_Type.tp_getattr') [enabled by default]
  783. pygi-struct.c:104:5: warning: initialization from incompatible pointer type [enabled by default]
  784. pygi-struct.c:104:5: warning: (near initialization for 'PyGIStruct_Type.tp_setattr') [enabled by default]
  785. pygi-struct.c:106:6: error: 'cmpfunc' undeclared here (not in a function)
  786. pygi-struct.c:107:5: warning: initialization from incompatible pointer type [enabled by default]
  787. pygi-struct.c:107:5: warning: (near initialization for 'PyGIStruct_Type.tp_as_number') [enabled by default]
  788. pygi-struct.c:111:5: warning: initialization from incompatible pointer type [enabled by default]
  789. pygi-struct.c:111:5: warning: (near initialization for 'PyGIStruct_Type.tp_call') [enabled by default]
  790. pygi-struct.c:112:5: warning: initialization from incompatible pointer type [enabled by default]
  791. pygi-struct.c:112:5: warning: (near initialization for 'PyGIStruct_Type.tp_str') [enabled by default]
  792. pygi-struct.c:113:5: warning: initialization from incompatible pointer type [enabled by default]
  793. pygi-struct.c:113:5: warning: (near initialization for 'PyGIStruct_Type.tp_getattro') [enabled by default]
  794. pygi-struct.c:114:5: warning: initialization from incompatible pointer type [enabled by default]
  795. pygi-struct.c:114:5: warning: (near initialization for 'PyGIStruct_Type.tp_setattro') [enabled by default]
  796. pygi-struct.c:115:5: warning: initialization from incompatible pointer type [enabled by default]
  797. pygi-struct.c:115:5: warning: (near initialization for 'PyGIStruct_Type.tp_as_buffer') [enabled by default]
  798. pygi-struct.c:116:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  799. pygi-struct.c:116:5: warning: (near initialization for 'PyGIStruct_Type.tp_flags') [enabled by default]
  800. pygi-struct.c:117:5: warning: initialization makes pointer from integer without a cast [enabled by default]
  801. pygi-struct.c:117:5: warning: (near initialization for 'PyGIStruct_Type.tp_doc') [enabled by default]
  802. pygi-struct.c:119:5: warning: initialization from incompatible pointer type [enabled by default]
  803. pygi-struct.c:119:5: warning: (near initialization for 'PyGIStruct_Type.tp_clear') [enabled by default]
  804. pygi-struct.c:120:5: warning: initialization from incompatible pointer type [enabled by default]
  805. pygi-struct.c:120:5: warning: (near initialization for 'PyGIStruct_Type.tp_richcompare') [enabled by default]
  806. pygi-struct.c:121:5: warning: initialization makes integer from pointer without a cast [enabled by default]
  807. pygi-struct.c:121:5: warning: (near initialization for 'PyGIStruct_Type.tp_weaklistoffset') [enabled by default]
  808. pygi-struct.c:124:5: warning: initialization from incompatible pointer type [enabled by default]
  809. pygi-struct.c:124:5: warning: (near initialization for 'PyGIStruct_Type.tp_methods') [enabled by default]
  810. pygi-struct.c:128:5: warning: initialization from incompatible pointer type [enabled by default]
  811. pygi-struct.c:128:5: warning: (near initialization for 'PyGIStruct_Type.tp_dict') [enabled by default]
  812. pygi-struct.c: In function '_pygi_struct_register_types':
  813. pygi-struct.c:161:20: error: 'PyTypeObject' has no member named 'ob_type'
  814. make[3]: *** [pygi-struct.lo] Error 1
  815. pygi-argument.c: In function '_pygi_g_type_tag_py_bounds':
  816. pygi-argument.c:40:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  817. pygi-argument.c:41:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  818. pygi-argument.c:44:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  819. pygi-argument.c:45:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  820. pygi-argument.c:48:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  821. pygi-argument.c:49:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  822. pygi-argument.c:52:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  823. pygi-argument.c:53:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  824. pygi-argument.c:56:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  825. pygi-argument.c:57:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  826. pygi-argument.c:62:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  827. pygi-argument.c:71:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  828. pygi-argument.c:73:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  829. pygi-argument.c:73:14: note: each undeclared identifier is reported only once for each function it appears in
  830. pygi-argument.c:74:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  831. pygi-argument.c:75:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  832. pygi-argument.c:77:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  833. pygi-argument.c:78:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  834. pygi-argument.c:79:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  835. pygi-argument.c:81:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  836. pygi-argument.c:82:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  837. pygi-argument.c:83:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  838. pygi-argument.c:85:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  839. pygi-argument.c:88:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  840. pygi-argument.c:90:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  841. pygi-argument.c:91:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  842. pygi-argument.c:92:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  843. pygi-argument.c:93:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  844. pygi-argument.c:95:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  845. pygi-argument.c:96:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  846. pygi-argument.c:98:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  847. pygi-argument.c: In function '_pygi_g_type_info_check_object':
  848. pygi-argument.c:219:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  849. pygi-argument.c:220:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  850. pygi-argument.c:221:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  851. pygi-argument.c:222:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  852. pygi-argument.c:223:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  853. pygi-argument.c:224:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  854. pygi-argument.c:225:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  855. pygi-argument.c:226:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  856. pygi-argument.c:242:24: warning: assignment makes pointer from integer without a cast [enabled by default]
  857. pygi-argument.c:287:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  858. pygi-argument.c:367:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  859. pygi-argument.c:401:44: warning: initialization makes pointer from integer without a cast [enabled by default]
  860. pygi-argument.c:494:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  861. pygi-argument.c:555:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  862. pygi-argument.c:564:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  863. pygi-argument.c: In function '_pygi_argument_from_object':
  864. pygi-argument.c:663:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  865. pygi-argument.c:664:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  866. pygi-argument.c:665:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  867. pygi-argument.c:666:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  868. pygi-argument.c:667:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  869. pygi-argument.c:671:18: warning: assignment makes pointer from integer without a cast [enabled by default]
  870. pygi-argument.c:684:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  871. pygi-argument.c:685:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  872. pygi-argument.c:686:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  873. pygi-argument.c:691:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  874. pygi-argument.c:713:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  875. pygi-argument.c:758:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  876. pygi-argument.c:802:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  877. pygi-argument.c:813:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  878. pygi-argument.c:886:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  879. pygi-argument.c:987:26: warning: assignment makes pointer from integer without a cast [enabled by default]
  880. pygi-argument.c:1072:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  881. pygi-argument.c:1174:17: warning: assignment makes pointer from integer without a cast [enabled by default]
  882. pygi-argument.c: In function '_pygi_argument_to_object':
  883. pygi-argument.c:1222:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  884. pygi-argument.c:1227:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  885. pygi-argument.c:1232:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  886. pygi-argument.c:1237:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  887. pygi-argument.c:1242:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  888. pygi-argument.c:1260:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  889. pygi-argument.c:1262:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  890. pygi-argument.c:1265:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  891. pygi-argument.c:1267:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  892. pygi-argument.c:1270:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  893. pygi-argument.c:1272:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  894. pygi-argument.c:1275:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  895. pygi-argument.c:1280:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  896. pygi-argument.c:1282:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  897. pygi-argument.c:1285:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  898. pygi-argument.c:1290:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  899. pygi-argument.c:1292:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  900. pygi-argument.c:1295:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  901. pygi-argument.c:1310:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  902. pygi-argument.c:1340:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  903. pygi-argument.c:1360:20: warning: assignment makes pointer from integer without a cast [enabled by default]
  904. pygi-argument.c:1420:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  905. pygi-argument.c:1593:21: warning: assignment makes pointer from integer without a cast [enabled by default]
  906. pygi-argument.c: In function '_pygi_argument_release':
  907. pygi-argument.c:1694:14: error: 'GI_TYPE_TAG_SHORT_WAS_REMOVED' undeclared (first use in this function)
  908. pygi-argument.c:1695:14: error: 'GI_TYPE_TAG_USHORT' undeclared (first use in this function)
  909. pygi-argument.c:1696:14: error: 'GI_TYPE_TAG_INT_WAS_REMOVED' undeclared (first use in this function)
  910. pygi-argument.c:1697:14: error: 'GI_TYPE_TAG_UINT' undeclared (first use in this function)
  911. pygi-argument.c:1698:14: error: 'GI_TYPE_TAG_LONG_WAS_REMOVED' undeclared (first use in this function)
  912. pygi-argument.c:1699:14: error: 'GI_TYPE_TAG_ULONG' undeclared (first use in this function)
  913. pygi-argument.c:1700:14: error: 'GI_TYPE_TAG_SSIZE' undeclared (first use in this function)
  914. pygi-argument.c:1701:14: error: 'GI_TYPE_TAG_SIZE' undeclared (first use in this function)
  915. pygi-argument.c:1704:14: error: 'GI_TYPE_TAG_TIME_T' undeclared (first use in this function)
  916. make[3]: *** [pygi-argument.lo] Error 1
  917. make[3]: Leaving directory `/tmp/pygi/src/pygi-0.6.0/gi'
  918. make[2]: *** [all-recursive] Error 1
  919. make[2]: Leaving directory `/tmp/pygi/src/pygi-0.6.0/gi'
  920. make[1]: *** [all-recursive] Error 1
  921. make[1]: Leaving directory `/tmp/pygi/src/pygi-0.6.0'
  922. make: *** [all] Error 2
  923. ==> ERROR: A failure occurred in build().
  924. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement