Advertisement
Guest User

Making Astra SDK

a guest
Oct 29th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 49.21 KB | None | 0 0
  1. Scanning dependencies of target ProxyPreprocessor
  2. Scanning dependencies of target Shiny
  3. [  0%] === LPP ===
  4. [  1%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyManager.c.o
  5. === LPP processing directory: ../include ===
  6.  
  7. === LPP processing directory: ../src ===
  8.  
  9. [  1%] Built target ProxyPreprocessor
  10. [  2%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNode.c.o
  11. Scanning dependencies of target astra-device-sdk
  12. [  3%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_device.cpp.o
  13. [  4%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNodePool.c.o
  14. [  5%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyNodeState.c.o
  15. [  6%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyOutput.c.o
  16. [  7%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyTools.c.o
  17. [  8%] Building C object vendor/shinyprofiler/src/CMakeFiles/Shiny.dir/ShinyZone.c.o
  18. [  8%] Linking C static library ../../../lib/libShiny.a
  19. [  8%] Built target Shiny
  20. Scanning dependencies of target astra_core_api
  21. [  9%] Building CXX object src/astra_core_api/CMakeFiles/astra_core_api.dir/astra_core_api.cpp.o
  22. [ 10%] Linking CXX shared library ../../lib/libastra_core_api.so
  23. [ 10%] Built target astra_core_api
  24. Scanning dependencies of target astra_core
  25. [ 11%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_context.cpp.o
  26. [ 12%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_device_info.cpp.o
  27. [ 13%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_device_state.cpp.o
  28. [ 14%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_device_status.cpp.o
  29. [ 15%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_sensor.cpp.o
  30. [ 15%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_sensor_info.cpp.o
  31. [ 16%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_sensor_state.cpp.o
  32. [ 17%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_sensor_stream.cpp.o
  33. [ 18%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_context_impl.cpp.o
  34. [ 19%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_stream_mode.cpp.o
  35. [ 20%] Building CXX object src/plugins/device_sdk/CMakeFiles/astra-device-sdk.dir/src/astra_stream_state.cpp.o
  36. [ 21%] Linking CXX static library ../../../lib/libastra-device-sdk.a
  37. [ 21%] Built target astra-device-sdk
  38. Scanning dependencies of target astra
  39. [ 22%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_depth.cpp.o
  40. [ 23%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_color.cpp.o
  41. [ 24%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_infrared.cpp.o
  42. [ 25%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_image.cpp.o
  43. [ 26%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_hand.cpp.o
  44. [ 27%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_point.cpp.o
  45. [ 28%] Building CXX object src/astra/CMakeFiles/astra.dir/astra_skeleton.cpp.o
  46. [ 28%] Building CXX object src/astra/CMakeFiles/astra.dir/astra.cpp.o
  47. [ 29%] Linking CXX shared library ../../lib/libastra.so
  48. [ 29%] Built target astra
  49. Scanning dependencies of target openni_sensor
  50. [ 29%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_adapter_plugin.cpp.o
  51. [ 30%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_colorstream.cpp.o
  52. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.hpp:20:0,
  53.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.cpp:17:
  54. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘void orbbec::ni::devicestream<TFrameWrapper>::on_get_parameter(astra_streamconnection_t, astra_parameter_id, _astra_parameter_bin*&) [with TFrameWrapper = _astra_imageframe_wrapper; astra_streamconnection_t = _astra_streamconnection*; astra_parameter_id = int; astra_parameter_bin_t = _astra_parameter_bin*]:
  55. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.cpp:34:2:   required from here
  56. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:156:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  57.                      for(int i = 0; i < modes_.size(); i++)
  58.                                       ^
  59. In file included from /usr/include/c++/5/cassert:43:0,
  60.                  from /home/luke/master-thesis/thirdparty/astra/include/astra_core/plugins/PluginStream.hpp:26,
  61.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_stream.hpp:22,
  62.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:30,
  63.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.hpp:20,
  64.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.cpp:17:
  65. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘astra_status_t orbbec::ni::devicestream<TFrameWrapper>::on_read(astra_frame_index_t) [with TFrameWrapper = _astra_imageframe_wrapper; astra_frame_index_t = int]:
  66. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.cpp:34:2:   required from here
  67. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:450:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  68.              assert(ref.getDataSize() == bufferLength_);
  69.                                       ^
  70. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.hpp:20:0,
  71.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_colorstream.cpp:17:
  72. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:33:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  73.  #define MIN(a,b) (((a)<(b))?(a):(b))
  74.                        ^
  75. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:452:31: note: in expansion of macro ‘MIN’
  76.              size_t byteSize = MIN(ref.getDataSize(), bufferLength_);
  77.                                ^
  78. [ 30%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_configuration.cpp.o
  79. [ 31%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_depthstream.cpp.o
  80. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.hpp:20:0,
  81.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.cpp:17:
  82. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘void orbbec::ni::devicestream<TFrameWrapper>::on_get_parameter(astra_streamconnection_t, astra_parameter_id, _astra_parameter_bin*&) [with TFrameWrapper = _astra_imageframe_wrapper; astra_streamconnection_t = _astra_streamconnection*; astra_parameter_id = int; astra_parameter_bin_t = _astra_parameter_bin*]:
  83. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.cpp:135:27:   required from here
  84. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:156:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  85.                      for(int i = 0; i < modes_.size(); i++)
  86.                                       ^
  87. In file included from /usr/include/c++/5/cassert:43:0,
  88.                  from /home/luke/master-thesis/thirdparty/astra/include/astra_core/plugins/PluginStream.hpp:26,
  89.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_stream.hpp:22,
  90.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:30,
  91.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.hpp:20,
  92.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.cpp:17:
  93. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘astra_status_t orbbec::ni::devicestream<TFrameWrapper>::on_read(astra_frame_index_t) [with TFrameWrapper = _astra_imageframe_wrapper; astra_frame_index_t = int]:
  94. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.cpp:171:2:   required from here
  95. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:450:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  96.              assert(ref.getDataSize() == bufferLength_);
  97.                                       ^
  98. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.hpp:20:0,
  99.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_depthstream.cpp:17:
  100. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:33:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  101.  #define MIN(a,b) (((a)<(b))?(a):(b))
  102.                        ^
  103. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:452:31: note: in expansion of macro ‘MIN’
  104.              size_t byteSize = MIN(ref.getDataSize(), bufferLength_);
  105.                                ^
  106. [ 32%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_device_streamset.cpp.o
  107. [ 33%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra.cpp.o
  108. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_device_streamset.cpp: In member function ‘astra_status_t orbbec::ni::device_streamset::read():
  109. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_device_streamset.cpp:99:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  110.          for(int i = 0; i < niActiveStreams_.size(); i++)
  111.                           ^
  112. [ 34%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_stream.cpp.o
  113. [ 35%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_infrared_stream.cpp.o
  114. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.hpp:20:0,
  115.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.cpp:17:
  116. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘void orbbec::ni::devicestream<TFrameWrapper>::on_get_parameter(astra_streamconnection_t, astra_parameter_id, _astra_parameter_bin*&) [with TFrameWrapper = _astra_imageframe_wrapper; astra_streamconnection_t = _astra_streamconnection*; astra_parameter_id = int; astra_parameter_bin_t = _astra_parameter_bin*]:
  117. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.cpp:34:2:   required from here
  118. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:156:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  119.                      for(int i = 0; i < modes_.size(); i++)
  120.                                       ^
  121. In file included from /usr/include/c++/5/cassert:43:0,
  122.                  from /home/luke/master-thesis/thirdparty/astra/include/astra_core/plugins/PluginStream.hpp:26,
  123.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_stream.hpp:22,
  124.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:30,
  125.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.hpp:20,
  126.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.cpp:17:
  127. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp: In instantiation of ‘astra_status_t orbbec::ni::devicestream<TFrameWrapper>::on_read(astra_frame_index_t) [with TFrameWrapper = _astra_imageframe_wrapper; astra_frame_index_t = int]:
  128. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.cpp:34:2:   required from here
  129. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:450:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  130.              assert(ref.getDataSize() == bufferLength_);
  131.                                       ^
  132. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.hpp:20:0,
  133.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_infrared_stream.cpp:17:
  134. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:33:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  135.  #define MIN(a,b) (((a)<(b))?(a):(b))
  136.                        ^
  137. /home/luke/master-thesis/thirdparty/astra/src/plugins/openni_sensor/oni_devicestream.hpp:452:31: note: in expansion of macro ‘MIN’
  138.              size_t byteSize = MIN(ref.getDataSize(), bufferLength_);
  139.                                ^
  140. [ 36%] Building CXX object src/plugins/openni_sensor/CMakeFiles/openni_sensor.dir/oni_mappers.cpp.o
  141. [ 37%] Linking CXX shared library ../../../lib/Plugins/libopenni_sensor.so
  142. [ 38%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_stream_backend.cpp.o
  143. [ 38%] Built target openni_sensor
  144. Scanning dependencies of target orbbec_hand
  145. [ 39%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_debug_handstream.cpp.o
  146. [ 39%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_depth_utility.cpp.o
  147. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  148.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_depth_utility.hpp:20,
  149.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_depth_utility.cpp:17:
  150. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  151. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  152.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  153.                                ^
  154. [ 40%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_hand_tracker.cpp.o
  155. [ 41%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_plugin_service.cpp.o
  156. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  157.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.hpp:20,
  158.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:22:
  159. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  160. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  161.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  162.                                ^
  163. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_depth_utility.hpp:22:0,
  164.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.hpp:24,
  165.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:22:
  166. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::MinMaxLoc<T> astra::hand::find_min_max_loc(const astra::hand::Bitmap<T>&, const astra::hand::Bitmap<U>&) [with T = unsigned char; U = unsigned char]:
  167. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_debug_visualizer.hpp:218:45:   required from ‘void astra::hand::debug_visualizer::show_norm_array(const astra::hand::Bitmap<T>&, const BitmapMask&, _astra_imageframe&) [with T = unsigned char; astra::hand::BitmapMask = astra::hand::Bitmap<unsigned char>]
  168. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:623:66:   required from here
  169. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:378:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  170.          for (int y = 0; y < bitmap.height(); ++y)
  171.                            ^
  172. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:380:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  173.              for (int x = 0; x < bitmap.width(); ++x, ++ptr, ++maskPtr)
  174.                                ^
  175. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::MinMaxLoc<T> astra::hand::find_min_max_loc(const astra::hand::Bitmap<T>&) [with T = unsigned char]:
  176. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_debug_visualizer.hpp:222:45:   required from ‘void astra::hand::debug_visualizer::show_norm_array(const astra::hand::Bitmap<T>&, const BitmapMask&, _astra_imageframe&) [with T = unsigned char; astra::hand::BitmapMask = astra::hand::Bitmap<unsigned char>]
  177. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:623:66:   required from here
  178. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:351:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  179.          for (int y = 0; y < bitmap.height(); ++y)
  180.                            ^
  181. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:353:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  182.              for (int x = 0; x < bitmap.width(); ++x, ++ptr)
  183.                                ^
  184. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::MinMaxLoc<T> astra::hand::find_min_max_loc(const astra::hand::Bitmap<T>&, const astra::hand::Bitmap<U>&) [with T = float; U = unsigned char]:
  185. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_debug_visualizer.hpp:218:45:   required from ‘void astra::hand::debug_visualizer::show_norm_array(const astra::hand::Bitmap<T>&, const BitmapMask&, _astra_imageframe&) [with T = float; astra::hand::BitmapMask = astra::hand::Bitmap<unsigned char>]
  186. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:638:63:   required from here
  187. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:378:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  188.          for (int y = 0; y < bitmap.height(); ++y)
  189.                            ^
  190. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:380:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  191.              for (int x = 0; x < bitmap.width(); ++x, ++ptr, ++maskPtr)
  192.                                ^
  193. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::MinMaxLoc<T> astra::hand::find_min_max_loc(const astra::hand::Bitmap<T>&) [with T = float]:
  194. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_debug_visualizer.hpp:222:45:   required from ‘void astra::hand::debug_visualizer::show_norm_array(const astra::hand::Bitmap<T>&, const BitmapMask&, _astra_imageframe&) [with T = float; astra::hand::BitmapMask = astra::hand::Bitmap<unsigned char>]
  195. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_hand_tracker.cpp:638:63:   required from here
  196. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:351:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  197.          for (int y = 0; y < bitmap.height(); ++y)
  198.                            ^
  199. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:353:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  200.              for (int x = 0; x < bitmap.width(); ++x, ++ptr)
  201.                                ^
  202. [ 42%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_handstream.cpp.o
  203. [ 43%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_plugin.cpp.o
  204. [ 44%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_plugin_service_impl.cpp.o
  205. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  206.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_plugin.hpp:21,
  207.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_plugin.cpp:18:
  208. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  209. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  210.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  211.                                ^
  212. [ 45%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_point_processor.cpp.o
  213. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_tracking_data.hpp:20:0,
  214.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_tracked_point.hpp:20,
  215.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_point_processor.cpp:17:
  216. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::Bitmap<T> astra::hand::Bitmap<T>::submap(int, int, int, int) [with T = float]:
  217. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_point_processor.cpp:315:106:   required from here
  218. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:94:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  219.              for(int y = top; y < y + height && y < this->height(); ++y, srcPtr+= this->width())
  220.                                                   ^
  221. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:96:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  222.                  for(int x = left; x < x + width && x < this->width(); ++x, ++destPtr)
  223.                                                       ^
  224. [ 46%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_scaling_coordinate_mapper.cpp.o
  225. [ 47%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_segmentation.cpp.o
  226. [ 48%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_plugin_manager.cpp.o
  227. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp: In function ‘bool astra::hand::segmentation::test_point_in_range(astra::hand::tracking_matrices&, const Point2i&, astra::hand::test_behavior):
  228. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:331:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  229.              targetPoint.x < 0 || targetPoint.x >= matrices.depth.width() ||
  230.                                                 ^
  231. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:332:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  232.              targetPoint.y < 0 || targetPoint.y >= matrices.depth.height())
  233.                                                 ^
  234. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp: In function ‘float astra::hand::segmentation::count_neighborhood_area(astra::hand::BitmapMask&, astra::hand::BitmapF&, astra::hand::BitmapF&, const Point2i&, float, float, const astra::hand::scaling_coordinate_mapper&):
  235. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1296:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  236.              center.x >= matDepth.width() || center.y >= matDepth.height())
  237.                       ^
  238. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1296:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  239.              center.x >= matDepth.width() || center.y >= matDepth.height())
  240.                                                       ^
  241. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:22:0:
  242. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.hpp:24:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  243.  #define MIN(a,b) (((a)<(b))?(a):(b))
  244.                        ^
  245. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1311:22: note: in expansion of macro ‘MIN’
  246.          int32_t x1 = MIN(matDepth.width() - 1, bottomRight.x);
  247.                       ^
  248. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.hpp:24:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  249.  #define MIN(a,b) (((a)<(b))?(a):(b))
  250.                        ^
  251. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1312:22: note: in expansion of macro ‘MIN’
  252.          int32_t y1 = MIN(matDepth.height() - 1, bottomRight.y);
  253.                       ^
  254. In file included from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_tracking_data.hpp:20:0,
  255.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:17:
  256. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘astra::hand::MinMaxLoc<T> astra::hand::find_min_max_loc(const astra::hand::Bitmap<T>&, const astra::hand::Bitmap<U>&) [with T = float; U = unsigned char]:
  257. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:856:84:   required from here
  258. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:378:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  259.          for (int y = 0; y < bitmap.height(); ++y)
  260.                            ^
  261. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:380:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  262.              for (int x = 0; x < bitmap.width(); ++x, ++ptr, ++maskPtr)
  263.                                ^
  264. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘void astra::hand::range_normalize(const astra::hand::Bitmap<T>&, astra::hand::Bitmap<T>&, V, V, const astra::hand::Bitmap<U>&) [with T = float; U = unsigned char; V = int]:
  265. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:902:80:   required from here
  266. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:952:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  267.          for(int i = 0; i < length; ++i)
  268.                           ^
  269. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘void astra::hand::scalar_add(const astra::hand::Bitmap<T>&, const astra::hand::Bitmap<T>&, astra::hand::Bitmap<T>&, const astra::hand::Bitmap<U>&) [with T = float; U = float]:
  270. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1000:86:   required from here
  271. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:1143:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  272.          for(int i = 0; i < length; ++i)
  273.                           ^
  274. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp: In instantiation of ‘TSeed astra::hand::foldl(const astra::hand::Bitmap<T>&, TSeed, FoldFunc) [with T = float; TSeed = int; FoldFunc = astra::hand::count_non_zero(const astra::hand::Bitmap<T>&) [with T = float]::<lambda(int, float)>]:
  275. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:1293:21:   required from ‘int astra::hand::count_non_zero(const astra::hand::Bitmap<T>&) [with T = float]
  276. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_segmentation.cpp:1002:49:   required from here
  277. /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_hand/hnd_bitmap.hpp:1266:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  278.          for(int i = 0; i < bitmap.length(); ++i)
  279.                           ^
  280. [ 49%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_settings_parser.cpp.o
  281. [ 50%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_streamset_catalog.cpp.o
  282. [ 50%] Building CXX object src/plugins/orbbec_hand/CMakeFiles/orbbec_hand.dir/hnd_trajectory_analyzer.cpp.o
  283. [ 51%] Linking CXX shared library ../../../lib/Plugins/liborbbec_hand.so
  284. [ 51%] Built target orbbec_hand
  285. [ 51%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_streamset.cpp.o
  286. [ 52%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_streamset_connection.cpp.o
  287. [ 53%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_logger.cpp.o
  288. [ 54%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_logging.cpp.o
  289. [ 55%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_stream_connection.cpp.o
  290. [ 56%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_stream_bin.cpp.o
  291. /home/luke/master-thesis/thirdparty/astra/src/astra_core/astra_stream_bin.cpp: In member function ‘void astra::stream_bin::init_buffers(size_t):
  292. /home/luke/master-thesis/thirdparty/astra/src/astra_core/astra_stream_bin.cpp:38:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  293.          for(int i = 0; i < BUFFER_COUNT; ++i)
  294.                           ^
  295. /home/luke/master-thesis/thirdparty/astra/src/astra_core/astra_stream_bin.cpp: In member function ‘void astra::stream_bin::deinit_buffers():
  296. /home/luke/master-thesis/thirdparty/astra/src/astra_core/astra_stream_bin.cpp:46:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  297.          for(int i = 0; i < BUFFER_COUNT; ++i)
  298.                           ^
  299. [ 57%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_stream_reader.cpp.o
  300. [ 58%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_registry.cpp.o
  301. [ 58%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_filesystem.cpp.o
  302. [ 59%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/astra_string.cpp.o
  303. [ 60%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/unix/astra_environment_unix.cpp.o
  304. [ 61%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/unix/astra_filesystem_unix.cpp.o
  305. [ 62%] Building CXX object src/astra_core/CMakeFiles/astra_core.dir/unix/astra_shared_library_unix.cpp.o
  306. Scanning dependencies of target orbbec_xs
  307. [ 63%] Building CXX object src/plugins/orbbec_xs/CMakeFiles/orbbec_xs.dir/xs_plugin.cpp.o
  308. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  309.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_xs/xs_plugin.hpp:21,
  310.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_xs/xs_plugin.cpp:17:
  311. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  312. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  313.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  314.                                ^
  315. [ 64%] Building CXX object src/plugins/orbbec_xs/CMakeFiles/orbbec_xs.dir/xs_point_processor.cpp.o
  316. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  317.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_xs/xs_point_processor.hpp:21,
  318.                  from /home/luke/master-thesis/thirdparty/astra/src/plugins/orbbec_xs/xs_point_processor.cpp:17:
  319. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  320. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  321.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  322.                                ^
  323. [ 65%] Linking CXX shared library ../../lib/libastra_core.so
  324. [ 66%] Linking CXX shared library ../../../lib/Plugins/liborbbec_xs.so
  325. [ 66%] Built target orbbec_xs
  326. Scanning dependencies of target copytoml_hand
  327. [ 66%] Built target copytoml_hand
  328. [ 66%] Built target astra_core
  329. Scanning dependencies of target copytoml_astra
  330. Scanning dependencies of target astra-core-tests
  331. [ 67%] Building CXX object src/astra_core/tests/CMakeFiles/astra-core-tests.dir/signal_tests.cpp.o
  332. [ 67%] Built target copytoml_astra
  333. Scanning dependencies of target SDK_dependent
  334. [ 67%] Built target SDK_dependent
  335. Scanning dependencies of target DepthReaderPoll
  336. [ 68%] Building C object samples/c-api/DepthReaderPoll/CMakeFiles/DepthReaderPoll.dir/main.c.o
  337. [ 69%] Linking C executable ../../../bin/DepthReaderPoll
  338. [ 69%] Built target DepthReaderPoll
  339. Scanning dependencies of target DepthReaderEvent
  340. [ 69%] Building C object samples/c-api/DepthReaderEvent/CMakeFiles/DepthReaderEvent.dir/main.c.o
  341. [ 70%] Linking C executable ../../../bin/DepthReaderEvent
  342. [ 70%] Built target DepthReaderEvent
  343. Scanning dependencies of target HandReader
  344. [ 71%] Building C object samples/c-api/HandReader/CMakeFiles/HandReader.dir/main.c.o
  345. [ 72%] Linking C executable ../../../bin/HandReader
  346. [ 72%] Built target HandReader
  347. Scanning dependencies of target ColorReaderPoll
  348. [ 73%] Building C object samples/c-api/ColorReaderPoll/CMakeFiles/ColorReaderPoll.dir/main.c.o
  349. [ 74%] Linking C executable ../../../bin/ColorReaderPoll
  350. [ 74%] Built target ColorReaderPoll
  351. Scanning dependencies of target ColorReaderEvent
  352. [ 74%] Building C object samples/c-api/ColorReaderEvent/CMakeFiles/ColorReaderEvent.dir/main.c.o
  353. [ 75%] Linking C executable ../../../bin/ColorReaderEvent
  354. [ 75%] Built target ColorReaderEvent
  355. Scanning dependencies of target InfraredReaderEvent
  356. [ 76%] Building C object samples/c-api/InfraredReaderEvent/CMakeFiles/InfraredReaderEvent.dir/main.c.o
  357. [ 77%] Linking C executable ../../../bin/InfraredReaderEvent
  358. [ 77%] Built target InfraredReaderEvent
  359. Scanning dependencies of target InfraredReaderPoll
  360. [ 78%] Building C object samples/c-api/InfraredReaderPoll/CMakeFiles/InfraredReaderPoll.dir/main.c.o
  361. [ 79%] Linking C executable ../../../bin/InfraredReaderPoll
  362. [ 79%] Built target InfraredReaderPoll
  363. Scanning dependencies of target InfraredColorReaderEvent
  364. [ 79%] Building C object samples/c-api/InfraredColorReaderEvent/CMakeFiles/InfraredColorReaderEvent.dir/main.c.o
  365. [ 80%] Linking C executable ../../../bin/InfraredColorReaderEvent
  366. [ 80%] Built target InfraredColorReaderEvent
  367. Scanning dependencies of target DepthReaderEventCPP
  368. [ 81%] Building CXX object samples/cpp-api/DepthReaderEventCPP/CMakeFiles/DepthReaderEventCPP.dir/main.cpp.o
  369. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  370.                  from /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/DepthReaderEventCPP/main.cpp:17:
  371. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  372. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  373.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  374.                                ^
  375. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/DepthReaderEventCPP/main.cpp: In member function ‘void SampleFrameListener::print_depth(const astra::DepthFrame&, const astra::CoordinateMapper&):
  376. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/DepthReaderEventCPP/main.cpp:56:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  377.              if (width != lastWidth_ || height != lastHeight_)
  378.                        ^
  379. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/DepthReaderEventCPP/main.cpp:56:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  380.              if (width != lastWidth_ || height != lastHeight_)
  381.                                                ^
  382. [ 82%] Linking CXX executable ../../../bin/DepthReaderEventCPP
  383. [ 82%] Built target DepthReaderEventCPP
  384. Scanning dependencies of target ColorReaderEventCPP
  385. [ 83%] Building CXX object samples/cpp-api/ColorReaderEventCPP/CMakeFiles/ColorReaderEventCPP.dir/main.cpp.o
  386. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  387.                  from /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/ColorReaderEventCPP/main.cpp:17:
  388. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  389. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  390.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  391.                                ^
  392. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/ColorReaderEventCPP/main.cpp: In member function ‘void SampleFrameListener::print_color(const astra::ColorFrame&):
  393. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/ColorReaderEventCPP/main.cpp:50:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  394.              if (width != lastWidth_ || height != lastHeight_){
  395.                        ^
  396. /home/luke/master-thesis/thirdparty/astra/samples/cpp-api/ColorReaderEventCPP/main.cpp:50:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  397.              if (width != lastWidth_ || height != lastHeight_){
  398.                                                ^
  399. [ 84%] Linking CXX executable ../../../bin/ColorReaderEventCPP
  400. [ 84%] Built target ColorReaderEventCPP
  401. Scanning dependencies of target SimpleDepthViewer-SFML
  402. [ 85%] Building CXX object samples/sfml/SimpleDepthViewer-SFML/CMakeFiles/SimpleDepthViewer-SFML.dir/main.cpp.o
  403. [ 86%] Linking CXX executable ../../../bin/astra-core-tests
  404. [ 86%] Built target astra-core-tests
  405. Scanning dependencies of target SimpleHandViewer-SFML
  406. [ 87%] Building CXX object samples/sfml/SimpleHandViewer-SFML/CMakeFiles/SimpleHandViewer-SFML.dir/main.cpp.o
  407. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  408.                  from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleDepthViewer-SFML/main.cpp:18:
  409. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  410. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  411.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  412.                                ^
  413. In file included from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleDepthViewer-SFML/main.cpp:19:0:
  414. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp: In member function ‘void samples::common::LitDepthVisualizer::calculate_normals(const astra::PointFrame&):
  415. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp:168:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  416.          if (normalMap_ == nullptr || normalMapLength_ != numPixels)
  417.                                                        ^
  418. [ 88%] Linking CXX executable ../../../bin/SimpleDepthViewer-SFML
  419. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  420.                  from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleHandViewer-SFML/main.cpp:24:
  421. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  422. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  423.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  424.                                ^
  425. In file included from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleHandViewer-SFML/main.cpp:25:0:
  426. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp: In member function ‘void samples::common::LitDepthVisualizer::calculate_normals(const astra::PointFrame&):
  427. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp:168:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  428.          if (normalMap_ == nullptr || normalMapLength_ != numPixels)
  429.                                                        ^
  430. /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleHandViewer-SFML/main.cpp: In member function ‘void HandFrameListener::update_hand_trace(int, const astra::Vector2i&):
  431. /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleHandViewer-SFML/main.cpp:152:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  432.              while (list.size() < maxTraceLength_)
  433.                                 ^
  434. [ 88%] Built target SimpleDepthViewer-SFML
  435. Scanning dependencies of target SimpleStreamViewer-SFML
  436. [ 89%] Building CXX object samples/sfml/SimpleStreamViewer-SFML/CMakeFiles/SimpleStreamViewer-SFML.dir/main.cpp.o
  437. [ 90%] Linking CXX executable ../../../bin/SimpleHandViewer-SFML
  438. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  439.                  from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleStreamViewer-SFML/main.cpp:19:
  440. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  441. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  442.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  443.                                ^
  444. In file included from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleStreamViewer-SFML/main.cpp:20:0:
  445. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp: In member function ‘void samples::common::LitDepthVisualizer::calculate_normals(const astra::PointFrame&):
  446. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp:168:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  447.          if (normalMap_ == nullptr || normalMapLength_ != numPixels)
  448.                                                        ^
  449. [ 90%] Built target SimpleHandViewer-SFML
  450. Scanning dependencies of target SimpleColorViewer-SFML
  451. [ 91%] Building CXX object samples/sfml/SimpleColorViewer-SFML/CMakeFiles/SimpleColorViewer-SFML.dir/main.cpp.o
  452. [ 91%] Linking CXX executable ../../../bin/SimpleStreamViewer-SFML
  453. [ 91%] Built target SimpleStreamViewer-SFML
  454. Scanning dependencies of target MultiSensorViewer-SFML
  455. [ 92%] Building CXX object samples/sfml/MultiSensorViewer-SFML/CMakeFiles/MultiSensorViewer-SFML.dir/main.cpp.o
  456. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  457.                  from /home/luke/master-thesis/thirdparty/astra/samples/sfml/SimpleColorViewer-SFML/main.cpp:19:
  458. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  459. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  460.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  461.                                ^
  462. [ 93%] Linking CXX executable ../../../bin/SimpleColorViewer-SFML
  463. [ 93%] Built target SimpleColorViewer-SFML
  464. Scanning dependencies of target DebugHandViewer
  465. [ 94%] Building CXX object samples/tools/DebugHandViewer/CMakeFiles/DebugHandViewer.dir/main.cpp.o
  466. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  467.                  from /home/luke/master-thesis/thirdparty/astra/samples/sfml/MultiSensorViewer-SFML/main.cpp:19:
  468. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  469. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  470.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  471.                                ^
  472. In file included from /home/luke/master-thesis/thirdparty/astra/samples/sfml/MultiSensorViewer-SFML/main.cpp:20:0:
  473. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp: In member function ‘void samples::common::LitDepthVisualizer::calculate_normals(const astra::PointFrame&):
  474. /home/luke/master-thesis/thirdparty/astra/samples/common/LitDepthVisualizer.hpp:168:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  475.          if (normalMap_ == nullptr || normalMapLength_ != numPixels)
  476.                                                        ^
  477. [ 95%] Linking CXX executable ../../../bin/MultiSensorViewer-SFML
  478. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  479.                  from /home/luke/master-thesis/thirdparty/astra/samples/tools/DebugHandViewer/main.cpp:18:
  480. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  481. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  482.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  483.                                ^
  484. [ 95%] Built target MultiSensorViewer-SFML
  485. Scanning dependencies of target test-harness
  486. [ 96%] Building CXX object tests/CMakeFiles/test-harness.dir/main.cpp.o
  487. [ 97%] Linking CXX executable ../../../bin/DebugHandViewer
  488. [ 97%] Built target DebugHandViewer
  489. [ 98%] Building CXX object tests/CMakeFiles/test-harness.dir/stream-api/basic_tests.cpp.o
  490. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  491.                  from /home/luke/master-thesis/thirdparty/astra/tests/stream-api/basic_tests.cpp:18:
  492. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  493. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  494.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  495.                                ^
  496. [ 99%] Building CXX object tests/CMakeFiles/test-harness.dir/stream-api/stream_tests.cpp.o
  497. In file included from /home/luke/master-thesis/thirdparty/astra/include/astra/astra.hpp:24:0,
  498.                  from /home/luke/master-thesis/thirdparty/astra/tests/stream-api/stream_tests.cpp:19:
  499. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp: In member function ‘void astra::HandFrame::verify_handpoints() const’:
  500. /home/luke/master-thesis/thirdparty/astra/include/astra/streams/Hand.hpp:171:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  501.              for (int i = 0; i < maxHandCount; ++i, ++handPtr)
  502.                                ^
  503. [100%] Linking CXX executable ../bin/astra-tests
  504. [100%] Built target test-harness
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement