Advertisement
Guest User

Untitled

a guest
May 27th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.93 KB | None | 0 0
  1. /graphics -Iplatform/graphics/cpu/arm -Iplatform/graphics/cpu/arm/filters -Iplatform/graphics/filters -Iplatform/graphics/filters/texmap -Iplatform/graphics/opengl -Iplatform/graphics/opentype -Iplatform/graphics/qt -Iplatform/graphics/surfaces -Iplatform/graphics/texmap -Iplatform/graphics/texmap/coordinated -Iplatform/graphics/transforms -Iplatform/image-decoders -Iplatform/image-decoders/bmp -Iplatform/image-decoders/ico -Iplatform/image-decoders/gif -Iplatform/image-decoders/jpeg -Iplatform/image-decoders/png -Iplatform/image-decoders/webp -Iplatform/leveldb -Iplatform/mock -Iplatform/network -Iplatform/network/qt -Iplatform/qt -Iplatform/sql -Iplatform/text -Iplatform/text/transcoder -Iplugins -Irendering -Irendering/mathml -Irendering/shapes -Irendering/style -Irendering/svg -Istorage -Isvg -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Isvg/properties -Itesting -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/WebCore/websockets -Iworkers -Ixml -Ixml/parser -I../ThirdParty -Ibridge/jsc -Ibindings/js -Ibridge/c -Itesting/js -Igenerated -Iplatform/linux -IModules/gamepad -Iplatform/graphics/gstreamer -Iplatform/graphics/gpu -Iplatform/graphics/gpu -Iloader/archive/mhtml -I../../Source -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/include -I../ThirdParty/ANGLE/include/GLSLANG -I../ThirdParty/ANGLE/include/KHR -I../ThirdParty/leveldb/include -I../ThirdParty/leveldb -I../JavaScriptCore -I../../Source -I../WTF -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/heap -I../JavaScriptCore/dfg -I../JavaScriptCore/debugger -I../JavaScriptCore/disassembler -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/llint -I../JavaScriptCore/parser -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime -I../JavaScriptCore/tools -I../JavaScriptCore/yarr -I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/generated -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/JavaScriptCore/generated/LLIntOffsetsExtractor -I../JavaScriptCore/disassembler/udis86 -I../WTF -isystem /usr/include/libxml2 -isystem /usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/qt5/QtGui/5.4.1 -isystem /usr/include/qt5/QtGui/5.4.1/QtGui -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtSql -isystem /usr/include/qt5/QtCore/5.4.1 -isystem /usr/include/qt5/QtCore/5.4.1/QtCore -isystem /usr/include/qt5/QtSensors -isystem /usr/include/qt5/QtCore -I.moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/platform/graphics/gstreamer/PlatformVideoWindowQt.o platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
  2. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webKitWebSrcSetProperty(GObject*, guint, const GValue*, GParamSpec*)’:
  3. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:357:9: error: reference to ‘GMutexLocker’ is ambiguous
  4. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  5. ^
  6. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  7. from /usr/include/glib-2.0/glib.h:32,
  8. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  9. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  10. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  11. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  12. typedef void GMutexLocker;
  13. ^
  14. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  15. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  16. class GMutexLocker {
  17. ^
  18. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:357:22: error: expected ‘;’ before ‘locker’
  19. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  20. ^
  21. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webKitWebSrcGetProperty(GObject*, guint, GValue*, GParamSpec*)’:
  22. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:379:5: error: reference to ‘GMutexLocker’ is ambiguous
  23. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  24. ^
  25. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  26. from /usr/include/glib-2.0/glib.h:32,
  27. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  28. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  29. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  30. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  31. typedef void GMutexLocker;
  32. ^
  33. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  34. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  35. class GMutexLocker {
  36. ^
  37. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:379:18: error: expected ‘;’ before ‘locker’
  38. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  39. ^
  40. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcStop(WebKitWebSrc*)’:
  41. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:432:5: error: reference to ‘GMutexLocker’ is ambiguous
  42. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  43. ^
  44. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  45. from /usr/include/glib-2.0/glib.h:32,
  46. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  47. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  48. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  49. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  50. typedef void GMutexLocker;
  51. ^
  52. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  53. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  54. class GMutexLocker {
  55. ^
  56. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:432:18: error: expected ‘;’ before ‘locker’
  57. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  58. ^
  59. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:477:5: error: ‘locker’ was not declared in this scope
  60. locker.unlock();
  61. ^
  62. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcStart(WebKitWebSrc*)’:
  63. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:496:5: error: reference to ‘GMutexLocker’ is ambiguous
  64. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  65. ^
  66. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  67. from /usr/include/glib-2.0/glib.h:32,
  68. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  69. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  70. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  71. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  72. typedef void GMutexLocker;
  73. ^
  74. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  75. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  76. class GMutexLocker {
  77. ^
  78. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:496:18: error: expected ‘;’ before ‘locker’
  79. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  80. ^
  81. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:502:9: error: ‘locker’ was not declared in this scope
  82. locker.unlock();
  83. ^
  84. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:554:9: error: ‘locker’ was not declared in this scope
  85. locker.unlock();
  86. ^
  87. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘GstStateChangeReturn webKitWebSrcChangeState(GstElement*, GstStateChange)’:
  88. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:587:5: error: reference to ‘GMutexLocker’ is ambiguous
  89. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  90. ^
  91. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  92. from /usr/include/glib-2.0/glib.h:32,
  93. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  94. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  95. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  96. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  97. typedef void GMutexLocker;
  98. ^
  99. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  100. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  101. class GMutexLocker {
  102. ^
  103. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:587:18: error: expected ‘;’ before ‘locker’
  104. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  105. ^
  106. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcQueryWithParent(GstPad*, GstObject*, GstQuery*)’:
  107. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:618:9: error: reference to ‘GMutexLocker’ is ambiguous
  108. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  109. ^
  110. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  111. from /usr/include/glib-2.0/glib.h:32,
  112. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  113. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  114. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  115. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  116. typedef void GMutexLocker;
  117. ^
  118. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  119. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  120. class GMutexLocker {
  121. ^
  122. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:618:22: error: expected ‘;’ before ‘locker’
  123. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  124. ^
  125. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:626:9: error: reference to ‘GMutexLocker’ is ambiguous
  126. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  127. ^
  128. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  129. from /usr/include/glib-2.0/glib.h:32,
  130. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  131. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  132. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  133. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  134. typedef void GMutexLocker;
  135. ^
  136. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  137. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  138. class GMutexLocker {
  139. ^
  140. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:626:22: error: expected ‘;’ before ‘locker’
  141. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  142. ^
  143. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gchar* webKitWebSrcGetUri(GstURIHandler*)’:
  144. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:671:5: error: reference to ‘GMutexLocker’ is ambiguous
  145. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  146. ^
  147. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  148. from /usr/include/glib-2.0/glib.h:32,
  149. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  150. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  151. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  152. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  153. typedef void GMutexLocker;
  154. ^
  155. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  156. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  157. class GMutexLocker {
  158. ^
  159. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:671:18: error: expected ‘;’ before ‘locker’
  160. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  161. ^
  162. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcSetUri(GstURIHandler*, const gchar*, GError**)’:
  163. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:686:5: error: reference to ‘GMutexLocker’ is ambiguous
  164. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  165. ^
  166. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  167. from /usr/include/glib-2.0/glib.h:32,
  168. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  169. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  170. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  171. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  172. typedef void GMutexLocker;
  173. ^
  174. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  175. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  176. class GMutexLocker {
  177. ^
  178. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:686:18: error: expected ‘;’ before ‘locker’
  179. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  180. ^
  181. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcNeedDataMainCb(WebKitWebSrc*)’:
  182. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:775:5: error: reference to ‘GMutexLocker’ is ambiguous
  183. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  184. ^
  185. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  186. from /usr/include/glib-2.0/glib.h:32,
  187. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  188. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  189. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  190. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  191. typedef void GMutexLocker;
  192. ^
  193. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  194. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  195. class GMutexLocker {
  196. ^
  197. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:775:18: error: expected ‘;’ before ‘locker’
  198. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  199. ^
  200. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:782:5: error: ‘locker’ was not declared in this scope
  201. locker.unlock();
  202. ^
  203. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webKitWebSrcNeedDataCb(GstAppSrc*, guint, gpointer)’:
  204. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:796:5: error: reference to ‘GMutexLocker’ is ambiguous
  205. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  206. ^
  207. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  208. from /usr/include/glib-2.0/glib.h:32,
  209. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  210. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  211. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  212. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  213. typedef void GMutexLocker;
  214. ^
  215. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  216. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  217. class GMutexLocker {
  218. ^
  219. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:796:18: error: expected ‘;’ before ‘locker’
  220. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  221. ^
  222. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcEnoughDataMainCb(WebKitWebSrc*)’:
  223. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:810:5: error: reference to ‘GMutexLocker’ is ambiguous
  224. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  225. ^
  226. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  227. from /usr/include/glib-2.0/glib.h:32,
  228. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  229. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  230. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  231. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  232. typedef void GMutexLocker;
  233. ^
  234. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  235. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  236. class GMutexLocker {
  237. ^
  238. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:810:18: error: expected ‘;’ before ‘locker’
  239. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  240. ^
  241. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:817:5: error: ‘locker’ was not declared in this scope
  242. locker.unlock();
  243. ^
  244. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webKitWebSrcEnoughDataCb(GstAppSrc*, gpointer)’:
  245. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:831:5: error: reference to ‘GMutexLocker’ is ambiguous
  246. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  247. ^
  248. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  249. from /usr/include/glib-2.0/glib.h:32,
  250. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  251. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  252. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  253. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  254. typedef void GMutexLocker;
  255. ^
  256. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  257. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  258. class GMutexLocker {
  259. ^
  260. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:831:18: error: expected ‘;’ before ‘locker’
  261. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  262. ^
  263. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcSeekMainCb(WebKitWebSrc*)’:
  264. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:845:5: error: reference to ‘GMutexLocker’ is ambiguous
  265. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  266. ^
  267. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  268. from /usr/include/glib-2.0/glib.h:32,
  269. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  270. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  271. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  272. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  273. typedef void GMutexLocker;
  274. ^
  275. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  276. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  277. class GMutexLocker {
  278. ^
  279. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:845:18: error: expected ‘;’ before ‘locker’
  280. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  281. ^
  282. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:849:5: error: ‘locker’ was not declared in this scope
  283. locker.unlock();
  284. ^
  285. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘gboolean webKitWebSrcSeekDataCb(GstAppSrc*, guint64, gpointer)’:
  286. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:863:5: error: reference to ‘GMutexLocker’ is ambiguous
  287. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  288. ^
  289. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  290. from /usr/include/glib-2.0/glib.h:32,
  291. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  292. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  293. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  294. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  295. typedef void GMutexLocker;
  296. ^
  297. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  298. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  299. class GMutexLocker {
  300. ^
  301. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:863:18: error: expected ‘;’ before ‘locker’
  302. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  303. ^
  304. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In function ‘void webKitWebSrcSetMediaPlayer(WebKitWebSrc*, WebCore::MediaPlayer*)’:
  305. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:882:5: error: reference to ‘GMutexLocker’ is ambiguous
  306. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  307. ^
  308. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  309. from /usr/include/glib-2.0/glib.h:32,
  310. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  311. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  312. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  313. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  314. typedef void GMutexLocker;
  315. ^
  316. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  317. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  318. class GMutexLocker {
  319. ^
  320. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:882:18: error: expected ‘;’ before ‘locker’
  321. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  322. ^
  323. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘char* StreamingClient::createReadBuffer(size_t, size_t&)’:
  324. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:909:5: error: reference to ‘GMutexLocker’ is ambiguous
  325. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  326. ^
  327. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  328. from /usr/include/glib-2.0/glib.h:32,
  329. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  330. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  331. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  332. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  333. typedef void GMutexLocker;
  334. ^
  335. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  336. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  337. class GMutexLocker {
  338. ^
  339. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:909:18: error: expected ‘;’ before ‘locker’
  340. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  341. ^
  342. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:911:5: error: ‘locker’ was not declared in this scope
  343. locker.unlock();
  344. ^
  345. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘void StreamingClient::handleResponseReceived(const WebCore::ResourceResponse&)’:
  346. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:924:5: error: reference to ‘GMutexLocker’ is ambiguous
  347. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  348. ^
  349. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  350. from /usr/include/glib-2.0/glib.h:32,
  351. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  352. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  353. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  354. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  355. typedef void GMutexLocker;
  356. ^
  357. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  358. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  359. class GMutexLocker {
  360. ^
  361. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:924:18: error: expected ‘;’ before ‘locker’
  362. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  363. ^
  364. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:928:9: error: ‘locker’ was not declared in this scope
  365. locker.unlock();
  366. ^
  367. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:976:5: error: ‘locker’ was not declared in this scope
  368. locker.unlock();
  369. ^
  370. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘void StreamingClient::handleDataReceived(const char*, int)’:
  371. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1023:5: error: reference to ‘GMutexLocker’ is ambiguous
  372. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  373. ^
  374. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  375. from /usr/include/glib-2.0/glib.h:32,
  376. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  377. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  378. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  379. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  380. typedef void GMutexLocker;
  381. ^
  382. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  383. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  384. class GMutexLocker {
  385. ^
  386. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1023:18: error: expected ‘;’ before ‘locker’
  387. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  388. ^
  389. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1059:5: error: ‘locker’ was not declared in this scope
  390. locker.unlock();
  391. ^
  392. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘void StreamingClient::handleNotifyFinished()’:
  393. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1077:5: error: reference to ‘GMutexLocker’ is ambiguous
  394. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  395. ^
  396. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  397. from /usr/include/glib-2.0/glib.h:32,
  398. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  399. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  400. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  401. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  402. typedef void GMutexLocker;
  403. ^
  404. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  405. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  406. class GMutexLocker {
  407. ^
  408. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1077:18: error: expected ‘;’ before ‘locker’
  409. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  410. ^
  411. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1079:9: error: ‘locker’ was not declared in this scope
  412. locker.unlock();
  413. ^
  414. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘virtual void ResourceHandleStreamingClient::wasBlocked(WebCore::ResourceHandle*)’:
  415. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1213:5: error: reference to ‘GMutexLocker’ is ambiguous
  416. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  417. ^
  418. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  419. from /usr/include/glib-2.0/glib.h:32,
  420. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  421. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  422. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  423. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  424. typedef void GMutexLocker;
  425. ^
  426. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  427. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  428. class GMutexLocker {
  429. ^
  430. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1213:18: error: expected ‘;’ before ‘locker’
  431. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  432. ^
  433. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1215:5: error: ‘locker’ was not declared in this scope
  434. locker.unlock();
  435. ^
  436. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: In member function ‘virtual void ResourceHandleStreamingClient::cannotShowURL(WebCore::ResourceHandle*)’:
  437. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1227:5: error: reference to ‘GMutexLocker’ is ambiguous
  438. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  439. ^
  440. In file included from /usr/include/glib-2.0/glib/gasyncqueue.h:32:0,
  441. from /usr/include/glib-2.0/glib.h:32,
  442. from /usr/include/gstreamer-1.0/gst/gst.h:27,
  443. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
  444. from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
  445. /usr/include/glib-2.0/glib/gthread.h:276:14: note: candidates are: typedef void GMutexLocker
  446. typedef void GMutexLocker;
  447. ^
  448. In file included from platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:43:0:
  449. ../WTF/wtf/gobject/GMutexLocker.h:32:7: note: class WebCore::GMutexLocker
  450. class GMutexLocker {
  451. ^
  452. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1227:18: error: expected ‘;’ before ‘locker’
  453. GMutexLocker locker(GST_OBJECT_GET_LOCK(src));
  454. ^
  455. platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:1229:5: error: ‘locker’ was not declared in this scope
  456. locker.unlock();
  457. ^
  458. x86_64-pc-linux-gnu-g++ -c -Wall -Wextra -Wreturn-type -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -march=core-avx-i -O2 -pipe -ffunction-sections -fdata-sections -fno-strict-aliasing -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=c++0x -pthread -pthread -pthread -pthread -pthread -pthread -pthread -pthread -fno-exceptions -D_REENTRANT -MMD -DQT_NO_MTDEV -DQT_NO_EVDEV -DMOZ_X11 -DXP_UNIX -DENABLE_NETSCAPE_PLUGIN_METADATA_CACHE=1 -DGST_API_VERSION=1.0 -DGST_API_VERSION_1 -DBUILDING_QT__=1 -DNDEBUG -DENABLE_3D_RENDERING=1 -DENABLE_ACCELERATED_2D_CANVAS=1 -DENABLE_BLOB=1 -DENABLE_CANVAS_PATH=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_CSS_BOX_DECORATION_BREAK=1 -DENABLE_CSS_COMPOSITING=1 -DENABLE_CSS_EXCLUSIONS=1 -DENABLE_CSS_FILTERS=1 -DENABLE_CSS_IMAGE_SET=1 -DENABLE_CSS_REGIONS=1 -DENABLE_CSS_SHAPES=1 -DENABLE_CSS_STICKY_POSITION=1 -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=1 -DENABLE_DATALIST_ELEMENT=1 -DENABLE_DETAILS_ELEMENT=1 -DENABLE_DEVICE_ORIENTATION=1 -DENABLE_DOWNLOAD_ATTRIBUTE=1 -DENABLE_FAST_MOBILE_SCROLLING=1 -DENABLE_FILTERS=1 -DENABLE_FTPDIR=1 -DENABLE_FULLSCREEN_API=1 -DENABLE_GEOLOCATION=1 -DENABLE_GESTURE_EVENTS=1 -DENABLE_ICONDATABASE=1 -DENABLE_IFRAME_SEAMLESS=1 -DENABLE_INDEXED_DATABASE=1 -DENABLE_INPUT_TYPE_COLOR=1 -DENABLE_INSPECTOR=1 -DENABLE_INSPECTOR_SERVER=1 -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_LEGACY_NOTIFICATIONS=1 -DENABLE_LEGACY_VIEWPORT_ADAPTION=1 -DENABLE_LEGACY_VENDOR_PREFIXES=1 -DENABLE_LEGACY_WEB_AUDIO=1 -DENABLE_LINK_PREFETCH=1 -DENABLE_METER_ELEMENT=1 -DENABLE_MHTML=1 -DENABLE_NOTIFICATIONS=1 -DENABLE_ORIENTATION_EVENTS=1 -DENABLE_PAGE_VISIBILITY_API=1 -DENABLE_PROGRESS_ELEMENT=1 -DENABLE_RESOLUTION_MEDIA_QUERY=1 -DENABLE_REQUEST_ANIMATION_FRAME=1 -DENABLE_SHARED_WORKERS=1 -DENABLE_SMOOTH_SCROLLING=1 -DENABLE_SQL_DATABASE=1 -DENABLE_SUBPIXEL_LAYOUT=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_TOUCH_ADJUSTMENT=1 -DENABLE_TOUCH_EVENTS=1 -DENABLE_VIDEO_TRACK=1 -DENABLE_VIEW_MODE_CSS_MEDIA=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_WEB_TIMING=1 -DENABLE_WORKERS=1 -DENABLE_XHR_TIMEOUT=1 -DWTF_USE_TILED_BACKING_STORE=1 -DWTF_USE_CROSS_PLATFORM_CONTEXT_MENUS=1 -DHAVE_QTQUICK=1 -DHAVE_QSTYLE=1 -DHAVE_QTTESTLIB=1 -DHAVE_QTPOSITIONING=1 -DHAVE_QTSENSORS=1 -DWTF_USE_LIBXML2=1 -DENABLE_XSLT=1 -DWTF_USE_ZLIB=1 -DWTF_USE_LIBJPEG=1 -DWTF_USE_LIBPNG=1 -DHAVE_XCOMPOSITE=1 -DHAVE_XRENDER=1 -DHAVE_GLX=1 -DHAVE_FONTCONFIG=1 -DENABLE_NETSCAPE_PLUGIN_API=1 -DWTF_USE_PLUGIN_BACKEND_XLIB=1 -DPLUGIN_ARCHITECTURE_X11=1 -DENABLE_PLUGIN_PROCESS=1 -DWTF_USE_3D_GRAPHICS=1 -DENABLE_WEBGL=1 -DENABLE_VIDEO=1 -DWTF_USE_GSTREAMER=1 -DWTF_USE_NATIVE_FULLSCREEN_VIDEO=1 -DHAVE_SQLITE3=1 -DENABLE_GAMEPAD=1 -DWTF_USE_GRAPHICS_SURFACE=1 -DWTF_USE_GLX=1 -DENABLE_TOUCH_SLIDER=1 -DWTF_USE_LEVELDB=1 -DWTF_USE_GLIB=1 -DENABLE_BATTERY_STATUS=0 -DENABLE_CANVAS_PROXY=0 -DENABLE_CSP_NEXT=0 -DENABLE_CSS_GRID_LAYOUT=0 -DENABLE_CSS_HIERARCHIES=0 -DENABLE_CSS_IMAGE_ORIENTATION=0 -DENABLE_CSS_IMAGE_RESOLUTION=0 -DENABLE_CSS_SHADERS=0 -DENABLE_CSS_VARIABLES=0 -DENABLE_CSS3_CONDITIONAL_RULES=0 -DENABLE_CSS3_TEXT=0 -DENABLE_CSS3_TEXT_LINE_BREAK=0 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_DATAGRID=0 -DENABLE_DATA_TRANSFER_ITEMS=0 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_FILE_SYSTEM=0 -DENABLE_FONT_LOAD_EVENTS=0 -DENABLE_HIGH_DPI_CANVAS=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_INPUT_TYPE_DATE=0 -DENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 -DENABLE_INPUT_TYPE_DATETIMELOCAL=0 -DENABLE_INPUT_TYPE_MONTH=0 -DENABLE_INPUT_TYPE_TIME=0 -DENABLE_INPUT_TYPE_WEEK=0 -DENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 -DENABLE_MATHML=0 -DENABLE_MEDIA_SOURCE=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_MEDIA_STREAM=0 -DENABLE_MICRODATA=0 -DENABLE_MOUSE_CURSOR_SCALE=0 -DENABLE_NAVIGATOR_CONTENT_UTILS=0 -DENABLE_NETWORK_INFO=0 -DENABLE_NOSNIFF=0 -DENABLE_PROXIMITY_EVENTS=0 -DENABLE_QUOTA=0 -DENABLE_RESOURCE_TIMING=0 -DENABLE_SCRIPTED_SPEECH=0 -DENABLE_SECCOMP_FILTERS=0 -DENABLE_SHADOW_DOM=0 -DENABLE_STYLE_SCOPED=0 -DENABLE_TEMPLATE_ELEMENT=0 -DENABLE_TEXT_AUTOSIZING=0 -DENABLE_THREADED_HTML_PARSER=0 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_USER_TIMING=0 -DENABLE_VIBRATION=0 -DENABLE_WEB_AUDIO=0 -DSTATICALLY_LINKED_WITH_ANGLE -DSTATICALLY_LINKED_WITH_leveldb -DSTATICALLY_LINKED_WITH_JavaScriptCore -DSTATICALLY_LINKED_WITH_WTF -DBUILDING_WebCore -DBUILDING_WEBKIT -DQT_ASCII_CAST_WARNINGS -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_SENSORS_LIB -DQT_CORE_LIB -I. -I. -IModules/filesystem -IModules/geolocation -IModules/indexeddb -IModules/navigatorcontentutils -IModules/notifications -IModules/proximity -IModules/quota -IModules/webaudio -IModules/webdatabase -IModules/websockets -Iaccessibility -Ibindings -Ibindings/generic -Ibridge -Ibridge/qt -Icss -Idom -Idom/default -Iediting -Ifileapi -Ihistory -Ihtml -Ihtml/canvas -Ihtml/forms -Ihtml/parser -Ihtml/shadow -Ihtml/track -Iinspector -Iloader -Iloader/appcache -Iloader/archive -Iloader/cache -Iloader/icon -Imathml -Ipage -Ipage/animation -Ipage/qt -Ipage/scrolling -Ipage/scrolling/coordinatedgraphics -Iplatform -Iplatform/animation -Iplatform/audio -Iplatform/graphics -Iplatform/graphics/cpu/arm -Iplatform/graphics/cpu/arm/filters -Iplatform/graphics/filters -Iplatform/graphics/filters/texmap -Iplatform/graphics/opengl -Iplatform/graphics/opentype -Iplatform/graphics/qt -Iplatform/graphics/surfaces -Iplatform/graphics/texmap -Iplatform/graphics/texmap/coordinated -Iplatform/graphics/transforms -Iplatform/image-decoders -Iplatform/image-decoders/bmp -Iplatform/image-decoders/ico -Iplatform/image-decoders/gif -Iplatform/image-decoders/jpeg -Iplatform/image-decoders/png -Iplatform/image-decoders/webp -Iplatform/leveldb -Iplatform/mock -Iplatform/network -Iplatform/network/qt -Iplatform/qt -Iplatform/sql -Iplatform/text -Iplatform/text/transcoder -Iplugins -Irendering -Irendering/mathml -Irendering/shapes -Irendering/style -Irendering/svg -Istorage -Isvg -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Isvg/properties -Itesting -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/WebCore/websockets -Iworkers -Ixml -Ixml/parser -I../ThirdParty -Ibridge/jsc -Ibindings/js -Ibridge/c -Itesting/js -Igenerated -Iplatform/linux -IModules/gamepad -Iplatform/graphics/gstreamer -Iplatform/graphics/gpu -Iplatform/graphics/gpu -Iloader/archive/mhtml -I../../Source -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/include -I../ThirdParty/ANGLE/include/GLSLANG -I../ThirdParty/ANGLE/include/KHR -I../ThirdParty/leveldb/include -I../ThirdParty/leveldb -I../JavaScriptCore -I../../Source -I../WTF -I../JavaScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/heap -I../JavaScriptCore/dfg -I../JavaScriptCore/debugger -I../JavaScriptCore/disassembler -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/llint -I../JavaScriptCore/parser -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime -I../JavaScriptCore/tools -I../JavaScriptCore/yarr -I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/generated -I/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/JavaScriptCore/generated/LLIntOffsetsExtractor -I../JavaScriptCore/disassembler/udis86 -I../WTF -isystem /usr/include/libxml2 -isystem /usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -isystem /usr/include/gstreamer-1.0 -isystem /usr/include/qt5/QtGui/5.4.1 -isystem /usr/include/qt5/QtGui/5.4.1/QtGui -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtSql -isystem /usr/include/qt5/QtCore/5.4.1 -isystem /usr/include/qt5/QtCore/5.4.1/QtCore -isystem /usr/include/qt5/QtSensors -isystem /usr/include/qt5/QtCore -I.moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/rendering/RenderFullScreen.o rendering/RenderFullScreen.cpp
  459. Makefile.WebCore.Target:78612: recipe for target '.obj/platform/graphics/gstreamer/WebKitWebSourceGStreamer.o' failed
  460. make[2]: *** [.obj/platform/graphics/gstreamer/WebKitWebSourceGStreamer.o] Error 1
  461. make[2]: *** Waiting for unfinished jobs....
  462. make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/WebCore'
  463. Makefile.WebCore:68: recipe for target 'sub-Target-pri-make_first-ordered' failed
  464. make[1]: *** [sub-Target-pri-make_first-ordered] Error 2
  465. make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1/Source/WebCore'
  466. Makefile:222: recipe for target 'sub-Source-WebCore-WebCore-pro-make_first-ordered' failed
  467. make: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
  468. * ERROR: dev-qt/qtwebkit-5.4.1::gentoo failed (compile phase):
  469. * emake failed
  470. *
  471. * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.4.1::gentoo'`,
  472. * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.4.1::gentoo'`.
  473. * The complete build log is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/temp/build.log'.
  474. * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/temp/environment'.
  475. * Working directory: '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1'
  476. * S: '/var/tmp/portage/dev-qt/qtwebkit-5.4.1/work/qtwebkit-opensource-src-5.4.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement