shun_kanji

Gstreamer0.10-base

Feb 10th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.58 KB | None | 0 0
  1. interfaces-enumtypes.c:6:1: error: stray ‘\’ in program
  2. 6 | \#include "colorbalance.h"
  3. | ^
  4. interfaces-enumtypes.c:6:2: error: stray ‘#’ in program
  5. 6 | \#include "colorbalance.h"
  6. | ^
  7. interfaces-enumtypes.c:6:11: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before string constant
  8. 6 | \#include "colorbalance.h"
  9. | ^~~~~~~~~~~~~~~~
  10. interfaces-enumtypes.c:7:1: error: stray ‘\’ in program
  11. 7 | \#include "colorbalancechannel.h"
  12. | ^
  13. interfaces-enumtypes.c:7:2: error: stray ‘#’ in program
  14. 7 | \#include "colorbalancechannel.h"
  15. | ^
  16. interfaces-enumtypes.c:8:1: error: stray ‘\’ in program
  17. 8 | \#include "mixer.h"
  18. | ^
  19. interfaces-enumtypes.c:8:2: error: stray ‘#’ in program
  20. 8 | \#include "mixer.h"
  21. | ^
  22. interfaces-enumtypes.c:9:1: error: stray ‘\’ in program
  23. 9 | \#include "mixeroptions.h"
  24. | ^
  25. interfaces-enumtypes.c:9:2: error: stray ‘#’ in program
  26. 9 | \#include "mixeroptions.h"
  27. | ^
  28. interfaces-enumtypes.c:10:1: error: stray ‘\’ in program
  29. 10 | \#include "mixertrack.h"
  30. | ^
  31. interfaces-enumtypes.c:10:2: error: stray ‘#’ in program
  32. 10 | \#include "mixertrack.h"
  33. | ^
  34. interfaces-enumtypes.c:11:1: error: stray ‘\’ in program
  35. 11 | \#include "navigation.h"
  36. | ^
  37. interfaces-enumtypes.c:11:2: error: stray ‘#’ in program
  38. 11 | \#include "navigation.h"
  39. | ^
  40. interfaces-enumtypes.c:12:1: error: stray ‘\’ in program
  41. 12 | \#include "propertyprobe.h"
  42. | ^
  43. interfaces-enumtypes.c:12:2: error: stray ‘#’ in program
  44. 12 | \#include "propertyprobe.h"
  45. | ^
  46. interfaces-enumtypes.c:13:1: error: stray ‘\’ in program
  47. 13 | \#include "streamvolume.h"
  48. | ^
  49. interfaces-enumtypes.c:13:2: error: stray ‘#’ in program
  50. 13 | \#include "streamvolume.h"
  51. | ^
  52. interfaces-enumtypes.c:14:1: error: stray ‘\’ in program
  53. 14 | \#include "tuner.h"
  54. | ^
  55. interfaces-enumtypes.c:14:2: error: stray ‘#’ in program
  56. 14 | \#include "tuner.h"
  57. | ^
  58. interfaces-enumtypes.c:15:1: error: stray ‘\’ in program
  59. 15 | \#include "tunernorm.h"
  60. | ^
  61. interfaces-enumtypes.c:15:2: error: stray ‘#’ in program
  62. 15 | \#include "tunernorm.h"
  63. | ^
  64. interfaces-enumtypes.c:16:1: error: stray ‘\’ in program
  65. 16 | \#include "tunerchannel.h"
  66. | ^
  67. interfaces-enumtypes.c:16:2: error: stray ‘#’ in program
  68. 16 | \#include "tunerchannel.h"
  69. | ^
  70. interfaces-enumtypes.c:17:1: error: stray ‘\’ in program
  71. 17 | \#include "videoorientation.h"
  72. | ^
  73. interfaces-enumtypes.c:17:2: error: stray ‘#’ in program
  74. 17 | \#include "videoorientation.h"
  75. | ^
  76. interfaces-enumtypes.c:18:1: error: stray ‘\’ in program
  77. 18 | \#include "xoverlay.h"
  78. | ^
  79. interfaces-enumtypes.c:18:2: error: stray ‘#’ in program
  80. 18 | \#include "xoverlay.h"
  81. | ^
  82. In file included from /usr/include/gstreamer-0.10/gst/gst.h:71,
  83. from videoorientation.h:25,
  84. from videoorientation.c:26:
  85. /usr/include/gstreamer-0.10/gst/gsttrace.h:127:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
  86. 127 | extern GStaticMutex _gst_trace_mutex;
  87. | ^~~~~~
  88. In file included from /usr/include/glib-2.0/glib.h:110,
  89. from /usr/include/gstreamer-0.10/gst/gst.h:27,
  90. from videoorientation.h:25,
  91. from videoorientation.c:26:
  92. /usr/include/glib-2.0/glib/deprecated/gthread.h:129:9: note: declared here
  93. 129 | typedef struct
  94. | ^~~~~~
  95. interfaces-enumtypes.c: In function ‘gst_mixer_type_get_type’:
  96. interfaces-enumtypes.c:44:9: error: ‘GST_MIXER_HARDWARE’ undeclared (first use in this function)
  97. 44 | { GST_MIXER_HARDWARE, "GST_MIXER_HARDWARE", "hardware" },
  98. | ^~~~~~~~~~~~~~~~~~
  99. interfaces-enumtypes.c:44:9: note: each undeclared identifier is reported only once for each function it appears in
  100. interfaces-enumtypes.c:45:9: error: ‘GST_MIXER_SOFTWARE’ undeclared (first use in this function)
  101. 45 | { GST_MIXER_SOFTWARE, "GST_MIXER_SOFTWARE", "software" },
  102. | ^~~~~~~~~~~~~~~~~~
  103. interfaces-enumtypes.c: In function ‘gst_mixer_message_type_get_type’:
  104. interfaces-enumtypes.c:59:9: error: ‘GST_MIXER_MESSAGE_INVALID’ undeclared (first use in this function)
  105. 59 | { GST_MIXER_MESSAGE_INVALID, "GST_MIXER_MESSAGE_INVALID", "invalid" },
  106. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  107. interfaces-enumtypes.c:59:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  108. interfaces-enumtypes.c:59:9: note: (near initialization for ‘values[0].value’)
  109. interfaces-enumtypes.c:59:9: error: initializer element is not constant
  110. interfaces-enumtypes.c:59:9: note: (near initialization for ‘values[0].value’)
  111. interfaces-enumtypes.c:60:9: error: ‘GST_MIXER_MESSAGE_MUTE_TOGGLED’ undeclared (first use in this function)
  112. 60 | { GST_MIXER_MESSAGE_MUTE_TOGGLED, "GST_MIXER_MESSAGE_MUTE_TOGGLED", "mute-toggled" },
  113. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  114. interfaces-enumtypes.c:60:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  115. interfaces-enumtypes.c:60:9: note: (near initialization for ‘values[1].value’)
  116. interfaces-enumtypes.c:60:9: error: initializer element is not constant
  117. interfaces-enumtypes.c:60:9: note: (near initialization for ‘values[1].value’)
  118. interfaces-enumtypes.c:61:9: error: ‘GST_MIXER_MESSAGE_RECORD_TOGGLED’ undeclared (first use in this function)
  119. 61 | { GST_MIXER_MESSAGE_RECORD_TOGGLED, "GST_MIXER_MESSAGE_RECORD_TOGGLED", "record-toggled" },
  120. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121. interfaces-enumtypes.c:61:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  122. interfaces-enumtypes.c:61:9: note: (near initialization for ‘values[2].value’)
  123. interfaces-enumtypes.c:61:9: error: initializer element is not constant
  124. interfaces-enumtypes.c:61:9: note: (near initialization for ‘values[2].value’)
  125. interfaces-enumtypes.c:62:9: error: ‘GST_MIXER_MESSAGE_VOLUME_CHANGED’ undeclared (first use in this function)
  126. 62 | { GST_MIXER_MESSAGE_VOLUME_CHANGED, "GST_MIXER_MESSAGE_VOLUME_CHANGED", "volume-changed" },
  127. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128. interfaces-enumtypes.c:62:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  129. interfaces-enumtypes.c:62:9: note: (near initialization for ‘values[3].value’)
  130. interfaces-enumtypes.c:62:9: error: initializer element is not constant
  131. interfaces-enumtypes.c:62:9: note: (near initialization for ‘values[3].value’)
  132. interfaces-enumtypes.c:63:9: error: ‘GST_MIXER_MESSAGE_OPTION_CHANGED’ undeclared (first use in this function)
  133. 63 | { GST_MIXER_MESSAGE_OPTION_CHANGED, "GST_MIXER_MESSAGE_OPTION_CHANGED", "option-changed" },
  134. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. interfaces-enumtypes.c:63:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  136. interfaces-enumtypes.c:63:9: note: (near initialization for ‘values[4].value’)
  137. interfaces-enumtypes.c:63:9: error: initializer element is not constant
  138. interfaces-enumtypes.c:63:9: note: (near initialization for ‘values[4].value’)
  139. interfaces-enumtypes.c:64:9: error: ‘GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED’ undeclared (first use in this function)
  140. 64 | { GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED, "GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED", "options-list-changed" },
  141. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  142. interfaces-enumtypes.c:64:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  143. interfaces-enumtypes.c:64:9: note: (near initialization for ‘values[5].value’)
  144. interfaces-enumtypes.c:64:9: error: initializer element is not constant
  145. interfaces-enumtypes.c:64:9: note: (near initialization for ‘values[5].value’)
  146. make[5]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/video'
  147. make[4]: *** [Makefile:655: all] Error 2
  148. make[4]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/video'
  149. make[3]: *** [Makefile:865: video] Error 2
  150. make[3]: *** Waiting for unfinished jobs....
  151. interfaces-enumtypes.c:65:9: error: ‘GST_MIXER_MESSAGE_MIXER_CHANGED’ undeclared (first use in this function)
  152. 65 | { GST_MIXER_MESSAGE_MIXER_CHANGED, "GST_MIXER_MESSAGE_MIXER_CHANGED", "mixer-changed" },
  153. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  154. interfaces-enumtypes.c:65:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  155. interfaces-enumtypes.c:65:9: note: (near initialization for ‘values[6].value’)
  156. interfaces-enumtypes.c:65:9: error: initializer element is not constant
  157. interfaces-enumtypes.c:65:9: note: (near initialization for ‘values[6].value’)
  158. interfaces-enumtypes.c: In function ‘gst_mixer_flags_get_type’:
  159. interfaces-enumtypes.c:79:9: error: ‘GST_MIXER_FLAG_NONE’ undeclared (first use in this function)
  160. 79 | { GST_MIXER_FLAG_NONE, "GST_MIXER_FLAG_NONE", "none" },
  161. | ^~~~~~~~~~~~~~~~~~~
  162. interfaces-enumtypes.c:79:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  163. interfaces-enumtypes.c:79:9: note: (near initialization for ‘values[0].value’)
  164. interfaces-enumtypes.c:79:9: error: initializer element is not constant
  165. interfaces-enumtypes.c:79:9: note: (near initialization for ‘values[0].value’)
  166. interfaces-enumtypes.c:80:9: error: ‘GST_MIXER_FLAG_AUTO_NOTIFICATIONS’ undeclared (first use in this function)
  167. 80 | { GST_MIXER_FLAG_AUTO_NOTIFICATIONS, "GST_MIXER_FLAG_AUTO_NOTIFICATIONS", "auto-notifications" },
  168. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  169. interfaces-enumtypes.c:80:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  170. interfaces-enumtypes.c:80:9: note: (near initialization for ‘values[1].value’)
  171. interfaces-enumtypes.c:80:9: error: initializer element is not constant
  172. interfaces-enumtypes.c:80:9: note: (near initialization for ‘values[1].value’)
  173. interfaces-enumtypes.c:81:9: error: ‘GST_MIXER_FLAG_HAS_WHITELIST’ undeclared (first use in this function)
  174. 81 | { GST_MIXER_FLAG_HAS_WHITELIST, "GST_MIXER_FLAG_HAS_WHITELIST", "has-whitelist" },
  175. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. interfaces-enumtypes.c:81:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  177. interfaces-enumtypes.c:81:9: note: (near initialization for ‘values[2].value’)
  178. interfaces-enumtypes.c:81:9: error: initializer element is not constant
  179. interfaces-enumtypes.c:81:9: note: (near initialization for ‘values[2].value’)
  180. interfaces-enumtypes.c:82:9: error: ‘GST_MIXER_FLAG_GROUPING’ undeclared (first use in this function)
  181. 82 | { GST_MIXER_FLAG_GROUPING, "GST_MIXER_FLAG_GROUPING", "grouping" },
  182. | ^~~~~~~~~~~~~~~~~~~~~~~
  183. interfaces-enumtypes.c:82:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  184. interfaces-enumtypes.c:82:9: note: (near initialization for ‘values[3].value’)
  185. interfaces-enumtypes.c:82:9: error: initializer element is not constant
  186. interfaces-enumtypes.c:82:9: note: (near initialization for ‘values[3].value’)
  187. interfaces-enumtypes.c: In function ‘gst_mixer_track_flags_get_type’:
  188. interfaces-enumtypes.c:98:9: error: ‘GST_MIXER_TRACK_INPUT’ undeclared (first use in this function)
  189. 98 | { GST_MIXER_TRACK_INPUT, "GST_MIXER_TRACK_INPUT", "input" },
  190. | ^~~~~~~~~~~~~~~~~~~~~
  191. interfaces-enumtypes.c:98:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  192. interfaces-enumtypes.c:98:9: note: (near initialization for ‘values[0].value’)
  193. interfaces-enumtypes.c:98:9: error: initializer element is not constant
  194. interfaces-enumtypes.c:98:9: note: (near initialization for ‘values[0].value’)
  195. interfaces-enumtypes.c:99:9: error: ‘GST_MIXER_TRACK_OUTPUT’ undeclared (first use in this function)
  196. 99 | { GST_MIXER_TRACK_OUTPUT, "GST_MIXER_TRACK_OUTPUT", "output" },
  197. | ^~~~~~~~~~~~~~~~~~~~~~
  198. interfaces-enumtypes.c:99:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  199. interfaces-enumtypes.c:99:9: note: (near initialization for ‘values[1].value’)
  200. interfaces-enumtypes.c:99:9: error: initializer element is not constant
  201. interfaces-enumtypes.c:99:9: note: (near initialization for ‘values[1].value’)
  202. interfaces-enumtypes.c:100:9: error: ‘GST_MIXER_TRACK_MUTE’ undeclared (first use in this function)
  203. 100 | { GST_MIXER_TRACK_MUTE, "GST_MIXER_TRACK_MUTE", "mute" },
  204. | ^~~~~~~~~~~~~~~~~~~~
  205. interfaces-enumtypes.c:100:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  206. interfaces-enumtypes.c:100:9: note: (near initialization for ‘values[2].value’)
  207. interfaces-enumtypes.c:100:9: error: initializer element is not constant
  208. interfaces-enumtypes.c:100:9: note: (near initialization for ‘values[2].value’)
  209. interfaces-enumtypes.c:101:9: error: ‘GST_MIXER_TRACK_RECORD’ undeclared (first use in this function)
  210. 101 | { GST_MIXER_TRACK_RECORD, "GST_MIXER_TRACK_RECORD", "record" },
  211. | ^~~~~~~~~~~~~~~~~~~~~~
  212. interfaces-enumtypes.c:101:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  213. interfaces-enumtypes.c:101:9: note: (near initialization for ‘values[3].value’)
  214. interfaces-enumtypes.c:101:9: error: initializer element is not constant
  215. interfaces-enumtypes.c:101:9: note: (near initialization for ‘values[3].value’)
  216. make[5]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/pbutils'
  217. make[4]: *** [Makefile:665: all] Error 2
  218. make[4]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/pbutils'
  219. make[3]: *** [Makefile:865: pbutils] Error 2
  220. interfaces-enumtypes.c:102:9: error: ‘GST_MIXER_TRACK_MASTER’ undeclared (first use in this function)
  221. 102 | { GST_MIXER_TRACK_MASTER, "GST_MIXER_TRACK_MASTER", "master" },
  222. | ^~~~~~~~~~~~~~~~~~~~~~
  223. interfaces-enumtypes.c:102:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  224. interfaces-enumtypes.c:102:9: note: (near initialization for ‘values[4].value’)
  225. interfaces-enumtypes.c:102:9: error: initializer element is not constant
  226. interfaces-enumtypes.c:102:9: note: (near initialization for ‘values[4].value’)
  227. interfaces-enumtypes.c:103:9: error: ‘GST_MIXER_TRACK_SOFTWARE’ undeclared (first use in this function)
  228. 103 | { GST_MIXER_TRACK_SOFTWARE, "GST_MIXER_TRACK_SOFTWARE", "software" },
  229. | ^~~~~~~~~~~~~~~~~~~~~~~~
  230. interfaces-enumtypes.c:103:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  231. interfaces-enumtypes.c:103:9: note: (near initialization for ‘values[5].value’)
  232. interfaces-enumtypes.c:103:9: error: initializer element is not constant
  233. interfaces-enumtypes.c:103:9: note: (near initialization for ‘values[5].value’)
  234. interfaces-enumtypes.c:104:9: error: ‘GST_MIXER_TRACK_NO_RECORD’ undeclared (first use in this function)
  235. 104 | { GST_MIXER_TRACK_NO_RECORD, "GST_MIXER_TRACK_NO_RECORD", "no-record" },
  236. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  237. interfaces-enumtypes.c:104:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  238. interfaces-enumtypes.c:104:9: note: (near initialization for ‘values[6].value’)
  239. interfaces-enumtypes.c:104:9: error: initializer element is not constant
  240. interfaces-enumtypes.c:104:9: note: (near initialization for ‘values[6].value’)
  241. interfaces-enumtypes.c:105:9: error: ‘GST_MIXER_TRACK_NO_MUTE’ undeclared (first use in this function)
  242. 105 | { GST_MIXER_TRACK_NO_MUTE, "GST_MIXER_TRACK_NO_MUTE", "no-mute" },
  243. | ^~~~~~~~~~~~~~~~~~~~~~~
  244. interfaces-enumtypes.c:105:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  245. interfaces-enumtypes.c:105:9: note: (near initialization for ‘values[7].value’)
  246. interfaces-enumtypes.c:105:9: error: initializer element is not constant
  247. interfaces-enumtypes.c:105:9: note: (near initialization for ‘values[7].value’)
  248. interfaces-enumtypes.c:106:9: error: ‘GST_MIXER_TRACK_WHITELIST’ undeclared (first use in this function)
  249. 106 | { GST_MIXER_TRACK_WHITELIST, "GST_MIXER_TRACK_WHITELIST", "whitelist" },
  250. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  251. interfaces-enumtypes.c:106:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  252. interfaces-enumtypes.c:106:9: note: (near initialization for ‘values[8].value’)
  253. interfaces-enumtypes.c:106:9: error: initializer element is not constant
  254. interfaces-enumtypes.c:106:9: note: (near initialization for ‘values[8].value’)
  255. interfaces-enumtypes.c:107:9: error: ‘GST_MIXER_TRACK_READONLY’ undeclared (first use in this function)
  256. 107 | { GST_MIXER_TRACK_READONLY, "GST_MIXER_TRACK_READONLY", "readonly" },
  257. | ^~~~~~~~~~~~~~~~~~~~~~~~
  258. interfaces-enumtypes.c:107:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  259. interfaces-enumtypes.c:107:9: note: (near initialization for ‘values[9].value’)
  260. interfaces-enumtypes.c:107:9: error: initializer element is not constant
  261. interfaces-enumtypes.c:107:9: note: (near initialization for ‘values[9].value’)
  262. interfaces-enumtypes.c:108:9: error: ‘GST_MIXER_TRACK_WRITEONLY’ undeclared (first use in this function)
  263. 108 | { GST_MIXER_TRACK_WRITEONLY, "GST_MIXER_TRACK_WRITEONLY", "writeonly" },
  264. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  265. interfaces-enumtypes.c:108:9: warning: initialization of ‘unsigned int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  266. interfaces-enumtypes.c:108:9: note: (near initialization for ‘values[10].value’)
  267. interfaces-enumtypes.c:108:9: error: initializer element is not constant
  268. interfaces-enumtypes.c:108:9: note: (near initialization for ‘values[10].value’)
  269. interfaces-enumtypes.c: In function ‘gst_navigation_command_get_type’:
  270. interfaces-enumtypes.c:124:9: error: ‘GST_NAVIGATION_COMMAND_INVALID’ undeclared (first use in this function)
  271. 124 | { GST_NAVIGATION_COMMAND_INVALID, "GST_NAVIGATION_COMMAND_INVALID", "invalid" },
  272. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273. interfaces-enumtypes.c:124:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  274. interfaces-enumtypes.c:124:9: note: (near initialization for ‘values[0].value’)
  275. interfaces-enumtypes.c:124:9: error: initializer element is not constant
  276. interfaces-enumtypes.c:124:9: note: (near initialization for ‘values[0].value’)
  277. interfaces-enumtypes.c:125:9: error: ‘GST_NAVIGATION_COMMAND_MENU1’ undeclared (first use in this function)
  278. 125 | { GST_NAVIGATION_COMMAND_MENU1, "GST_NAVIGATION_COMMAND_MENU1", "menu1" },
  279. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  280. interfaces-enumtypes.c:125:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  281. interfaces-enumtypes.c:125:9: note: (near initialization for ‘values[1].value’)
  282. interfaces-enumtypes.c:125:9: error: initializer element is not constant
  283. interfaces-enumtypes.c:125:9: note: (near initialization for ‘values[1].value’)
  284. interfaces-enumtypes.c:126:9: error: ‘GST_NAVIGATION_COMMAND_MENU2’ undeclared (first use in this function)
  285. 126 | { GST_NAVIGATION_COMMAND_MENU2, "GST_NAVIGATION_COMMAND_MENU2", "menu2" },
  286. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  287. interfaces-enumtypes.c:126:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  288. interfaces-enumtypes.c:126:9: note: (near initialization for ‘values[2].value’)
  289. interfaces-enumtypes.c:126:9: error: initializer element is not constant
  290. interfaces-enumtypes.c:126:9: note: (near initialization for ‘values[2].value’)
  291. interfaces-enumtypes.c:127:9: error: ‘GST_NAVIGATION_COMMAND_MENU3’ undeclared (first use in this function)
  292. 127 | { GST_NAVIGATION_COMMAND_MENU3, "GST_NAVIGATION_COMMAND_MENU3", "menu3" },
  293. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  294. interfaces-enumtypes.c:127:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  295. interfaces-enumtypes.c:127:9: note: (near initialization for ‘values[3].value’)
  296. interfaces-enumtypes.c:127:9: error: initializer element is not constant
  297. interfaces-enumtypes.c:127:9: note: (near initialization for ‘values[3].value’)
  298. interfaces-enumtypes.c:128:9: error: ‘GST_NAVIGATION_COMMAND_MENU4’ undeclared (first use in this function)
  299. 128 | { GST_NAVIGATION_COMMAND_MENU4, "GST_NAVIGATION_COMMAND_MENU4", "menu4" },
  300. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  301. interfaces-enumtypes.c:128:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  302. interfaces-enumtypes.c:128:9: note: (near initialization for ‘values[4].value’)
  303. interfaces-enumtypes.c:128:9: error: initializer element is not constant
  304. interfaces-enumtypes.c:128:9: note: (near initialization for ‘values[4].value’)
  305. interfaces-enumtypes.c:129:9: error: ‘GST_NAVIGATION_COMMAND_MENU5’ undeclared (first use in this function)
  306. 129 | { GST_NAVIGATION_COMMAND_MENU5, "GST_NAVIGATION_COMMAND_MENU5", "menu5" },
  307. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  308. interfaces-enumtypes.c:129:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  309. interfaces-enumtypes.c:129:9: note: (near initialization for ‘values[5].value’)
  310. interfaces-enumtypes.c:129:9: error: initializer element is not constant
  311. interfaces-enumtypes.c:129:9: note: (near initialization for ‘values[5].value’)
  312. interfaces-enumtypes.c:130:9: error: ‘GST_NAVIGATION_COMMAND_MENU6’ undeclared (first use in this function)
  313. 130 | { GST_NAVIGATION_COMMAND_MENU6, "GST_NAVIGATION_COMMAND_MENU6", "menu6" },
  314. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  315. interfaces-enumtypes.c:130:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  316. interfaces-enumtypes.c:130:9: note: (near initialization for ‘values[6].value’)
  317. interfaces-enumtypes.c:130:9: error: initializer element is not constant
  318. interfaces-enumtypes.c:130:9: note: (near initialization for ‘values[6].value’)
  319. interfaces-enumtypes.c:131:9: error: ‘GST_NAVIGATION_COMMAND_MENU7’ undeclared (first use in this function)
  320. 131 | { GST_NAVIGATION_COMMAND_MENU7, "GST_NAVIGATION_COMMAND_MENU7", "menu7" },
  321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  322. interfaces-enumtypes.c:131:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  323. interfaces-enumtypes.c:131:9: note: (near initialization for ‘values[7].value’)
  324. interfaces-enumtypes.c:131:9: error: initializer element is not constant
  325. interfaces-enumtypes.c:131:9: note: (near initialization for ‘values[7].value’)
  326. interfaces-enumtypes.c:132:9: error: ‘GST_NAVIGATION_COMMAND_LEFT’ undeclared (first use in this function)
  327. 132 | { GST_NAVIGATION_COMMAND_LEFT, "GST_NAVIGATION_COMMAND_LEFT", "left" },
  328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  329. interfaces-enumtypes.c:132:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  330. interfaces-enumtypes.c:132:9: note: (near initialization for ‘values[8].value’)
  331. interfaces-enumtypes.c:132:9: error: initializer element is not constant
  332. interfaces-enumtypes.c:132:9: note: (near initialization for ‘values[8].value’)
  333. interfaces-enumtypes.c:133:9: error: ‘GST_NAVIGATION_COMMAND_RIGHT’ undeclared (first use in this function)
  334. 133 | { GST_NAVIGATION_COMMAND_RIGHT, "GST_NAVIGATION_COMMAND_RIGHT", "right" },
  335. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  336. interfaces-enumtypes.c:133:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  337. interfaces-enumtypes.c:133:9: note: (near initialization for ‘values[9].value’)
  338. interfaces-enumtypes.c:133:9: error: initializer element is not constant
  339. interfaces-enumtypes.c:133:9: note: (near initialization for ‘values[9].value’)
  340. interfaces-enumtypes.c:134:9: error: ‘GST_NAVIGATION_COMMAND_UP’ undeclared (first use in this function); did you mean ‘GST_TYPE_NAVIGATION_COMMAND’?
  341. 134 | { GST_NAVIGATION_COMMAND_UP, "GST_NAVIGATION_COMMAND_UP", "up" },
  342. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  343. | GST_TYPE_NAVIGATION_COMMAND
  344. interfaces-enumtypes.c:134:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  345. interfaces-enumtypes.c:134:9: note: (near initialization for ‘values[10].value’)
  346. interfaces-enumtypes.c:134:9: error: initializer element is not constant
  347. interfaces-enumtypes.c:134:9: note: (near initialization for ‘values[10].value’)
  348. interfaces-enumtypes.c:135:9: error: ‘GST_NAVIGATION_COMMAND_DOWN’ undeclared (first use in this function)
  349. 135 | { GST_NAVIGATION_COMMAND_DOWN, "GST_NAVIGATION_COMMAND_DOWN", "down" },
  350. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  351. interfaces-enumtypes.c:135:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  352. interfaces-enumtypes.c:135:9: note: (near initialization for ‘values[11].value’)
  353. interfaces-enumtypes.c:135:9: error: initializer element is not constant
  354. interfaces-enumtypes.c:135:9: note: (near initialization for ‘values[11].value’)
  355. interfaces-enumtypes.c:136:9: error: ‘GST_NAVIGATION_COMMAND_ACTIVATE’ undeclared (first use in this function)
  356. 136 | { GST_NAVIGATION_COMMAND_ACTIVATE, "GST_NAVIGATION_COMMAND_ACTIVATE", "activate" },
  357. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358. interfaces-enumtypes.c:136:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  359. interfaces-enumtypes.c:136:9: note: (near initialization for ‘values[12].value’)
  360. interfaces-enumtypes.c:136:9: error: initializer element is not constant
  361. interfaces-enumtypes.c:136:9: note: (near initialization for ‘values[12].value’)
  362. interfaces-enumtypes.c:137:9: error: ‘GST_NAVIGATION_COMMAND_PREV_ANGLE’ undeclared (first use in this function)
  363. 137 | { GST_NAVIGATION_COMMAND_PREV_ANGLE, "GST_NAVIGATION_COMMAND_PREV_ANGLE", "prev-angle" },
  364. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  365. interfaces-enumtypes.c:137:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  366. interfaces-enumtypes.c:137:9: note: (near initialization for ‘values[13].value’)
  367. interfaces-enumtypes.c:137:9: error: initializer element is not constant
  368. interfaces-enumtypes.c:137:9: note: (near initialization for ‘values[13].value’)
  369. interfaces-enumtypes.c:138:9: error: ‘GST_NAVIGATION_COMMAND_NEXT_ANGLE’ undeclared (first use in this function)
  370. 138 | { GST_NAVIGATION_COMMAND_NEXT_ANGLE, "GST_NAVIGATION_COMMAND_NEXT_ANGLE", "next-angle" },
  371. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  372. interfaces-enumtypes.c:138:9: warning: initialization of ‘int’ from ‘const GFlagsValue *’ {aka ‘const struct _GFlagsValue *’} makes integer from pointer without a cast [-Wint-conversion]
  373. interfaces-enumtypes.c:138:9: note: (near initialization for ‘values[14].value’)
  374. interfaces-enumtypes.c:138:9: error: initializer element is not constant
  375. interfaces-enumtypes.c:138:9: note: (near initialization for ‘values[14].value’)
  376. interfaces-enumtypes.c: In function ‘gst_navigation_query_type_get_type’:
  377. interfaces-enumtypes.c:152:9: error: ‘GST_NAVIGATION_QUERY_INVALID’ undeclared (first use in this function)
  378. 152 | { GST_NAVIGATION_QUERY_INVALID, "GST_NAVIGATION_QUERY_INVALID", "invalid" },
  379. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  380. interfaces-enumtypes.c:152:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  381. interfaces-enumtypes.c:152:9: note: (near initialization for ‘values[0].value’)
  382. interfaces-enumtypes.c:152:9: error: initializer element is not constant
  383. interfaces-enumtypes.c:152:9: note: (near initialization for ‘values[0].value’)
  384. interfaces-enumtypes.c:153:9: error: ‘GST_NAVIGATION_QUERY_COMMANDS’ undeclared (first use in this function)
  385. 153 | { GST_NAVIGATION_QUERY_COMMANDS, "GST_NAVIGATION_QUERY_COMMANDS", "commands" },
  386. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  387. interfaces-enumtypes.c:153:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  388. interfaces-enumtypes.c:153:9: note: (near initialization for ‘values[1].value’)
  389. interfaces-enumtypes.c:153:9: error: initializer element is not constant
  390. interfaces-enumtypes.c:153:9: note: (near initialization for ‘values[1].value’)
  391. interfaces-enumtypes.c:154:9: error: ‘GST_NAVIGATION_QUERY_ANGLES’ undeclared (first use in this function); did you mean ‘GST_TYPE_NAVIGATION_QUERY_TYPE’?
  392. 154 | { GST_NAVIGATION_QUERY_ANGLES, "GST_NAVIGATION_QUERY_ANGLES", "angles" },
  393. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  394. | GST_TYPE_NAVIGATION_QUERY_TYPE
  395. interfaces-enumtypes.c:154:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  396. interfaces-enumtypes.c:154:9: note: (near initialization for ‘values[2].value’)
  397. interfaces-enumtypes.c:154:9: error: initializer element is not constant
  398. interfaces-enumtypes.c:154:9: note: (near initialization for ‘values[2].value’)
  399. interfaces-enumtypes.c: In function ‘gst_navigation_message_type_get_type’:
  400. interfaces-enumtypes.c:168:9: error: ‘GST_NAVIGATION_MESSAGE_INVALID’ undeclared (first use in this function)
  401. 168 | { GST_NAVIGATION_MESSAGE_INVALID, "GST_NAVIGATION_MESSAGE_INVALID", "invalid" },
  402. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  403. interfaces-enumtypes.c:168:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  404. interfaces-enumtypes.c:168:9: note: (near initialization for ‘values[0].value’)
  405. interfaces-enumtypes.c:168:9: error: initializer element is not constant
  406. interfaces-enumtypes.c:168:9: note: (near initialization for ‘values[0].value’)
  407. interfaces-enumtypes.c:169:9: error: ‘GST_NAVIGATION_MESSAGE_MOUSE_OVER’ undeclared (first use in this function)
  408. 169 | { GST_NAVIGATION_MESSAGE_MOUSE_OVER, "GST_NAVIGATION_MESSAGE_MOUSE_OVER", "mouse-over" },
  409. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  410. interfaces-enumtypes.c:169:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  411. interfaces-enumtypes.c:169:9: note: (near initialization for ‘values[1].value’)
  412. interfaces-enumtypes.c:169:9: error: initializer element is not constant
  413. interfaces-enumtypes.c:169:9: note: (near initialization for ‘values[1].value’)
  414. interfaces-enumtypes.c:170:9: error: ‘GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED’ undeclared (first use in this function)
  415. 170 | { GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED, "GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED", "commands-changed" },
  416. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  417. interfaces-enumtypes.c:170:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  418. interfaces-enumtypes.c:170:9: note: (near initialization for ‘values[2].value’)
  419. interfaces-enumtypes.c:170:9: error: initializer element is not constant
  420. interfaces-enumtypes.c:170:9: note: (near initialization for ‘values[2].value’)
  421. interfaces-enumtypes.c:171:9: error: ‘GST_NAVIGATION_MESSAGE_ANGLES_CHANGED’ undeclared (first use in this function)
  422. 171 | { GST_NAVIGATION_MESSAGE_ANGLES_CHANGED, "GST_NAVIGATION_MESSAGE_ANGLES_CHANGED", "angles-changed" },
  423. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424. interfaces-enumtypes.c:171:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  425. interfaces-enumtypes.c:171:9: note: (near initialization for ‘values[3].value’)
  426. interfaces-enumtypes.c:171:9: error: initializer element is not constant
  427. interfaces-enumtypes.c:171:9: note: (near initialization for ‘values[3].value’)
  428. interfaces-enumtypes.c: In function ‘gst_navigation_event_type_get_type’:
  429. interfaces-enumtypes.c:185:9: error: ‘GST_NAVIGATION_EVENT_INVALID’ undeclared (first use in this function)
  430. 185 | { GST_NAVIGATION_EVENT_INVALID, "GST_NAVIGATION_EVENT_INVALID", "invalid" },
  431. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  432. interfaces-enumtypes.c:185:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  433. interfaces-enumtypes.c:185:9: note: (near initialization for ‘values[0].value’)
  434. interfaces-enumtypes.c:185:9: error: initializer element is not constant
  435. interfaces-enumtypes.c:185:9: note: (near initialization for ‘values[0].value’)
  436. interfaces-enumtypes.c:186:9: error: ‘GST_NAVIGATION_EVENT_KEY_PRESS’ undeclared (first use in this function)
  437. 186 | { GST_NAVIGATION_EVENT_KEY_PRESS, "GST_NAVIGATION_EVENT_KEY_PRESS", "key-press" },
  438. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439. interfaces-enumtypes.c:186:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  440. interfaces-enumtypes.c:186:9: note: (near initialization for ‘values[1].value’)
  441. interfaces-enumtypes.c:186:9: error: initializer element is not constant
  442. interfaces-enumtypes.c:186:9: note: (near initialization for ‘values[1].value’)
  443. interfaces-enumtypes.c:187:9: error: ‘GST_NAVIGATION_EVENT_KEY_RELEASE’ undeclared (first use in this function)
  444. 187 | { GST_NAVIGATION_EVENT_KEY_RELEASE, "GST_NAVIGATION_EVENT_KEY_RELEASE", "key-release" },
  445. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  446. interfaces-enumtypes.c:187:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  447. interfaces-enumtypes.c:187:9: note: (near initialization for ‘values[2].value’)
  448. interfaces-enumtypes.c:187:9: error: initializer element is not constant
  449. interfaces-enumtypes.c:187:9: note: (near initialization for ‘values[2].value’)
  450. interfaces-enumtypes.c:188:9: error: ‘GST_NAVIGATION_EVENT_MOUSE_BUTTON_PRESS’ undeclared (first use in this function)
  451. 188 | { GST_NAVIGATION_EVENT_MOUSE_BUTTON_PRESS, "GST_NAVIGATION_EVENT_MOUSE_BUTTON_PRESS", "mouse-button-press" },
  452. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  453. interfaces-enumtypes.c:188:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  454. interfaces-enumtypes.c:188:9: note: (near initialization for ‘values[3].value’)
  455. interfaces-enumtypes.c:188:9: error: initializer element is not constant
  456. interfaces-enumtypes.c:188:9: note: (near initialization for ‘values[3].value’)
  457. interfaces-enumtypes.c:189:9: error: ‘GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE’ undeclared (first use in this function)
  458. 189 | { GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE, "GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE", "mouse-button-release" },
  459. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  460. interfaces-enumtypes.c:189:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  461. interfaces-enumtypes.c:189:9: note: (near initialization for ‘values[4].value’)
  462. interfaces-enumtypes.c:189:9: error: initializer element is not constant
  463. interfaces-enumtypes.c:189:9: note: (near initialization for ‘values[4].value’)
  464. interfaces-enumtypes.c:190:9: error: ‘GST_NAVIGATION_EVENT_MOUSE_MOVE’ undeclared (first use in this function)
  465. 190 | { GST_NAVIGATION_EVENT_MOUSE_MOVE, "GST_NAVIGATION_EVENT_MOUSE_MOVE", "mouse-move" },
  466. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  467. interfaces-enumtypes.c:190:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  468. interfaces-enumtypes.c:190:9: note: (near initialization for ‘values[5].value’)
  469. interfaces-enumtypes.c:190:9: error: initializer element is not constant
  470. interfaces-enumtypes.c:190:9: note: (near initialization for ‘values[5].value’)
  471. interfaces-enumtypes.c:191:9: error: ‘GST_NAVIGATION_EVENT_COMMAND’ undeclared (first use in this function)
  472. 191 | { GST_NAVIGATION_EVENT_COMMAND, "GST_NAVIGATION_EVENT_COMMAND", "command" },
  473. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  474. interfaces-enumtypes.c:191:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  475. interfaces-enumtypes.c:191:9: note: (near initialization for ‘values[6].value’)
  476. interfaces-enumtypes.c:191:9: error: initializer element is not constant
  477. interfaces-enumtypes.c:191:9: note: (near initialization for ‘values[6].value’)
  478. interfaces-enumtypes.c: In function ‘gst_stream_volume_format_get_type’:
  479. interfaces-enumtypes.c:207:9: error: ‘GST_STREAM_VOLUME_FORMAT_LINEAR’ undeclared (first use in this function)
  480. 207 | { GST_STREAM_VOLUME_FORMAT_LINEAR, "GST_STREAM_VOLUME_FORMAT_LINEAR", "linear" },
  481. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  482. interfaces-enumtypes.c:207:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  483. interfaces-enumtypes.c:207:9: note: (near initialization for ‘values[0].value’)
  484. interfaces-enumtypes.c:207:9: error: initializer element is not constant
  485. interfaces-enumtypes.c:207:9: note: (near initialization for ‘values[0].value’)
  486. interfaces-enumtypes.c:208:9: error: ‘GST_STREAM_VOLUME_FORMAT_CUBIC’ undeclared (first use in this function)
  487. 208 | { GST_STREAM_VOLUME_FORMAT_CUBIC, "GST_STREAM_VOLUME_FORMAT_CUBIC", "cubic" },
  488. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  489. interfaces-enumtypes.c:208:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  490. interfaces-enumtypes.c:208:9: note: (near initialization for ‘values[1].value’)
  491. interfaces-enumtypes.c:208:9: error: initializer element is not constant
  492. interfaces-enumtypes.c:208:9: note: (near initialization for ‘values[1].value’)
  493. interfaces-enumtypes.c:209:9: error: ‘GST_STREAM_VOLUME_FORMAT_DB’ undeclared (first use in this function); did you mean ‘GST_TYPE_STREAM_VOLUME_FORMAT’?
  494. 209 | { GST_STREAM_VOLUME_FORMAT_DB, "GST_STREAM_VOLUME_FORMAT_DB", "db" },
  495. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  496. | GST_TYPE_STREAM_VOLUME_FORMAT
  497. interfaces-enumtypes.c:209:9: warning: initialization of ‘int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  498. interfaces-enumtypes.c:209:9: note: (near initialization for ‘values[2].value’)
  499. interfaces-enumtypes.c:209:9: error: initializer element is not constant
  500. interfaces-enumtypes.c:209:9: note: (near initialization for ‘values[2].value’)
  501. interfaces-enumtypes.c: In function ‘gst_tuner_channel_flags_get_type’:
  502. interfaces-enumtypes.c:225:9: error: ‘GST_TUNER_CHANNEL_INPUT’ undeclared (first use in this function); did you mean ‘GST_TYPE_TUNER_CHANNEL_FLAGS’?
  503. 225 | { GST_TUNER_CHANNEL_INPUT, "GST_TUNER_CHANNEL_INPUT", "input" },
  504. | ^~~~~~~~~~~~~~~~~~~~~~~
  505. | GST_TYPE_TUNER_CHANNEL_FLAGS
  506. interfaces-enumtypes.c:225:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  507. interfaces-enumtypes.c:225:9: note: (near initialization for ‘values[0].value’)
  508. interfaces-enumtypes.c:225:9: error: initializer element is not constant
  509. interfaces-enumtypes.c:225:9: note: (near initialization for ‘values[0].value’)
  510. interfaces-enumtypes.c:226:9: error: ‘GST_TUNER_CHANNEL_OUTPUT’ undeclared (first use in this function)
  511. 226 | { GST_TUNER_CHANNEL_OUTPUT, "GST_TUNER_CHANNEL_OUTPUT", "output" },
  512. | ^~~~~~~~~~~~~~~~~~~~~~~~
  513. interfaces-enumtypes.c:226:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  514. interfaces-enumtypes.c:226:9: note: (near initialization for ‘values[1].value’)
  515. interfaces-enumtypes.c:226:9: error: initializer element is not constant
  516. interfaces-enumtypes.c:226:9: note: (near initialization for ‘values[1].value’)
  517. interfaces-enumtypes.c:227:9: error: ‘GST_TUNER_CHANNEL_FREQUENCY’ undeclared (first use in this function)
  518. 227 | { GST_TUNER_CHANNEL_FREQUENCY, "GST_TUNER_CHANNEL_FREQUENCY", "frequency" },
  519. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  520. interfaces-enumtypes.c:227:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  521. interfaces-enumtypes.c:227:9: note: (near initialization for ‘values[2].value’)
  522. interfaces-enumtypes.c:227:9: error: initializer element is not constant
  523. interfaces-enumtypes.c:227:9: note: (near initialization for ‘values[2].value’)
  524. interfaces-enumtypes.c:228:9: error: ‘GST_TUNER_CHANNEL_AUDIO’ undeclared (first use in this function); did you mean ‘GST_TYPE_TUNER_CHANNEL_FLAGS’?
  525. 228 | { GST_TUNER_CHANNEL_AUDIO, "GST_TUNER_CHANNEL_AUDIO", "audio" },
  526. | ^~~~~~~~~~~~~~~~~~~~~~~
  527. | GST_TYPE_TUNER_CHANNEL_FLAGS
  528. interfaces-enumtypes.c:228:9: warning: initialization of ‘unsigned int’ from ‘const GEnumValue *’ {aka ‘const struct _GEnumValue *’} makes integer from pointer without a cast [-Wint-conversion]
  529. interfaces-enumtypes.c:228:9: note: (near initialization for ‘values[3].value’)
  530. interfaces-enumtypes.c:228:9: error: initializer element is not constant
  531. interfaces-enumtypes.c:228:9: note: (near initialization for ‘values[3].value’)
  532. make[5]: *** [Makefile:897: libgstinterfaces_0.10_la-interfaces-enumtypes.lo] Error 1
  533. make[5]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/interfaces'
  534. make[4]: *** [Makefile:676: all] Error 2
  535. make[4]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst/interfaces'
  536. make[3]: *** [Makefile:865: interfaces] Error 2
  537. make[3]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs/gst'
  538. make[2]: *** [Makefile:555: all-recursive] Error 1
  539. make[2]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36/gst-libs'
  540. make[1]: *** [Makefile:678: all-recursive] Error 1
  541. make[1]: Leaving directory '/tmp/trizen-shun/gstreamer0.10-base/src/gst-plugins-base-0.10.36'
  542. make: *** [Makefile:607: all] Error 2
  543. ==> ERROR: A failure occurred in build().
  544. Aborting...
  545. :: Unable to build gstreamer0.10-base - makepkg exited with code: 4
Add Comment
Please, Sign In to add comment