Advertisement
Niko_Bellic914

Untitled

Sep 24th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.75 KB | None | 0 0
  1. *** Building gobject-introspection *** [7/77]
  2. make -j 5
  3. [ -d gir ] || /usr/bin/mkdir -p gir ; \
  4. sed \
  5. -e s,%CAIRO_SHARED_LIBRARY%,libcairo-gobject.so.2, \
  6. -e s,%CAIRO_GIR_PACKAGE%,cairo-gobject, \
  7. < gir/cairo-1.0.gir.in > gir/cairo-1.0.gir.tmp && mv gir/cairo-1.0.gir.tmp gir/cairo-1.0.gir
  8. YACC scannerparser.c
  9. LEX scannerlexer.c
  10. /home/manhattan/checkout/gnome/gobject-introspection/giscanner/scannerparser.y: warning: 7 shift/reduce conflicts [-Wconflicts-sr]
  11. updating scannerparser.h
  12. make all-recursive
  13. make[1]: Entering directory `/home/manhattan/checkout/gnome/gobject-introspection'
  14. Making all in .
  15. make[2]: Entering directory `/home/manhattan/checkout/gnome/gobject-introspection'
  16. CC libgirepository_1_0_la-gdump.lo
  17. CC libgirepository_1_0_la-giarginfo.lo
  18. CC libgirepository_1_0_la-gibaseinfo.lo
  19. CC libgirepository_1_0_la-gicallableinfo.lo
  20. CC libgirepository_1_0_la-giconstantinfo.lo
  21. CC libgirepository_1_0_la-gienuminfo.lo
  22. CC libgirepository_1_0_la-gifieldinfo.lo
  23. CC libgirepository_1_0_la-gifunctioninfo.lo
  24. CC libgirepository_1_0_la-ginvoke.lo
  25. CC libgirepository_1_0_la-giinterfaceinfo.lo
  26. CC libgirepository_1_0_la-giobjectinfo.lo
  27. CC libgirepository_1_0_la-gipropertyinfo.lo
  28. CC libgirepository_1_0_la-giregisteredtypeinfo.lo
  29. CC libgirepository_1_0_la-girepository.lo
  30. CC libgirepository_1_0_la-girffi.lo
  31. CC libgirepository_1_0_la-gisignalinfo.lo
  32. CC libgirepository_1_0_la-gistructinfo.lo
  33. CC libgirepository_1_0_la-gitypeinfo.lo
  34. CC libgirepository_1_0_la-gitypelib.lo
  35. CC libgirepository_1_0_la-giunioninfo.lo
  36. CC libgirepository_1_0_la-givfuncinfo.lo
  37. CC libgirepository_gthash_la-gthash.lo
  38. CC libcmph_la-bdz.lo
  39. CC libcmph_la-bdz_ph.lo
  40. CC libcmph_la-bmz8.lo
  41. CC libcmph_la-bmz.lo
  42. CC libcmph_la-brz.lo
  43. CC libcmph_la-buffer_entry.lo
  44. CC libcmph_la-buffer_manager.lo
  45. CC libcmph_la-chd.lo
  46. CC libcmph_la-chd_ph.lo
  47. CC libcmph_la-chm.lo
  48. CC libcmph_la-cmph.lo
  49. CC libcmph_la-cmph_structs.lo
  50. CC libcmph_la-compressed_rank.lo
  51. CC libcmph_la-compressed_seq.lo
  52. CC libcmph_la-fch_buckets.lo
  53. CC libcmph_la-fch.lo
  54. CC libcmph_la-graph.lo
  55. CC libcmph_la-hash.lo
  56. CC libcmph_la-jenkins_hash.lo
  57. CC libcmph_la-miller_rabin.lo
  58. CC libcmph_la-select.lo
  59. CC libcmph_la-vqueue.lo
  60. CC libcmph_la-vstack.lo
  61. CC libgirepository_internals_la-girmodule.lo
  62. CC libgirepository_internals_la-girnode.lo
  63. CC libgirepository_internals_la-giroffsets.lo
  64. CC libgirepository_internals_la-girparser.lo
  65. CC libgirepository_internals_la-girwriter.lo
  66. CC libgiscanner_la-sourcescanner.lo
  67. CC libgiscanner_la-scannerlexer.lo
  68. scannerlexer.c: In function 'yy_scan_bytes':
  69. scannerlexer.c:2578:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  70. for ( i = 0; i < _yybytes_len; ++i )
  71. ^
  72. CC libgiscanner_la-scannerparser.lo
  73. CC _giscanner_la-giscannermodule.lo
  74. CC g_ir_compiler-compiler.o
  75. giscanner/giscannermodule.c:43:1: warning: return type defaults to 'int' [-Wreturn-type]
  76. DL_EXPORT(void) init_giscanner(void);
  77. ^
  78. giscanner/giscannermodule.c:43:1: warning: no previous prototype for 'DL_EXPORT' [-Wmissing-prototypes]
  79. giscanner/giscannermodule.c: In function 'DL_EXPORT':
  80. giscanner/giscannermodule.c:43:17: error: expected declaration specifiers before 'init_giscanner'
  81. DL_EXPORT(void) init_giscanner(void);
  82. ^
  83. giscanner/giscannermodule.c:75:3: error: storage class specified for parameter 'PyGISourceType'
  84. } PyGISourceType;
  85. ^
  86. giscanner/giscannermodule.c:77:19: error: storage class specified for parameter 'pygi_source_type_new'
  87. static PyObject * pygi_source_type_new (GISourceType *type);
  88. ^
  89. giscanner/giscannermodule.c:82:3: error: storage class specified for parameter 'PyGISourceSymbol'
  90. } PyGISourceSymbol;
  91. ^
  92. giscanner/giscannermodule.c:87:3: error: storage class specified for parameter 'PyGISourceScanner'
  93. } PyGISourceScanner;
  94. ^
  95. giscanner/giscannermodule.c:46:26: error: storage class specified for parameter '_PyGISourceSymbol_methods'
  96. static const PyMethodDef _Py##cname##_methods[num_methods]; \
  97. ^
  98. giscanner/giscannermodule.c:89:1: note: in expansion of macro 'NEW_CLASS'
  99. NEW_CLASS (PyGISourceSymbol, "SourceSymbol", GISourceSymbol, 10);
  100. ^
  101. giscanner/giscannermodule.c:89:1: error: parameter 'PyGISourceSymbol_Type' is initialized
  102. giscanner/giscannermodule.c:89:1: warning: missing braces around initializer [-Wmissing-braces]
  103. giscanner/giscannermodule.c:89:1: warning: (near initialization for 'PyGISourceSymbol_Type.ob_base.ob_base') [-Wmissing-braces]
  104. giscanner/giscannermodule.c:89:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  105. giscanner/giscannermodule.c:89:1: warning: (near initialization for 'PyGISourceSymbol_Type.tp_basicsize') [enabled by default]
  106. giscanner/giscannermodule.c:89:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  107. giscanner/giscannermodule.c:89:1: warning: (near initialization for 'PyGISourceSymbol_Type.tp_doc') [enabled by default]
  108. giscanner/giscannermodule.c:46:26: error: storage class specified for parameter '_PyGISourceType_methods'
  109. static const PyMethodDef _Py##cname##_methods[num_methods]; \
  110. ^
  111. giscanner/giscannermodule.c:90:1: note: in expansion of macro 'NEW_CLASS'
  112. NEW_CLASS (PyGISourceType, "SourceType", GISourceType, 9);
  113. ^
  114. giscanner/giscannermodule.c:90:1: error: parameter 'PyGISourceType_Type' is initialized
  115. giscanner/giscannermodule.c:90:1: warning: missing braces around initializer [-Wmissing-braces]
  116. giscanner/giscannermodule.c:90:1: warning: (near initialization for 'PyGISourceType_Type.ob_base.ob_base') [-Wmissing-braces]
  117. giscanner/giscannermodule.c:90:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  118. giscanner/giscannermodule.c:90:1: warning: (near initialization for 'PyGISourceType_Type.tp_basicsize') [enabled by default]
  119. giscanner/giscannermodule.c:90:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  120. giscanner/giscannermodule.c:90:1: warning: (near initialization for 'PyGISourceType_Type.tp_doc') [enabled by default]
  121. giscanner/giscannermodule.c:46:26: error: storage class specified for parameter '_PyGISourceScanner_methods'
  122. static const PyMethodDef _Py##cname##_methods[num_methods]; \
  123. ^
  124. giscanner/giscannermodule.c:91:1: note: in expansion of macro 'NEW_CLASS'
  125. NEW_CLASS (PyGISourceScanner, "SourceScanner", GISourceScanner, 8);
  126. ^
  127. giscanner/giscannermodule.c:91:1: error: parameter 'PyGISourceScanner_Type' is initialized
  128. giscanner/giscannermodule.c:91:1: warning: missing braces around initializer [-Wmissing-braces]
  129. giscanner/giscannermodule.c:91:1: warning: (near initialization for 'PyGISourceScanner_Type.ob_base.ob_base') [-Wmissing-braces]
  130. giscanner/giscannermodule.c:91:1: warning: initialization makes integer from pointer without a cast [enabled by default]
  131. giscanner/giscannermodule.c:91:1: warning: (near initialization for 'PyGISourceScanner_Type.tp_basicsize') [enabled by default]
  132. giscanner/giscannermodule.c:91:1: warning: initialization makes pointer from integer without a cast [enabled by default]
  133. giscanner/giscannermodule.c:91:1: warning: (near initialization for 'PyGISourceScanner_Type.tp_doc') [enabled by default]
  134. giscanner/giscannermodule.c:98:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  135. {
  136. ^
  137. giscanner/giscannermodule.c:114:18: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  138. symbol_get_type (PyGISourceSymbol *self,
  139. ^
  140. giscanner/giscannermodule.c:121:18: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  141. symbol_get_line (PyGISourceSymbol *self,
  142. ^
  143. giscanner/giscannermodule.c:128:21: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  144. symbol_get_private (PyGISourceSymbol *self,
  145. ^
  146. giscanner/giscannermodule.c:135:19: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  147. symbol_get_ident (PyGISourceSymbol *self,
  148. ^
  149. giscanner/giscannermodule.c:149:23: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  150. symbol_get_base_type (PyGISourceSymbol *self,
  151. ^
  152. giscanner/giscannermodule.c:156:23: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  153. symbol_get_const_int (PyGISourceSymbol *self,
  154. ^
  155. giscanner/giscannermodule.c:172:26: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  156. symbol_get_const_double (PyGISourceSymbol *self,
  157. ^
  158. giscanner/giscannermodule.c:184:26: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  159. symbol_get_const_string (PyGISourceSymbol *self,
  160. ^
  161. giscanner/giscannermodule.c:197:29: error: expected declaration specifiers or '...' before 'PyGISourceSymbol'
  162. symbol_get_source_filename (PyGISourceSymbol *self,
  163. ^
  164. giscanner/giscannermodule.c:209:26: error: storage class specified for parameter '_PyGISourceSymbol_getsets'
  165. static const PyGetSetDef _PyGISourceSymbol_getsets[] = {
  166. ^
  167. giscanner/giscannermodule.c:209:1: error: parameter '_PyGISourceSymbol_getsets' is initialized
  168. static const PyGetSetDef _PyGISourceSymbol_getsets[] = {
  169. ^
  170. giscanner/giscannermodule.c:211:3: warning: braces around scalar initializer [enabled by default]
  171. { "type", (getter)symbol_get_type, NULL, NULL},
  172. ^
  173. giscanner/giscannermodule.c:211:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  174. giscanner/giscannermodule.c:211:3: warning: initialization from incompatible pointer type [enabled by default]
  175. giscanner/giscannermodule.c:211:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  176. giscanner/giscannermodule.c:211:21: error: 'symbol_get_type' undeclared (first use in this function)
  177. { "type", (getter)symbol_get_type, NULL, NULL},
  178. ^
  179. giscanner/giscannermodule.c:211:21: note: each undeclared identifier is reported only once for each function it appears in
  180. giscanner/giscannermodule.c:211:3: warning: excess elements in scalar initializer [enabled by default]
  181. { "type", (getter)symbol_get_type, NULL, NULL},
  182. ^
  183. giscanner/giscannermodule.c:211:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  184. giscanner/giscannermodule.c:211:3: warning: excess elements in scalar initializer [enabled by default]
  185. giscanner/giscannermodule.c:211:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  186. giscanner/giscannermodule.c:211:3: warning: excess elements in scalar initializer [enabled by default]
  187. giscanner/giscannermodule.c:211:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  188. giscanner/giscannermodule.c:213:3: warning: braces around scalar initializer [enabled by default]
  189. { "ident", (getter)symbol_get_ident, NULL, NULL},
  190. ^
  191. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  192. giscanner/giscannermodule.c:213:3: warning: initialization from incompatible pointer type [enabled by default]
  193. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  194. giscanner/giscannermodule.c:213:22: error: 'symbol_get_ident' undeclared (first use in this function)
  195. { "ident", (getter)symbol_get_ident, NULL, NULL},
  196. ^
  197. giscanner/giscannermodule.c:213:3: warning: excess elements in scalar initializer [enabled by default]
  198. { "ident", (getter)symbol_get_ident, NULL, NULL},
  199. ^
  200. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  201. giscanner/giscannermodule.c:213:3: warning: excess elements in scalar initializer [enabled by default]
  202. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  203. giscanner/giscannermodule.c:213:3: warning: excess elements in scalar initializer [enabled by default]
  204. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  205. giscanner/giscannermodule.c:213:3: warning: excess elements in scalar initializer [enabled by default]
  206. giscanner/giscannermodule.c:213:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  207. giscanner/giscannermodule.c:214:3: warning: braces around scalar initializer [enabled by default]
  208. { "base_type", (getter)symbol_get_base_type, NULL, NULL},
  209. ^
  210. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  211. giscanner/giscannermodule.c:214:3: warning: initialization from incompatible pointer type [enabled by default]
  212. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  213. giscanner/giscannermodule.c:214:26: error: 'symbol_get_base_type' undeclared (first use in this function)
  214. { "base_type", (getter)symbol_get_base_type, NULL, NULL},
  215. ^
  216. giscanner/giscannermodule.c:214:3: warning: excess elements in scalar initializer [enabled by default]
  217. { "base_type", (getter)symbol_get_base_type, NULL, NULL},
  218. ^
  219. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  220. giscanner/giscannermodule.c:214:3: warning: excess elements in scalar initializer [enabled by default]
  221. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  222. giscanner/giscannermodule.c:214:3: warning: excess elements in scalar initializer [enabled by default]
  223. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  224. giscanner/giscannermodule.c:214:3: warning: excess elements in scalar initializer [enabled by default]
  225. giscanner/giscannermodule.c:214:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  226. giscanner/giscannermodule.c:216:3: warning: braces around scalar initializer [enabled by default]
  227. { "const_int", (getter)symbol_get_const_int, NULL, NULL},
  228. ^
  229. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  230. giscanner/giscannermodule.c:216:3: warning: initialization from incompatible pointer type [enabled by default]
  231. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  232. giscanner/giscannermodule.c:216:26: error: 'symbol_get_const_int' undeclared (first use in this function)
  233. { "const_int", (getter)symbol_get_const_int, NULL, NULL},
  234. ^
  235. giscanner/giscannermodule.c:216:3: warning: excess elements in scalar initializer [enabled by default]
  236. { "const_int", (getter)symbol_get_const_int, NULL, NULL},
  237. ^
  238. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  239. giscanner/giscannermodule.c:216:3: warning: excess elements in scalar initializer [enabled by default]
  240. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  241. giscanner/giscannermodule.c:216:3: warning: excess elements in scalar initializer [enabled by default]
  242. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  243. giscanner/giscannermodule.c:216:3: warning: excess elements in scalar initializer [enabled by default]
  244. giscanner/giscannermodule.c:216:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  245. giscanner/giscannermodule.c:218:3: warning: braces around scalar initializer [enabled by default]
  246. { "const_double", (getter)symbol_get_const_double, NULL, NULL},
  247. ^
  248. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  249. giscanner/giscannermodule.c:218:3: warning: initialization from incompatible pointer type [enabled by default]
  250. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  251. giscanner/giscannermodule.c:218:29: error: 'symbol_get_const_double' undeclared (first use in this function)
  252. { "const_double", (getter)symbol_get_const_double, NULL, NULL},
  253. ^
  254. giscanner/giscannermodule.c:218:3: warning: excess elements in scalar initializer [enabled by default]
  255. { "const_double", (getter)symbol_get_const_double, NULL, NULL},
  256. ^
  257. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  258. giscanner/giscannermodule.c:218:3: warning: excess elements in scalar initializer [enabled by default]
  259. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  260. giscanner/giscannermodule.c:218:3: warning: excess elements in scalar initializer [enabled by default]
  261. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  262. giscanner/giscannermodule.c:218:3: warning: excess elements in scalar initializer [enabled by default]
  263. giscanner/giscannermodule.c:218:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  264. giscanner/giscannermodule.c:219:3: warning: braces around scalar initializer [enabled by default]
  265. { "const_string", (getter)symbol_get_const_string, NULL, NULL},
  266. ^
  267. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  268. giscanner/giscannermodule.c:219:3: warning: initialization from incompatible pointer type [enabled by default]
  269. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  270. giscanner/giscannermodule.c:219:29: error: 'symbol_get_const_string' undeclared (first use in this function)
  271. { "const_string", (getter)symbol_get_const_string, NULL, NULL},
  272. ^
  273. giscanner/giscannermodule.c:219:3: warning: excess elements in scalar initializer [enabled by default]
  274. { "const_string", (getter)symbol_get_const_string, NULL, NULL},
  275. ^
  276. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  277. giscanner/giscannermodule.c:219:3: warning: excess elements in scalar initializer [enabled by default]
  278. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  279. giscanner/giscannermodule.c:219:3: warning: excess elements in scalar initializer [enabled by default]
  280. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  281. giscanner/giscannermodule.c:219:3: warning: excess elements in scalar initializer [enabled by default]
  282. giscanner/giscannermodule.c:219:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  283. giscanner/giscannermodule.c:220:3: warning: braces around scalar initializer [enabled by default]
  284. { "source_filename", (getter)symbol_get_source_filename, NULL, NULL},
  285. ^
  286. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  287. giscanner/giscannermodule.c:220:3: warning: initialization from incompatible pointer type [enabled by default]
  288. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  289. giscanner/giscannermodule.c:220:32: error: 'symbol_get_source_filename' undeclared (first use in this function)
  290. { "source_filename", (getter)symbol_get_source_filename, NULL, NULL},
  291. ^
  292. giscanner/giscannermodule.c:220:3: warning: excess elements in scalar initializer [enabled by default]
  293. { "source_filename", (getter)symbol_get_source_filename, NULL, NULL},
  294. ^
  295. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  296. giscanner/giscannermodule.c:220:3: warning: excess elements in scalar initializer [enabled by default]
  297. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  298. giscanner/giscannermodule.c:220:3: warning: excess elements in scalar initializer [enabled by default]
  299. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  300. giscanner/giscannermodule.c:220:3: warning: excess elements in scalar initializer [enabled by default]
  301. giscanner/giscannermodule.c:220:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  302. giscanner/giscannermodule.c:221:3: warning: braces around scalar initializer [enabled by default]
  303. { "line", (getter)symbol_get_line, NULL, NULL},
  304. ^
  305. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  306. giscanner/giscannermodule.c:221:3: warning: initialization from incompatible pointer type [enabled by default]
  307. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  308. giscanner/giscannermodule.c:221:21: error: 'symbol_get_line' undeclared (first use in this function)
  309. { "line", (getter)symbol_get_line, NULL, NULL},
  310. ^
  311. giscanner/giscannermodule.c:221:3: warning: excess elements in scalar initializer [enabled by default]
  312. { "line", (getter)symbol_get_line, NULL, NULL},
  313. ^
  314. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  315. giscanner/giscannermodule.c:221:3: warning: excess elements in scalar initializer [enabled by default]
  316. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  317. giscanner/giscannermodule.c:221:3: warning: excess elements in scalar initializer [enabled by default]
  318. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  319. giscanner/giscannermodule.c:221:3: warning: excess elements in scalar initializer [enabled by default]
  320. giscanner/giscannermodule.c:221:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  321. giscanner/giscannermodule.c:222:3: warning: braces around scalar initializer [enabled by default]
  322. { "private", (getter)symbol_get_private, NULL, NULL},
  323. ^
  324. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  325. giscanner/giscannermodule.c:222:3: warning: initialization from incompatible pointer type [enabled by default]
  326. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  327. giscanner/giscannermodule.c:222:24: error: 'symbol_get_private' undeclared (first use in this function)
  328. { "private", (getter)symbol_get_private, NULL, NULL},
  329. ^
  330. giscanner/giscannermodule.c:222:3: warning: excess elements in scalar initializer [enabled by default]
  331. { "private", (getter)symbol_get_private, NULL, NULL},
  332. ^
  333. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  334. giscanner/giscannermodule.c:222:3: warning: excess elements in scalar initializer [enabled by default]
  335. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  336. giscanner/giscannermodule.c:222:3: warning: excess elements in scalar initializer [enabled by default]
  337. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  338. giscanner/giscannermodule.c:222:3: warning: excess elements in scalar initializer [enabled by default]
  339. giscanner/giscannermodule.c:222:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  340. giscanner/giscannermodule.c:223:3: warning: braces around scalar initializer [enabled by default]
  341. { 0 }
  342. ^
  343. giscanner/giscannermodule.c:223:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  344. giscanner/giscannermodule.c:223:3: warning: excess elements in scalar initializer [enabled by default]
  345. giscanner/giscannermodule.c:223:3: warning: (near initialization for '_PyGISourceSymbol_getsets') [enabled by default]
  346. giscanner/giscannermodule.c:232:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  347. {
  348. ^
  349. giscanner/giscannermodule.c:248:16: error: expected declaration specifiers or '...' before 'PyGISourceType'
  350. type_get_type (PyGISourceType *self,
  351. ^
  352. giscanner/giscannermodule.c:255:35: error: expected declaration specifiers or '...' before 'PyGISourceType'
  353. type_get_storage_class_specifier (PyGISourceType *self,
  354. ^
  355. giscanner/giscannermodule.c:262:26: error: expected declaration specifiers or '...' before 'PyGISourceType'
  356. type_get_type_qualifier (PyGISourceType *self,
  357. ^
  358. giscanner/giscannermodule.c:269:30: error: expected declaration specifiers or '...' before 'PyGISourceType'
  359. type_get_function_specifier (PyGISourceType *self,
  360. ^
  361. giscanner/giscannermodule.c:276:16: error: expected declaration specifiers or '...' before 'PyGISourceType'
  362. type_get_name (PyGISourceType *self,
  363. ^
  364. giscanner/giscannermodule.c:289:21: error: expected declaration specifiers or '...' before 'PyGISourceType'
  365. type_get_base_type (PyGISourceType *self,
  366. ^
  367. giscanner/giscannermodule.c:296:22: error: expected declaration specifiers or '...' before 'PyGISourceType'
  368. type_get_child_list (PyGISourceType *self,
  369. ^
  370. giscanner/giscannermodule.c:319:23: error: expected declaration specifiers or '...' before 'PyGISourceType'
  371. type_get_is_bitfield (PyGISourceType *self,
  372. ^
  373. giscanner/giscannermodule.c:325:26: error: storage class specified for parameter '_PyGISourceType_getsets'
  374. static const PyGetSetDef _PyGISourceType_getsets[] = {
  375. ^
  376. giscanner/giscannermodule.c:325:1: error: parameter '_PyGISourceType_getsets' is initialized
  377. static const PyGetSetDef _PyGISourceType_getsets[] = {
  378. ^
  379. giscanner/giscannermodule.c:326:3: warning: braces around scalar initializer [enabled by default]
  380. { "type", (getter)type_get_type, NULL, NULL},
  381. ^
  382. giscanner/giscannermodule.c:326:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  383. giscanner/giscannermodule.c:326:3: warning: initialization from incompatible pointer type [enabled by default]
  384. giscanner/giscannermodule.c:326:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  385. giscanner/giscannermodule.c:326:21: error: 'type_get_type' undeclared (first use in this function)
  386. { "type", (getter)type_get_type, NULL, NULL},
  387. ^
  388. giscanner/giscannermodule.c:326:3: warning: excess elements in scalar initializer [enabled by default]
  389. { "type", (getter)type_get_type, NULL, NULL},
  390. ^
  391. giscanner/giscannermodule.c:326:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  392. giscanner/giscannermodule.c:326:3: warning: excess elements in scalar initializer [enabled by default]
  393. giscanner/giscannermodule.c:326:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  394. giscanner/giscannermodule.c:326:3: warning: excess elements in scalar initializer [enabled by default]
  395. giscanner/giscannermodule.c:326:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  396. giscanner/giscannermodule.c:327:3: warning: braces around scalar initializer [enabled by default]
  397. { "storage_class_specifier", (getter)type_get_storage_class_specifier, NULL, NULL},
  398. ^
  399. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  400. giscanner/giscannermodule.c:327:3: warning: initialization from incompatible pointer type [enabled by default]
  401. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  402. giscanner/giscannermodule.c:327:40: error: 'type_get_storage_class_specifier' undeclared (first use in this function)
  403. { "storage_class_specifier", (getter)type_get_storage_class_specifier, NULL, NULL},
  404. ^
  405. giscanner/giscannermodule.c:327:3: warning: excess elements in scalar initializer [enabled by default]
  406. { "storage_class_specifier", (getter)type_get_storage_class_specifier, NULL, NULL},
  407. ^
  408. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  409. giscanner/giscannermodule.c:327:3: warning: excess elements in scalar initializer [enabled by default]
  410. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  411. giscanner/giscannermodule.c:327:3: warning: excess elements in scalar initializer [enabled by default]
  412. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  413. giscanner/giscannermodule.c:327:3: warning: excess elements in scalar initializer [enabled by default]
  414. giscanner/giscannermodule.c:327:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  415. giscanner/giscannermodule.c:328:3: warning: braces around scalar initializer [enabled by default]
  416. { "type_qualifier", (getter)type_get_type_qualifier, NULL, NULL},
  417. ^
  418. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  419. giscanner/giscannermodule.c:328:3: warning: initialization from incompatible pointer type [enabled by default]
  420. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  421. giscanner/giscannermodule.c:328:31: error: 'type_get_type_qualifier' undeclared (first use in this function)
  422. { "type_qualifier", (getter)type_get_type_qualifier, NULL, NULL},
  423. ^
  424. giscanner/giscannermodule.c:328:3: warning: excess elements in scalar initializer [enabled by default]
  425. { "type_qualifier", (getter)type_get_type_qualifier, NULL, NULL},
  426. ^
  427. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  428. giscanner/giscannermodule.c:328:3: warning: excess elements in scalar initializer [enabled by default]
  429. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  430. giscanner/giscannermodule.c:328:3: warning: excess elements in scalar initializer [enabled by default]
  431. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  432. giscanner/giscannermodule.c:328:3: warning: excess elements in scalar initializer [enabled by default]
  433. giscanner/giscannermodule.c:328:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  434. giscanner/giscannermodule.c:329:3: warning: braces around scalar initializer [enabled by default]
  435. { "function_specifier", (getter)type_get_function_specifier, NULL, NULL},
  436. ^
  437. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  438. giscanner/giscannermodule.c:329:3: warning: initialization from incompatible pointer type [enabled by default]
  439. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  440. giscanner/giscannermodule.c:329:35: error: 'type_get_function_specifier' undeclared (first use in this function)
  441. { "function_specifier", (getter)type_get_function_specifier, NULL, NULL},
  442. ^
  443. giscanner/giscannermodule.c:329:3: warning: excess elements in scalar initializer [enabled by default]
  444. { "function_specifier", (getter)type_get_function_specifier, NULL, NULL},
  445. ^
  446. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  447. giscanner/giscannermodule.c:329:3: warning: excess elements in scalar initializer [enabled by default]
  448. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  449. giscanner/giscannermodule.c:329:3: warning: excess elements in scalar initializer [enabled by default]
  450. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  451. giscanner/giscannermodule.c:329:3: warning: excess elements in scalar initializer [enabled by default]
  452. giscanner/giscannermodule.c:329:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  453. giscanner/giscannermodule.c:330:3: warning: braces around scalar initializer [enabled by default]
  454. { "name", (getter)type_get_name, NULL, NULL},
  455. ^
  456. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  457. giscanner/giscannermodule.c:330:3: warning: initialization from incompatible pointer type [enabled by default]
  458. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  459. giscanner/giscannermodule.c:330:21: error: 'type_get_name' undeclared (first use in this function)
  460. { "name", (getter)type_get_name, NULL, NULL},
  461. ^
  462. giscanner/giscannermodule.c:330:3: warning: excess elements in scalar initializer [enabled by default]
  463. { "name", (getter)type_get_name, NULL, NULL},
  464. ^
  465. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  466. giscanner/giscannermodule.c:330:3: warning: excess elements in scalar initializer [enabled by default]
  467. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  468. giscanner/giscannermodule.c:330:3: warning: excess elements in scalar initializer [enabled by default]
  469. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  470. giscanner/giscannermodule.c:330:3: warning: excess elements in scalar initializer [enabled by default]
  471. giscanner/giscannermodule.c:330:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  472. giscanner/giscannermodule.c:331:3: warning: braces around scalar initializer [enabled by default]
  473. { "base_type", (getter)type_get_base_type, NULL, NULL},
  474. ^
  475. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  476. giscanner/giscannermodule.c:331:3: warning: initialization from incompatible pointer type [enabled by default]
  477. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  478. giscanner/giscannermodule.c:331:26: error: 'type_get_base_type' undeclared (first use in this function)
  479. { "base_type", (getter)type_get_base_type, NULL, NULL},
  480. ^
  481. giscanner/giscannermodule.c:331:3: warning: excess elements in scalar initializer [enabled by default]
  482. { "base_type", (getter)type_get_base_type, NULL, NULL},
  483. ^
  484. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  485. giscanner/giscannermodule.c:331:3: warning: excess elements in scalar initializer [enabled by default]
  486. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  487. giscanner/giscannermodule.c:331:3: warning: excess elements in scalar initializer [enabled by default]
  488. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  489. giscanner/giscannermodule.c:331:3: warning: excess elements in scalar initializer [enabled by default]
  490. giscanner/giscannermodule.c:331:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  491. giscanner/giscannermodule.c:332:3: warning: braces around scalar initializer [enabled by default]
  492. { "child_list", (getter)type_get_child_list, NULL, NULL},
  493. ^
  494. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  495. giscanner/giscannermodule.c:332:3: warning: initialization from incompatible pointer type [enabled by default]
  496. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  497. giscanner/giscannermodule.c:332:27: error: 'type_get_child_list' undeclared (first use in this function)
  498. { "child_list", (getter)type_get_child_list, NULL, NULL},
  499. ^
  500. giscanner/giscannermodule.c:332:3: warning: excess elements in scalar initializer [enabled by default]
  501. { "child_list", (getter)type_get_child_list, NULL, NULL},
  502. ^
  503. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  504. giscanner/giscannermodule.c:332:3: warning: excess elements in scalar initializer [enabled by default]
  505. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  506. giscanner/giscannermodule.c:332:3: warning: excess elements in scalar initializer [enabled by default]
  507. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  508. giscanner/giscannermodule.c:332:3: warning: excess elements in scalar initializer [enabled by default]
  509. giscanner/giscannermodule.c:332:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  510. giscanner/giscannermodule.c:333:3: warning: braces around scalar initializer [enabled by default]
  511. { "is_bitfield", (getter)type_get_is_bitfield, NULL, NULL},
  512. ^
  513. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  514. giscanner/giscannermodule.c:333:3: warning: initialization from incompatible pointer type [enabled by default]
  515. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  516. giscanner/giscannermodule.c:333:28: error: 'type_get_is_bitfield' undeclared (first use in this function)
  517. { "is_bitfield", (getter)type_get_is_bitfield, NULL, NULL},
  518. ^
  519. giscanner/giscannermodule.c:333:3: warning: excess elements in scalar initializer [enabled by default]
  520. { "is_bitfield", (getter)type_get_is_bitfield, NULL, NULL},
  521. ^
  522. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  523. giscanner/giscannermodule.c:333:3: warning: excess elements in scalar initializer [enabled by default]
  524. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  525. giscanner/giscannermodule.c:333:3: warning: excess elements in scalar initializer [enabled by default]
  526. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  527. giscanner/giscannermodule.c:333:3: warning: excess elements in scalar initializer [enabled by default]
  528. giscanner/giscannermodule.c:333:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  529. giscanner/giscannermodule.c:334:3: warning: braces around scalar initializer [enabled by default]
  530. { 0 }
  531. ^
  532. giscanner/giscannermodule.c:334:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  533. giscanner/giscannermodule.c:334:3: warning: excess elements in scalar initializer [enabled by default]
  534. giscanner/giscannermodule.c:334:3: warning: (near initialization for '_PyGISourceType_getsets') [enabled by default]
  535. giscanner/giscannermodule.c:342:27: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  536. pygi_source_scanner_init (PyGISourceScanner *self,
  537. ^
  538. giscanner/giscannermodule.c:355:38: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  539. pygi_source_scanner_append_filename (PyGISourceScanner *self,
  540. ^
  541. giscanner/giscannermodule.c:371:35: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  542. pygi_source_scanner_parse_macros (PyGISourceScanner *self,
  543. ^
  544. giscanner/giscannermodule.c:406:33: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  545. pygi_source_scanner_parse_file (PyGISourceScanner *self,
  546. ^
  547. giscanner/giscannermodule.c:510:35: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  548. pygi_source_scanner_lex_filename (PyGISourceScanner *self,
  549. ^
  550. giscanner/giscannermodule.c:532:37: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  551. pygi_source_scanner_set_macro_scan (PyGISourceScanner *self,
  552. ^
  553. giscanner/giscannermodule.c:547:34: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  554. pygi_source_scanner_get_symbols (PyGISourceScanner *self)
  555. ^
  556. giscanner/giscannermodule.c:567:35: error: expected declaration specifiers or '...' before 'PyGISourceScanner'
  557. pygi_source_scanner_get_comments (PyGISourceScanner *self)
  558. ^
  559. giscanner/giscannermodule.c:589:26: error: storage class specified for parameter '_PyGISourceScanner_methods'
  560. static const PyMethodDef _PyGISourceScanner_methods[] = {
  561. ^
  562. giscanner/giscannermodule.c:589:1: error: parameter '_PyGISourceScanner_methods' is initialized
  563. static const PyMethodDef _PyGISourceScanner_methods[] = {
  564. ^
  565. giscanner/giscannermodule.c:589:26: error: redefinition of parameter '_PyGISourceScanner_methods'
  566. static const PyMethodDef _PyGISourceScanner_methods[] = {
  567. ^
  568. giscanner/giscannermodule.c:46:26: note: previous definition of '_PyGISourceScanner_methods' was here
  569. static const PyMethodDef _Py##cname##_methods[num_methods]; \
  570. ^
  571. giscanner/giscannermodule.c:91:1: note: in expansion of macro 'NEW_CLASS'
  572. NEW_CLASS (PyGISourceScanner, "SourceScanner", GISourceScanner, 8);
  573. ^
  574. giscanner/giscannermodule.c:590:3: warning: braces around scalar initializer [enabled by default]
  575. { "get_comments", (PyCFunction) pygi_source_scanner_get_comments, METH_NOARGS },
  576. ^
  577. giscanner/giscannermodule.c:590:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  578. giscanner/giscannermodule.c:590:3: warning: initialization from incompatible pointer type [enabled by default]
  579. giscanner/giscannermodule.c:590:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  580. giscanner/giscannermodule.c:590:35: error: 'pygi_source_scanner_get_comments' undeclared (first use in this function)
  581. { "get_comments", (PyCFunction) pygi_source_scanner_get_comments, METH_NOARGS },
  582. ^
  583. giscanner/giscannermodule.c:590:3: warning: excess elements in scalar initializer [enabled by default]
  584. { "get_comments", (PyCFunction) pygi_source_scanner_get_comments, METH_NOARGS },
  585. ^
  586. giscanner/giscannermodule.c:590:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  587. giscanner/giscannermodule.c:590:3: warning: excess elements in scalar initializer [enabled by default]
  588. giscanner/giscannermodule.c:590:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  589. giscanner/giscannermodule.c:591:3: warning: braces around scalar initializer [enabled by default]
  590. { "get_symbols", (PyCFunction) pygi_source_scanner_get_symbols, METH_NOARGS },
  591. ^
  592. giscanner/giscannermodule.c:591:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  593. giscanner/giscannermodule.c:591:3: warning: initialization from incompatible pointer type [enabled by default]
  594. giscanner/giscannermodule.c:591:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  595. giscanner/giscannermodule.c:591:34: error: 'pygi_source_scanner_get_symbols' undeclared (first use in this function)
  596. { "get_symbols", (PyCFunction) pygi_source_scanner_get_symbols, METH_NOARGS },
  597. ^
  598. giscanner/giscannermodule.c:591:3: warning: excess elements in scalar initializer [enabled by default]
  599. { "get_symbols", (PyCFunction) pygi_source_scanner_get_symbols, METH_NOARGS },
  600. ^
  601. giscanner/giscannermodule.c:591:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  602. giscanner/giscannermodule.c:591:3: warning: excess elements in scalar initializer [enabled by default]
  603. giscanner/giscannermodule.c:591:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  604. giscanner/giscannermodule.c:591:3: warning: excess elements in scalar initializer [enabled by default]
  605. giscanner/giscannermodule.c:591:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  606. giscanner/giscannermodule.c:592:3: warning: braces around scalar initializer [enabled by default]
  607. { "append_filename", (PyCFunction) pygi_source_scanner_append_filename, METH_VARARGS },
  608. ^
  609. giscanner/giscannermodule.c:592:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  610. giscanner/giscannermodule.c:592:3: warning: initialization from incompatible pointer type [enabled by default]
  611. giscanner/giscannermodule.c:592:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  612. giscanner/giscannermodule.c:592:38: error: 'pygi_source_scanner_append_filename' undeclared (first use in this function)
  613. { "append_filename", (PyCFunction) pygi_source_scanner_append_filename, METH_VARARGS },
  614. ^
  615. giscanner/giscannermodule.c:592:3: warning: excess elements in scalar initializer [enabled by default]
  616. { "append_filename", (PyCFunction) pygi_source_scanner_append_filename, METH_VARARGS },
  617. ^
  618. giscanner/giscannermodule.c:592:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  619. giscanner/giscannermodule.c:592:3: warning: excess elements in scalar initializer [enabled by default]
  620. giscanner/giscannermodule.c:592:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  621. giscanner/giscannermodule.c:592:3: warning: excess elements in scalar initializer [enabled by default]
  622. giscanner/giscannermodule.c:592:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  623. giscanner/giscannermodule.c:593:3: warning: braces around scalar initializer [enabled by default]
  624. { "parse_file", (PyCFunction) pygi_source_scanner_parse_file, METH_VARARGS },
  625. ^
  626. giscanner/giscannermodule.c:593:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  627. giscanner/giscannermodule.c:593:3: warning: initialization from incompatible pointer type [enabled by default]
  628. giscanner/giscannermodule.c:593:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  629. giscanner/giscannermodule.c:593:33: error: 'pygi_source_scanner_parse_file' undeclared (first use in this function)
  630. { "parse_file", (PyCFunction) pygi_source_scanner_parse_file, METH_VARARGS },
  631. ^
  632. giscanner/giscannermodule.c:593:3: warning: excess elements in scalar initializer [enabled by default]
  633. { "parse_file", (PyCFunction) pygi_source_scanner_parse_file, METH_VARARGS },
  634. ^
  635. giscanner/giscannermodule.c:593:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  636. giscanner/giscannermodule.c:593:3: warning: excess elements in scalar initializer [enabled by default]
  637. giscanner/giscannermodule.c:593:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  638. giscanner/giscannermodule.c:593:3: warning: excess elements in scalar initializer [enabled by default]
  639. giscanner/giscannermodule.c:593:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  640. giscanner/giscannermodule.c:594:3: warning: braces around scalar initializer [enabled by default]
  641. { "parse_macros", (PyCFunction) pygi_source_scanner_parse_macros, METH_VARARGS },
  642. ^
  643. giscanner/giscannermodule.c:594:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  644. giscanner/giscannermodule.c:594:3: warning: initialization from incompatible pointer type [enabled by default]
  645. giscanner/giscannermodule.c:594:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  646. giscanner/giscannermodule.c:594:35: error: 'pygi_source_scanner_parse_macros' undeclared (first use in this function)
  647. { "parse_macros", (PyCFunction) pygi_source_scanner_parse_macros, METH_VARARGS },
  648. ^
  649. giscanner/giscannermodule.c:594:3: warning: excess elements in scalar initializer [enabled by default]
  650. { "parse_macros", (PyCFunction) pygi_source_scanner_parse_macros, METH_VARARGS },
  651. ^
  652. giscanner/giscannermodule.c:594:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  653. giscanner/giscannermodule.c:594:3: warning: excess elements in scalar initializer [enabled by default]
  654. giscanner/giscannermodule.c:594:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  655. giscanner/giscannermodule.c:594:3: warning: excess elements in scalar initializer [enabled by default]
  656. giscanner/giscannermodule.c:594:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  657. giscanner/giscannermodule.c:595:3: warning: braces around scalar initializer [enabled by default]
  658. { "lex_filename", (PyCFunction) pygi_source_scanner_lex_filename, METH_VARARGS },
  659. ^
  660. giscanner/giscannermodule.c:595:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  661. giscanner/giscannermodule.c:595:3: warning: initialization from incompatible pointer type [enabled by default]
  662. giscanner/giscannermodule.c:595:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  663. giscanner/giscannermodule.c:595:35: error: 'pygi_source_scanner_lex_filename' undeclared (first use in this function)
  664. { "lex_filename", (PyCFunction) pygi_source_scanner_lex_filename, METH_VARARGS },
  665. ^
  666. giscanner/giscannermodule.c:595:3: warning: excess elements in scalar initializer [enabled by default]
  667. { "lex_filename", (PyCFunction) pygi_source_scanner_lex_filename, METH_VARARGS },
  668. ^
  669. giscanner/giscannermodule.c:595:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  670. giscanner/giscannermodule.c:595:3: warning: excess elements in scalar initializer [enabled by default]
  671. giscanner/giscannermodule.c:595:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  672. giscanner/giscannermodule.c:595:3: warning: excess elements in scalar initializer [enabled by default]
  673. giscanner/giscannermodule.c:595:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  674. giscanner/giscannermodule.c:596:3: warning: braces around scalar initializer [enabled by default]
  675. { "set_macro_scan", (PyCFunction) pygi_source_scanner_set_macro_scan, METH_VARARGS },
  676. ^
  677. giscanner/giscannermodule.c:596:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  678. giscanner/giscannermodule.c:596:3: warning: initialization from incompatible pointer type [enabled by default]
  679. giscanner/giscannermodule.c:596:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  680. giscanner/giscannermodule.c:596:37: error: 'pygi_source_scanner_set_macro_scan' undeclared (first use in this function)
  681. { "set_macro_scan", (PyCFunction) pygi_source_scanner_set_macro_scan, METH_VARARGS },
  682. ^
  683. giscanner/giscannermodule.c:596:3: warning: excess elements in scalar initializer [enabled by default]
  684. { "set_macro_scan", (PyCFunction) pygi_source_scanner_set_macro_scan, METH_VARARGS },
  685. ^
  686. giscanner/giscannermodule.c:596:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  687. giscanner/giscannermodule.c:596:3: warning: excess elements in scalar initializer [enabled by default]
  688. giscanner/giscannermodule.c:596:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  689. giscanner/giscannermodule.c:596:3: warning: excess elements in scalar initializer [enabled by default]
  690. giscanner/giscannermodule.c:596:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  691. giscanner/giscannermodule.c:597:3: warning: braces around scalar initializer [enabled by default]
  692. { NULL, NULL, 0 }
  693. ^
  694. giscanner/giscannermodule.c:597:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  695. giscanner/giscannermodule.c:597:3: warning: excess elements in scalar initializer [enabled by default]
  696. giscanner/giscannermodule.c:597:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  697. giscanner/giscannermodule.c:597:3: warning: excess elements in scalar initializer [enabled by default]
  698. giscanner/giscannermodule.c:597:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  699. giscanner/giscannermodule.c:597:3: warning: excess elements in scalar initializer [enabled by default]
  700. giscanner/giscannermodule.c:597:3: warning: (near initialization for '_PyGISourceScanner_methods') [enabled by default]
  701. giscanner/giscannermodule.c:603:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  702. {
  703. ^
  704. giscanner/giscannermodule.c:653:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  705. {
  706. ^
  707. giscanner/giscannermodule.c:752:26: error: storage class specified for parameter 'pyscanner_functions'
  708. static const PyMethodDef pyscanner_functions[] = {
  709. ^
  710. giscanner/giscannermodule.c:752:1: error: parameter 'pyscanner_functions' is initialized
  711. static const PyMethodDef pyscanner_functions[] = {
  712. ^
  713. giscanner/giscannermodule.c:753:3: warning: braces around scalar initializer [enabled by default]
  714. { "collect_attributes",
  715. ^
  716. giscanner/giscannermodule.c:753:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  717. giscanner/giscannermodule.c:753:3: warning: initialization from incompatible pointer type [enabled by default]
  718. giscanner/giscannermodule.c:753:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  719. giscanner/giscannermodule.c:754:19: error: 'pygi_collect_attributes' undeclared (first use in this function)
  720. (PyCFunction) pygi_collect_attributes, METH_VARARGS },
  721. ^
  722. giscanner/giscannermodule.c:754:5: warning: excess elements in scalar initializer [enabled by default]
  723. (PyCFunction) pygi_collect_attributes, METH_VARARGS },
  724. ^
  725. giscanner/giscannermodule.c:754:5: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  726. giscanner/giscannermodule.c:754:5: warning: excess elements in scalar initializer [enabled by default]
  727. giscanner/giscannermodule.c:754:5: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  728. giscanner/giscannermodule.c:755:3: warning: braces around scalar initializer [enabled by default]
  729. { NULL, NULL, 0, NULL }
  730. ^
  731. giscanner/giscannermodule.c:755:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  732. giscanner/giscannermodule.c:755:3: warning: excess elements in scalar initializer [enabled by default]
  733. giscanner/giscannermodule.c:755:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  734. giscanner/giscannermodule.c:755:3: warning: excess elements in scalar initializer [enabled by default]
  735. giscanner/giscannermodule.c:755:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  736. giscanner/giscannermodule.c:755:3: warning: excess elements in scalar initializer [enabled by default]
  737. giscanner/giscannermodule.c:755:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  738. giscanner/giscannermodule.c:755:3: warning: excess elements in scalar initializer [enabled by default]
  739. giscanner/giscannermodule.c:755:3: warning: (near initialization for 'pyscanner_functions') [enabled by default]
  740. giscanner/giscannermodule.c:758:1: error: expected declaration specifiers before 'DL_EXPORT'
  741. DL_EXPORT(void)
  742. ^
  743. giscanner/giscannermodule.c:43:1: error: old-style parameter declarations in prototyped function definition
  744. DL_EXPORT(void) init_giscanner(void);
  745. ^
  746. giscanner/giscannermodule.c:782:1: error: expected '{' at end of input
  747. }
  748. ^
  749. giscanner/giscannermodule.c:782:1: warning: control reaches end of non-void function [-Wreturn-type]
  750. }
  751. ^
  752. CC g_ir_generate-generate.o
  753. make[2]: *** [_giscanner_la-giscannermodule.lo] Error 1
  754. make[2]: *** Waiting for unfinished jobs....
  755. make[2]: Leaving directory `/home/manhattan/checkout/gnome/gobject-introspection'
  756. make[1]: *** [all-recursive] Error 1
  757. make[1]: Leaving directory `/home/manhattan/checkout/gnome/gobject-introspection'
  758. make: *** [all] Error 2
  759. *** Error during phase build of gobject-introspection: ########## Error running make -j 5 *** [7/77]
  760.  
  761. [1] Rerun phase build
  762. [2] Ignore error and continue to install
  763. [3] Give up on module
  764. [4] Start shell
  765. [5] Reload configuration
  766. [6] Go to phase "wipe directory and start over"
  767. [7] Go to phase "configure"
  768. [8] Go to phase "clean"
  769. [9] Go to phase "distclean"
  770. choice:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement