Guest User

Untitled

a guest
Apr 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.11 KB | None | 0 0
  1. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/gstreamer/
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt4: /usr/bin/qmake (found version "4.7.4")
  21. -- Boost version: 1.39.0
  22. -- GCC 4.5 or later detected. Enabling C++0x support in QTGSTREAMER_FLAGS.
  23. -- checking for module 'gstreamer-0.10'
  24. -- found gstreamer-0.10, version 0.10.35.1
  25. -- checking for module 'gstreamer-base-0.10'
  26. -- found gstreamer-base-0.10, version 0.10.35.1
  27. -- Found GSTREAMER_BASE_LIBRARY: /opt/gstreamer/lib/libgstbase-0.10.so
  28. -- Found GSTREAMER_BASE_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  29. -- Found GStreamer: /opt/gstreamer/lib/libgstreamer-0.10.so (Required is at least version "0.10.31")
  30. -- checking for module 'gstreamer-plugins-base-0.10'
  31. -- found gstreamer-plugins-base-0.10, version 0.10.35.1
  32. -- checking for module 'gstreamer-app-0.10'
  33. -- found gstreamer-app-0.10, version 0.10.35.1
  34. -- Found GSTREAMER_APP_LIBRARY: /opt/gstreamer/lib/libgstapp-0.10.so
  35. -- Found GSTREAMER_APP_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  36. -- checking for module 'gstreamer-interfaces-0.10'
  37. -- found gstreamer-interfaces-0.10, version 0.10.35.1
  38. -- Found GSTREAMER_INTERFACES_LIBRARY: /opt/gstreamer/lib/libgstinterfaces-0.10.so
  39. -- Found GSTREAMER_INTERFACES_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  40. -- checking for module 'gstreamer-video-0.10'
  41. -- found gstreamer-video-0.10, version 0.10.35.1
  42. -- Found GSTREAMER_VIDEO_LIBRARY: /opt/gstreamer/lib/libgstvideo-0.10.so
  43. -- Found GSTREAMER_VIDEO_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  44. -- Found GStreamerPluginsBase: TRUE (Required is at least version "0.10.31")
  45. -- checking for module 'glib-2.0'
  46. -- found glib-2.0, version 2.30.0
  47. -- Found GLIB2: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
  48. -- checking for module 'gobject-2.0'
  49. -- found gobject-2.0, version 2.30.0
  50. -- Found GObject: /usr/include/glib-2.0
  51. -- Found FLEX: /usr/bin/flex (found version "2.5.35")
  52. -- Found BISON: /usr/bin/bison (found version "2.4.1")
  53. -- Found Doxygen: /usr/bin/doxygen
  54. -- Found DOXYFILE_IN: /home/rodolfo/Desktop/qt-gstreamer-0.10.1/Doxyfile.in
  55.  
  56. -----------------------------------------------------------------------------
  57. -- The following external packages were located on your system.
  58. -- This installation will have the extra features provided by these packages.
  59. -----------------------------------------------------------------------------
  60. * Qt 4 - Required for building everything
  61. * Boost - Required for building QtGLib
  62. * Automoc 4 - Required for the build system to generate moc files properly
  63. * GStreamer - Required to build QtGStreamer
  64. * GStreamer base library - Used for building the qwidgetvideosink element
  65. * GStreamer app library - Required to build QtGStreamerUtils
  66. * GStreamer interfaces library - Required to build QtGStreamer
  67. * GStreamer video library - Used for building the qwidgetvideosink element
  68. * GLib - Required to build QtGLib
  69. * GObject - Required to build QtGLib
  70. * Flex - Required to build codegen, a helper code generator
  71. * Bison - Required to build codegen, a helper code generator
  72. * Doxygen - Used to generate the API documentation
  73.  
  74. -----------------------------------------------------------------------------
  75. -- Congratulations! All external packages have been found.
  76. -----------------------------------------------------------------------------
  77.  
  78. -- Configuring done
  79. -- Generating done
  80. -- Build files have been written to: /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build
  81. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1/build$ cd ..
  82. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1$ rm -rf build/
  83. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1$ cd build
  84. bash: cd: build: No such file or directory
  85. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1$ mkdir build
  86. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1$ cd build/
  87. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1/build$ BOOST_ROOT=/opt/boost cmake .. -DCMAKE_INSTALL_PREFIX=/opt/gstreamer -DQTGSTREAMER_DISABLE_CXX0X=true
  88. -- The C compiler identification is GNU
  89. -- The CXX compiler identification is GNU
  90. -- Check for working C compiler: /usr/bin/gcc
  91. -- Check for working C compiler: /usr/bin/gcc -- works
  92. -- Detecting C compiler ABI info
  93. -- Detecting C compiler ABI info - done
  94. -- Check for working CXX compiler: /usr/bin/c++
  95. -- Check for working CXX compiler: /usr/bin/c++ -- works
  96. -- Detecting CXX compiler ABI info
  97. -- Detecting CXX compiler ABI info - done
  98. -- Looking for Q_WS_X11
  99. -- Looking for Q_WS_X11 - found
  100. -- Looking for Q_WS_WIN
  101. -- Looking for Q_WS_WIN - not found.
  102. -- Looking for Q_WS_QWS
  103. -- Looking for Q_WS_QWS - not found.
  104. -- Looking for Q_WS_MAC
  105. -- Looking for Q_WS_MAC - not found.
  106. -- Found Qt4: /usr/bin/qmake (found version "4.7.4")
  107. -- Boost version: 1.39.0
  108. -- checking for module 'gstreamer-0.10'
  109. -- found gstreamer-0.10, version 0.10.35.1
  110. -- checking for module 'gstreamer-base-0.10'
  111. -- found gstreamer-base-0.10, version 0.10.35.1
  112. -- Found GSTREAMER_BASE_LIBRARY: /opt/gstreamer/lib/libgstbase-0.10.so
  113. -- Found GSTREAMER_BASE_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  114. -- Found GStreamer: /opt/gstreamer/lib/libgstreamer-0.10.so (Required is at least version "0.10.31")
  115. -- checking for module 'gstreamer-plugins-base-0.10'
  116. -- found gstreamer-plugins-base-0.10, version 0.10.35.1
  117. -- checking for module 'gstreamer-app-0.10'
  118. -- found gstreamer-app-0.10, version 0.10.35.1
  119. -- Found GSTREAMER_APP_LIBRARY: /opt/gstreamer/lib/libgstapp-0.10.so
  120. -- Found GSTREAMER_APP_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  121. -- checking for module 'gstreamer-interfaces-0.10'
  122. -- found gstreamer-interfaces-0.10, version 0.10.35.1
  123. -- Found GSTREAMER_INTERFACES_LIBRARY: /opt/gstreamer/lib/libgstinterfaces-0.10.so
  124. -- Found GSTREAMER_INTERFACES_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  125. -- checking for module 'gstreamer-video-0.10'
  126. -- found gstreamer-video-0.10, version 0.10.35.1
  127. -- Found GSTREAMER_VIDEO_LIBRARY: /opt/gstreamer/lib/libgstvideo-0.10.so
  128. -- Found GSTREAMER_VIDEO_INCLUDE_DIR: /opt/gstreamer/include/gstreamer-0.10
  129. -- Found GStreamerPluginsBase: TRUE (Required is at least version "0.10.31")
  130. -- checking for module 'glib-2.0'
  131. -- found glib-2.0, version 2.30.0
  132. -- Found GLIB2: /usr/lib/x86_64-linux-gnu/libglib-2.0.so
  133. -- checking for module 'gobject-2.0'
  134. -- found gobject-2.0, version 2.30.0
  135. -- Found GObject: /usr/include/glib-2.0
  136. -- Found FLEX: /usr/bin/flex (found version "2.5.35")
  137. -- Found BISON: /usr/bin/bison (found version "2.4.1")
  138. -- Found Doxygen: /usr/bin/doxygen
  139. -- Found DOXYFILE_IN: /home/rodolfo/Desktop/qt-gstreamer-0.10.1/Doxyfile.in
  140.  
  141. -----------------------------------------------------------------------------
  142. -- The following external packages were located on your system.
  143. -- This installation will have the extra features provided by these packages.
  144. -----------------------------------------------------------------------------
  145. * Qt 4 - Required for building everything
  146. * Boost - Required for building QtGLib
  147. * Automoc 4 - Required for the build system to generate moc files properly
  148. * GStreamer - Required to build QtGStreamer
  149. * GStreamer base library - Used for building the qwidgetvideosink element
  150. * GStreamer app library - Required to build QtGStreamerUtils
  151. * GStreamer interfaces library - Required to build QtGStreamer
  152. * GStreamer video library - Used for building the qwidgetvideosink element
  153. * GLib - Required to build QtGLib
  154. * GObject - Required to build QtGLib
  155. * Flex - Required to build codegen, a helper code generator
  156. * Bison - Required to build codegen, a helper code generator
  157. * Doxygen - Used to generate the API documentation
  158.  
  159. -----------------------------------------------------------------------------
  160. -- Congratulations! All external packages have been found.
  161. -----------------------------------------------------------------------------
  162.  
  163. -- Configuring done
  164. -- Generating done
  165. -- Build files have been written to: /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build
  166. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1/build$ make
  167. [ 1%] [FLEX][analyzer] Building scanner with flex 2.5.35
  168. [ 2%] [BISON][parser] Building parser with bison 2.4.1
  169. parser.y: conflicts: 6 shift/reduce
  170. Scanning dependencies of target codegen
  171. [ 4%] Building CXX object codegen/CMakeFiles/codegen.dir/analyzer.cpp.o
  172. /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build/codegen/analyzer.cpp:2253:16: warning: ‘int yy_top_state()’ defined but not used [-Wunused-function]
  173. [ 5%] Building CXX object codegen/CMakeFiles/codegen.dir/parser.cpp.o
  174. /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build/codegen/parser.cpp:193:6: warning: "YYENABLE_NLS" is not defined [-Wundef]
  175. /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build/codegen/parser.cpp:634:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined [-Wundef]
  176. [ 7%] Building CXX object codegen/CMakeFiles/codegen.dir/generator.cpp.o
  177. Linking CXX executable codegen
  178. [ 7%] Built target codegen
  179. Scanning dependencies of target QtGLib_automoc
  180. Generating connect.moc
  181. [ 7%] Built target QtGLib_automoc
  182. [ 8%] Generating gen.cpp
  183. Scanning dependencies of target QtGLib
  184. [ 10%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/QtGLib_automoc.cpp.o
  185. [ 11%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/quark.cpp.o
  186. [ 13%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/type.cpp.o
  187. [ 14%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/paramspec.cpp.o
  188. [ 16%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/object.cpp.o
  189. [ 17%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/value.cpp.o
  190. [ 19%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/signal.cpp.o
  191. [ 20%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/error.cpp.o
  192. [ 22%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/connect.cpp.o
  193. In file included from /opt/boost/include/boost-1_39/boost/function/function_base.hpp:36:0,
  194. from /opt/boost/include/boost-1_39/boost/function/detail/prologue.hpp:17,
  195. from /opt/boost/include/boost-1_39/boost/function.hpp:24,
  196. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGlib/connectimpl.h:206,
  197. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGlib/connect.h:317,
  198. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGlib/connect.cpp:19:
  199. /opt/boost/include/boost-1_39/boost/function/function_fwd.hpp:24:7: warning: "BOOST_STRICT_CONFIG" is not defined [-Wundef]
  200. [ 23%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/wrap.cpp.o
  201. [ 25%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/init.cpp.o
  202. [ 26%] Building CXX object src/QGlib/CMakeFiles/QtGLib.dir/gen.cpp.o
  203. In file included from /opt/boost/include/boost-1_39/boost/function/function_base.hpp:36:0,
  204. from /opt/boost/include/boost-1_39/boost/function/detail/prologue.hpp:17,
  205. from /opt/boost/include/boost-1_39/boost/function.hpp:24,
  206. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGlib/connectimpl.h:206,
  207. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGlib/connect.h:317,
  208. from /home/rodolfo/Desktop/qt-gstreamer-0.10.1/build/src/QGlib/gen.cpp:73:
  209. /opt/boost/include/boost-1_39/boost/function/function_fwd.hpp:24:7: warning: "BOOST_STRICT_CONFIG" is not defined [-Wundef]
  210. Linking CXX shared library libQtGLib-2.0.so
  211. [ 26%] Built target QtGLib
  212. Scanning dependencies of target QtGStreamer_automoc
  213. [ 26%] Built target QtGStreamer_automoc
  214. [ 28%] Generating gen.cpp
  215. Scanning dependencies of target QtGStreamer
  216. [ 29%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/QtGStreamer_automoc.cpp.o
  217. [ 31%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/init.cpp.o
  218. [ 32%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/objectstore.cpp.o
  219. [ 34%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/value.cpp.o
  220. [ 35%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/structure.cpp.o
  221. [ 37%] Building CXX object src/QGst/CMakeFiles/QtGStreamer.dir/caps.cpp.o
  222. /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGst/caps.cpp: In member function ‘bool QGst::Caps::isWritable() const’:
  223. /home/rodolfo/Desktop/qt-gstreamer-0.10.1/src/QGst/caps.cpp:129:13: error: cannot call member function ‘T* QGlib::RefCountedObject::object() const [with T = _GstCaps]’ without object
  224. make[2]: *** [src/QGst/CMakeFiles/QtGStreamer.dir/caps.cpp.o] Error 1
  225. make[1]: *** [src/QGst/CMakeFiles/QtGStreamer.dir/all] Error 2
  226. make: *** [all] Error 2
  227. rodolfo@rodolfo-ubuntu:~/Desktop/qt-gstreamer-0.10.1/build$
Add Comment
Please, Sign In to add comment