Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 24.80 KB | None | 0 0
  1. $ qmake && (make -j4 sub-app-pro) > ~/Desktop/compile.log
  2. In file included from headunit.h:15:0,
  3.                  from headunit.cpp:1:
  4. headunit/hu/hu_aap.h:125:59: warning: unused parameter ‘stream’ [-Wunused-parameter]
  5.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  6.                                                            ^
  7. headunit/hu/hu_aap.h:125:76: warning: unused parameter ‘state’ [-Wunused-parameter]
  8.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  9.                                                                             ^
  10. headunit/hu/hu_aap.h:125:88: warning: unused parameter ‘chan’ [-Wunused-parameter]
  11.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  12.                                                                                         ^
  13. headunit/hu/hu_aap.h:125:103: warning: unused parameter ‘msg_type’ [-Wunused-parameter]
  14.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  15.                                                                                                        ^
  16. headunit/hu/hu_aap.h:125:126: warning: unused parameter ‘buf’ [-Wunused-parameter]
  17.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  18.                                                                                                                               ^
  19. headunit/hu/hu_aap.h:125:135: warning: unused parameter ‘len’ [-Wunused-parameter]
  20.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  21.                                                                                                                                        ^
  22. headunit/hu/hu_aap.h:135:63: warning: unused parameter ‘carInfo’ [-Wunused-parameter]
  23.    virtual void CustomizeCarInfo(HU::ServiceDiscoveryResponse& carInfo) {}
  24.                                                                ^
  25. headunit/hu/hu_aap.h:136:79: warning: unused parameter ‘inputChannel’ [-Wunused-parameter]
  26.    virtual void CustomizeInputConfig(HU::ChannelDescriptor::InputEventChannel& inputChannel) {}
  27.                                                                                ^
  28. headunit/hu/hu_aap.h:137:76: warning: unused parameter ‘sensorChannel’ [-Wunused-parameter]
  29.    virtual void CustomizeSensorConfig(HU::ChannelDescriptor::SensorChannel& sensorChannel) {}
  30.                                                                             ^
  31. headunit/hu/hu_aap.h:138:43: warning: unused parameter ‘chan’ [-Wunused-parameter]
  32.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  33.                                            ^
  34. headunit/hu/hu_aap.h:138:93: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  35.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  36.                                                                                              ^
  37. headunit/hu/hu_aap.h:139:42: warning: unused parameter ‘chan’ [-Wunused-parameter]
  38.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  39.                                           ^
  40. headunit/hu/hu_aap.h:139:91: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  41.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  42.                                                                                            ^
  43. In file included from headunit.cpp:1:0:
  44. headunit.h:40:23: error: field ‘connected’ has incomplete type ‘std::atomic<bool>
  45.      std::atomic<bool> connected;
  46.                        ^
  47. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  48.                  from /usr/include/c++/5/memory:83,
  49.                  from /usr/include/c++/5/thread:40,
  50.                  from headunit/hu/hu_aap.h:6,
  51.                  from headunit.h:15,
  52.                  from headunit.cpp:1:
  53. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  54.      struct atomic;
  55.             ^
  56. In file included from headunit.cpp:1:0:
  57. headunit.h:41:23: error: field ‘videoFocus’ has incomplete type ‘std::atomic<bool>
  58.      std::atomic<bool> videoFocus;
  59.                        ^
  60. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  61.                  from /usr/include/c++/5/memory:83,
  62.                  from /usr/include/c++/5/thread:40,
  63.                  from headunit/hu/hu_aap.h:6,
  64.                  from headunit.h:15,
  65.                  from headunit.cpp:1:
  66. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  67.      struct atomic;
  68.             ^
  69. In file included from headunit.cpp:1:0:
  70. headunit.h:42:23: error: field ‘audioFocus’ has incomplete type ‘std::atomic<bool>
  71.      std::atomic<bool> audioFocus;
  72.                        ^
  73. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  74.                  from /usr/include/c++/5/memory:83,
  75.                  from /usr/include/c++/5/thread:40,
  76.                  from headunit/hu/hu_aap.h:6,
  77.                  from headunit.h:15,
  78.                  from headunit.cpp:1:
  79. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  80.      struct atomic;
  81.             ^
  82. In file included from headunit.cpp:1:0:
  83. headunit.h:60:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  84.      const int outputWidth();
  85.                            ^
  86. headunit.h:61:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  87.      const int outputHeight();
  88.                             ^
  89. headunit.cpp: In member function ‘int Headunit::startHU()’:
  90. headunit.cpp:56:24: warning: deleting object of polymorphic class type ‘HUServer’ which has non-virtual destructor might cause undefined behaviour [-Wdelete-non-virtual-dtor]
  91.          delete(headunit);
  92.                         ^
  93. headunit.cpp: In member function ‘int Headunit::initGst()’:
  94. headunit.cpp:65:26: warning: unused variable ‘state_ret’ [-Wunused-variable]
  95.      GstStateChangeReturn state_ret;
  96.                           ^
  97. headunit.cpp: In static member function ‘static gboolean Headunit::bus_callback(GstBus*, GstMessage*, void**)’:
  98. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_UNKNOWN’ not handled in switch [-Wswitch]
  99.      switch (GST_MESSAGE_TYPE(message)) {
  100.             ^
  101. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_INFO’ not handled in switch [-Wswitch]
  102. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_TAG’ not handled in switch [-Wswitch]
  103. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_BUFFERING’ not handled in switch [-Wswitch]
  104. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STATE_DIRTY’ not handled in switch [-Wswitch]
  105. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STEP_DONE’ not handled in switch [-Wswitch]
  106. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_CLOCK_PROVIDE’ not handled in switch [-Wswitch]
  107. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_CLOCK_LOST’ not handled in switch [-Wswitch]
  108. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_NEW_CLOCK’ not handled in switch [-Wswitch]
  109. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STRUCTURE_CHANGE’ not handled in switch [-Wswitch]
  110. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STREAM_STATUS’ not handled in switch [-Wswitch]
  111. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_APPLICATION’ not handled in switch [-Wswitch]
  112. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_ELEMENT’ not handled in switch [-Wswitch]
  113. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_SEGMENT_START’ not handled in switch [-Wswitch]
  114. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_SEGMENT_DONE’ not handled in switch [-Wswitch]
  115. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_DURATION_CHANGED’ not handled in switch [-Wswitch]
  116. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_LATENCY’ not handled in switch [-Wswitch]
  117. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_ASYNC_START’ not handled in switch [-Wswitch]
  118. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_ASYNC_DONE’ not handled in switch [-Wswitch]
  119. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_REQUEST_STATE’ not handled in switch [-Wswitch]
  120. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STEP_START’ not handled in switch [-Wswitch]
  121. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_QOS’ not handled in switch [-Wswitch]
  122. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_PROGRESS’ not handled in switch [-Wswitch]
  123. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_TOC’ not handled in switch [-Wswitch]
  124. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_RESET_TIME’ not handled in switch [-Wswitch]
  125. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_STREAM_START’ not handled in switch [-Wswitch]
  126. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_NEED_CONTEXT’ not handled in switch [-Wswitch]
  127. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_HAVE_CONTEXT’ not handled in switch [-Wswitch]
  128. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_EXTENDED’ not handled in switch [-Wswitch]
  129. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_DEVICE_ADDED’ not handled in switch [-Wswitch]
  130. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_DEVICE_REMOVED’ not handled in switch [-Wswitch]
  131. headunit.cpp:211:12: warning: enumeration value ‘GST_MESSAGE_ANY’ not handled in switch [-Wswitch]
  132. headunit.cpp: At global scope:
  133. headunit.cpp:205:41: warning: unused parameter ‘bus’ [-Wunused-parameter]
  134.  gboolean Headunit::bus_callback(GstBus *bus, GstMessage *message, gpointer *ptr) {
  135.                                          ^
  136. headunit.cpp: In member function ‘bool Headunit::keyEvent(QString)’:
  137. headunit.cpp:301:1: warning: no return statement in function returning non-void [-Wreturn-type]
  138.  }
  139.  ^
  140. headunit.cpp: At global scope:
  141. headunit.cpp:299:33: warning: unused parameter ‘key’ [-Wunused-parameter]
  142.  bool Headunit::keyEvent(QString key){
  143.                                  ^
  144. headunit.cpp:376:33: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  145.  const int Headunit::outputWidth() {
  146.                                  ^
  147. headunit.cpp:379:34: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  148.  const int Headunit::outputHeight() {
  149.                                   ^
  150. headunit.cpp:382:59: warning: unused parameter ‘timestamp’ [-Wunused-parameter]
  151.  int DesktopEventCallbacks::MediaPacket(int chan, uint64_t timestamp, const byte * buf, int len) {
  152.                                                            ^
  153. headunit.cpp:428:56: warning: unused parameter ‘chan’ [-Wunused-parameter]
  154.  void DesktopEventCallbacks::CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {
  155.                                                         ^
  156. headunit.cpp:428:106: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  157.  void DesktopEventCallbacks::CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {
  158.                                                                                                           ^
  159. headunit.cpp:458:51: warning: unused parameter ‘chan’ [-Wunused-parameter]
  160.  void DesktopEventCallbacks::VideoFocusRequest(int chan, const HU::VideoFocusRequest &request) {
  161.                                                    ^
  162. In file included from headunit.h:15:0,
  163.                  from main.cpp:17:
  164. headunit/hu/hu_aap.h:125:59: warning: unused parameter ‘stream’ [-Wunused-parameter]
  165.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  166.                                                            ^
  167. headunit/hu/hu_aap.h:125:76: warning: unused parameter ‘state’ [-Wunused-parameter]
  168.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  169.                                                                             ^
  170. headunit/hu/hu_aap.h:125:88: warning: unused parameter ‘chan’ [-Wunused-parameter]
  171.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  172.                                                                                         ^
  173. headunit/hu/hu_aap.h:125:103: warning: unused parameter ‘msg_type’ [-Wunused-parameter]
  174.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  175.                                                                                                        ^
  176. headunit/hu/hu_aap.h:125:126: warning: unused parameter ‘buf’ [-Wunused-parameter]
  177.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  178.                                                                                                                               ^
  179. headunit/hu/hu_aap.h:125:135: warning: unused parameter ‘len’ [-Wunused-parameter]
  180.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  181.                                                                                                                                        ^
  182. headunit/hu/hu_aap.h:135:63: warning: unused parameter ‘carInfo’ [-Wunused-parameter]
  183.    virtual void CustomizeCarInfo(HU::ServiceDiscoveryResponse& carInfo) {}
  184.                                                                ^
  185. headunit/hu/hu_aap.h:136:79: warning: unused parameter ‘inputChannel’ [-Wunused-parameter]
  186.    virtual void CustomizeInputConfig(HU::ChannelDescriptor::InputEventChannel& inputChannel) {}
  187.                                                                                ^
  188. headunit/hu/hu_aap.h:137:76: warning: unused parameter ‘sensorChannel’ [-Wunused-parameter]
  189.    virtual void CustomizeSensorConfig(HU::ChannelDescriptor::SensorChannel& sensorChannel) {}
  190.                                                                             ^
  191. headunit/hu/hu_aap.h:138:43: warning: unused parameter ‘chan’ [-Wunused-parameter]
  192.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  193.                                            ^
  194. headunit/hu/hu_aap.h:138:93: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  195.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  196.                                                                                              ^
  197. headunit/hu/hu_aap.h:139:42: warning: unused parameter ‘chan’ [-Wunused-parameter]
  198.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  199.                                           ^
  200. headunit/hu/hu_aap.h:139:91: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  201.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  202.                                                                                            ^
  203. In file included from main.cpp:17:0:
  204. headunit.h:40:23: error: field ‘connected’ has incomplete type ‘std::atomic<bool>
  205.      std::atomic<bool> connected;
  206.                        ^
  207. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  208.                  from /usr/include/c++/5/memory:83,
  209.                  from /usr/include/c++/5/thread:40,
  210.                  from headunit/hu/hu_aap.h:6,
  211.                  from headunit.h:15,
  212.                  from main.cpp:17:
  213. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  214.      struct atomic;
  215.             ^
  216. In file included from main.cpp:17:0:
  217. headunit.h:41:23: error: field ‘videoFocus’ has incomplete type ‘std::atomic<bool>
  218.      std::atomic<bool> videoFocus;
  219.                        ^
  220. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  221.                  from /usr/include/c++/5/memory:83,
  222.                  from /usr/include/c++/5/thread:40,
  223.                  from headunit/hu/hu_aap.h:6,
  224.                  from headunit.h:15,
  225.                  from main.cpp:17:
  226. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  227.      struct atomic;
  228.             ^
  229. In file included from main.cpp:17:0:
  230. headunit.h:42:23: error: field ‘audioFocus’ has incomplete type ‘std::atomic<bool>
  231.      std::atomic<bool> audioFocus;
  232.                        ^
  233. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  234.                  from /usr/include/c++/5/memory:83,
  235.                  from /usr/include/c++/5/thread:40,
  236.                  from headunit/hu/hu_aap.h:6,
  237.                  from headunit.h:15,
  238.                  from main.cpp:17:
  239. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  240.      struct atomic;
  241.             ^
  242. In file included from main.cpp:17:0:
  243. headunit.h:60:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  244.      const int outputWidth();
  245.                            ^
  246. headunit.h:61:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  247.      const int outputHeight();
  248.                             ^
  249. make[1]: *** [headunit.o] Fehler 1
  250. make[1]: *** Auf noch nicht beendete Prozesse wird gewartet …
  251. In file included from headunit.h:15:0,
  252.                  from moc_headunit.cpp:9:
  253. headunit/hu/hu_aap.h:125:59: warning: unused parameter ‘stream’ [-Wunused-parameter]
  254.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  255.                                                            ^
  256. headunit/hu/hu_aap.h:125:76: warning: unused parameter ‘state’ [-Wunused-parameter]
  257.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  258.                                                                             ^
  259. headunit/hu/hu_aap.h:125:88: warning: unused parameter ‘chan’ [-Wunused-parameter]
  260.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  261.                                                                                         ^
  262. headunit/hu/hu_aap.h:125:103: warning: unused parameter ‘msg_type’ [-Wunused-parameter]
  263.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  264.                                                                                                        ^
  265. headunit/hu/hu_aap.h:125:126: warning: unused parameter ‘buf’ [-Wunused-parameter]
  266.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  267.                                                                                                                               ^
  268. headunit/hu/hu_aap.h:125:135: warning: unused parameter ‘len’ [-Wunused-parameter]
  269.    virtual int MessageFilter(IHUConnectionThreadInterface& stream, HU_STATE state,  int chan, uint16_t msg_type, const byte * buf, int len) { return 0; }
  270.                                                                                                                                        ^
  271. headunit/hu/hu_aap.h:135:63: warning: unused parameter ‘carInfo’ [-Wunused-parameter]
  272.    virtual void CustomizeCarInfo(HU::ServiceDiscoveryResponse& carInfo) {}
  273.                                                                ^
  274. headunit/hu/hu_aap.h:136:79: warning: unused parameter ‘inputChannel’ [-Wunused-parameter]
  275.    virtual void CustomizeInputConfig(HU::ChannelDescriptor::InputEventChannel& inputChannel) {}
  276.                                                                                ^
  277. headunit/hu/hu_aap.h:137:76: warning: unused parameter ‘sensorChannel’ [-Wunused-parameter]
  278.    virtual void CustomizeSensorConfig(HU::ChannelDescriptor::SensorChannel& sensorChannel) {}
  279.                                                                             ^
  280. headunit/hu/hu_aap.h:138:43: warning: unused parameter ‘chan’ [-Wunused-parameter]
  281.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  282.                                            ^
  283. headunit/hu/hu_aap.h:138:93: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  284.    virtual void CustomizeOutputChannel(int chan, HU::ChannelDescriptor::OutputStreamChannel& streamChannel) {}
  285.                                                                                              ^
  286. headunit/hu/hu_aap.h:139:42: warning: unused parameter ‘chan’ [-Wunused-parameter]
  287.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  288.                                           ^
  289. headunit/hu/hu_aap.h:139:91: warning: unused parameter ‘streamChannel’ [-Wunused-parameter]
  290.    virtual void CustomizeInputChannel(int chan, HU::ChannelDescriptor::InputStreamChannel& streamChannel) {}
  291.                                                                                            ^
  292. In file included from moc_headunit.cpp:9:0:
  293. headunit.h:40:23: error: field ‘connected’ has incomplete type ‘std::atomic<bool>
  294.      std::atomic<bool> connected;
  295.                        ^
  296. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  297.                  from /usr/include/c++/5/memory:83,
  298.                  from /usr/include/c++/5/thread:40,
  299.                  from headunit/hu/hu_aap.h:6,
  300.                  from headunit.h:15,
  301.                  from moc_headunit.cpp:9:
  302. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  303.      struct atomic;
  304.             ^
  305. In file included from moc_headunit.cpp:9:0:
  306. headunit.h:41:23: error: field ‘videoFocus’ has incomplete type ‘std::atomic<bool>
  307.      std::atomic<bool> videoFocus;
  308.                        ^
  309. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  310.                  from /usr/include/c++/5/memory:83,
  311.                  from /usr/include/c++/5/thread:40,
  312.                  from headunit/hu/hu_aap.h:6,
  313.                  from headunit.h:15,
  314.                  from moc_headunit.cpp:9:
  315. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  316.      struct atomic;
  317.             ^
  318. In file included from moc_headunit.cpp:9:0:
  319. headunit.h:42:23: error: field ‘audioFocus’ has incomplete type ‘std::atomic<bool>
  320.      std::atomic<bool> audioFocus;
  321.                        ^
  322. In file included from /usr/include/c++/5/bits/shared_ptr_atomic.h:33:0,
  323.                  from /usr/include/c++/5/memory:83,
  324.                  from /usr/include/c++/5/thread:40,
  325.                  from headunit/hu/hu_aap.h:6,
  326.                  from headunit.h:15,
  327.                  from moc_headunit.cpp:9:
  328. /usr/include/c++/5/bits/atomic_base.h:126:12: note: declaration of ‘struct std::atomic<bool>
  329.      struct atomic;
  330.             ^
  331. In file included from moc_headunit.cpp:9:0:
  332. headunit.h:60:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  333.      const int outputWidth();
  334.                            ^
  335. headunit.h:61:28: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  336.      const int outputHeight();
  337.                             ^
  338. make[1]: *** [moc_headunit.o] Fehler 1
  339. make[1]: *** [main.o] Fehler 1
  340. make: *** [sub-app-pro] Fehler 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement