Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.51 KB | None | 0 0
  1. Scanning dependencies of target realsense-file
  2. [ 1%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/cpp_common/src/header.cpp.o
  3. [ 2%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/cpp_common/src/debug.cpp.o
  4. [ 4%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/console_bridge/src/console.cpp.o
  5. [ 4%] Building C object third-party/realsense-file/CMakeFiles/realsense-file.dir/lz4/lz4.c.o
  6. In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33:0,
  7. from /usr/include/stdint.h:26,
  8. from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9,
  9. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/lz4/lz4.h:339,
  10. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/lz4/lz4.c:91:
  11. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  12. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  13. ^~~~~~~
  14. [ 5%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/bag.cpp.o
  15. [ 6%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/bag_player.cpp.o
  16. [ 7%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/buffer.cpp.o
  17. [ 8%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/chunked_file.cpp.o
  18. [ 10%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/lz4_stream.cpp.o
  19. [ 11%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/message_instance.cpp.o
  20. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:1:0:
  21. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/bag_player.h:81:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  22. BagPlayer(const std::string &filename) throw(BagException);
  23. ^~~~~
  24. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:8:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  25. BagPlayer::BagPlayer(const std::string &fname) throw(BagException) {
  26. ^~~~~
  27. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/detail/maybe_include.hpp:18:0,
  28. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/detail/function_iterate.hpp:14,
  29. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/preprocessor/iteration/detail/iter/forward1.hpp:52,
  30. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function.hpp:64,
  31. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roscpp_traits/include/ros/message_event.h:42,
  32. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/bag.h:50,
  33. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/bag_player.h:40,
  34. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:1:
  35. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp: In instantiation of ‘void boost::detail::function::basic_vtable1<R, T0>::assign_functor(FunctionObj, boost::detail::function::function_buffer&, mpl_::true_) const [with FunctionObj = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*; mpl_::true_ = mpl_::bool_<true>]’:
  36. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:608:27: required from ‘bool boost::detail::function::basic_vtable1<R, T0>::assign_to(FunctionObj, boost::detail::function::function_buffer&, boost::detail::function::function_obj_tag) const [with FunctionObj = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*]’
  37. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:498:27: required from ‘bool boost::detail::function::basic_vtable1<R, T0>::assign_to(F, boost::detail::function::function_buffer&) const [with F = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*]’
  38. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:942:7: required from ‘void boost::function1<R, T1>::assign_to(Functor) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*]’
  39. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:728:7: required from ‘boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*; typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]’
  40. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:1077:16: required from ‘boost::function<R(T0)>::function(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*; typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]’
  41. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:50:60: required from here
  42. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:572:11: warning: placement new constructing an object of type ‘rosbag::TopicQuery’ and size ‘24’ in a region of type ‘char’ and size ‘1’ [-Wplacement-new=]
  43. new (reinterpret_cast<void*>(&functor.data)) FunctionObj(f);
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/detail/prologue.hpp:17:0,
  46. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function.hpp:24,
  47. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roscpp_traits/include/ros/message_event.h:42,
  48. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/bag.h:50,
  49. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/include/rosbag/bag_player.h:40,
  50. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:1:
  51. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_base.hpp: In instantiation of ‘static void boost::detail::function::functor_manager_common<Functor>::manage_small(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = rosbag::TopicQuery]’:
  52. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_base.hpp:364:56: required from ‘static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, mpl_::true_) [with Functor = rosbag::TopicQuery; mpl_::true_ = mpl_::bool_<true>]’
  53. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_base.hpp:412:18: required from ‘static void boost::detail::function::functor_manager<Functor>::manager(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type, boost::detail::function::function_obj_tag) [with Functor = rosbag::TopicQuery]’
  54. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_base.hpp:440:20: required from ‘static void boost::detail::function::functor_manager<Functor>::manage(const boost::detail::function::function_buffer&, boost::detail::function::function_buffer&, boost::detail::function::functor_manager_operation_type) [with Functor = rosbag::TopicQuery]’
  55. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:940:13: required from ‘void boost::function1<R, T1>::assign_to(Functor) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*]’
  56. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:728:7: required from ‘boost::function1<R, T1>::function1(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*; typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]’
  57. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_template.hpp:1077:16: required from ‘boost::function<R(T0)>::function(Functor, typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type) [with Functor = rosbag::TopicQuery; R = bool; T0 = const rosbag::ConnectionInfo*; typename boost::enable_if_c<boost::type_traits::ice_not<boost::is_integral<Functor>::value>::value, int>::type = int]’
  58. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rosbag_storage/src/bag_player.cpp:50:60: required from here
  59. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/boost/boost/function/function_base.hpp:318:13: warning: placement new constructing an object of type ‘boost::detail::function::functor_manager_common<rosbag::TopicQuery>::functor_type {aka rosbag::TopicQuery}’ and size ‘24’ in a region of type ‘char’ and size ‘1’ [-Wplacement-new=]
  60. new (reinterpret_cast<void*>(&out_buffer.data)) functor_type(*in_functor);
  61. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. [ 12%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/query.cpp.o
  63. [ 13%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/stream.cpp.o
  64. [ 14%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/uncompressed_stream.cpp.o
  65. [ 15%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rosbag_storage/src/view.cpp.o
  66. [ 16%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/roscpp_serialization/src/serialization.cpp.o
  67. [ 17%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rostime/src/duration.cpp.o
  68. [ 19%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rostime/src/rate.cpp.o
  69. [ 20%] Building CXX object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/rostime/src/time.cpp.o
  70. [ 21%] Building C object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/roslz4/src/lz4s.c.o
  71. In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33:0,
  72. from /usr/include/stdint.h:26,
  73. from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9,
  74. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roslz4/include/roslz4/../../../../lz4/lz4.h:339,
  75. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roslz4/include/roslz4/lz4s.h:38,
  76. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roslz4/src/lz4s.c:35:
  77. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  78. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  79. ^~~~~~~
  80. [ 22%] Building C object third-party/realsense-file/CMakeFiles/realsense-file.dir/rosbag/roslz4/src/xxhash.c.o
  81. In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33:0,
  82. from /usr/include/stdlib.h:25,
  83. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/roslz4/src/xxhash.c:87:
  84. /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  85. # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
  86. ^~~~~~~
  87. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/third-party/realsense-file/rosbag/rostime/src/time.cpp:99:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  88. throw(NoHighPerformanceTimersException)
  89. ^~~~~
  90. [ 23%] Linking CXX static library librealsense-file.a
  91. [ 23%] Built target realsense-file
  92. Scanning dependencies of target realsense2
  93. [ 25%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-private.cpp.o
  94. [ 25%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-motion.cpp.o
  95. [ 28%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-timestamp.cpp.o
  96. [ 28%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-options.cpp.o
  97. [ 29%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-rolling-shutter.cpp.o
  98. [ 30%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-device.cpp.o
  99. [ 31%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-color.cpp.o
  100. [ 32%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-active.cpp.o
  101. [ 33%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/ds5-factory.cpp.o
  102. [ 34%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/advanced_mode/rs_advanced_mode.cpp.o
  103. [ 35%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/advanced_mode/presets.cpp.o
  104. [ 37%] Building CXX object CMakeFiles/realsense2.dir/src/ds5/advanced_mode/advanced_mode.cpp.o
  105. [ 38%] Building CXX object CMakeFiles/realsense2.dir/src/ivcam/ivcam-private.cpp.o
  106. [ 39%] Building CXX object CMakeFiles/realsense2.dir/src/ivcam/sr300.cpp.o
  107. [ 40%] Building CXX object CMakeFiles/realsense2.dir/src/l500/l500.cpp.o
  108. [ 41%] Building CXX object CMakeFiles/realsense2.dir/src/l500/l500-private.cpp.o
  109. [ 42%] Building CXX object CMakeFiles/realsense2.dir/src/linux/backend-v4l2.cpp.o
  110. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-v4l2.cpp:6:0:
  111. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-v4l2.h:55:111: note: #pragma message:
  112. Librealsense notification: V4L2_META_FMT_UVC was not defined, adding metadata constructs
  113. #pragma message ( "\nLibrealsense notification: V4L2_META_FMT_UVC was not defined, adding metadata constructs")
  114. ^
  115. [ 43%] Building CXX object CMakeFiles/realsense2.dir/src/linux/backend-hid.cpp.o
  116. [ 44%] Building CXX object CMakeFiles/realsense2.dir/src/media/record/record_device.cpp.o
  117. [ 46%] Building CXX object CMakeFiles/realsense2.dir/src/media/record/record_sensor.cpp.o
  118. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:0:
  119. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h: In function ‘bool librealsense::platform::write_fs_attribute(const string&, const T&)’:
  120. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘fs_handle’ has incomplete type
  121. std::fstream fs_handle(path);
  122. ^~~~~~~~~
  123. In file included from /usr/include/c++/7/memory:72:0,
  124. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  125. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  126. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  127. /usr/include/c++/7/iosfwd:122:11: note: declaration of ‘std::fstream {aka class std::basic_fstream<char>}’
  128. class basic_fstream;
  129. ^~~~~~~~~~~~~
  130. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:0:
  131. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘fs_handle’ has incomplete type
  132. std::fstream fs_handle(path);
  133. ^~~~~~~~~
  134. In file included from /usr/include/c++/7/memory:72:0,
  135. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  136. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  137. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  138. /usr/include/c++/7/iosfwd:122:11: note: declaration of ‘std::fstream {aka class std::basic_fstream<char>}’
  139. class basic_fstream;
  140. ^~~~~~~~~~~~~
  141. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:0:
  142. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘fs_handle’ has incomplete type
  143. std::fstream fs_handle(path);
  144. ^~~~~~~~~
  145. In file included from /usr/include/c++/7/memory:72:0,
  146. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  147. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  148. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  149. /usr/include/c++/7/iosfwd:122:11: note: declaration of ‘std::fstream {aka class std::basic_fstream<char>}’
  150. class basic_fstream;
  151. ^~~~~~~~~~~~~
  152. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:0:
  153. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘fs_handle’ has incomplete type
  154. std::fstream fs_handle(path);
  155. ^~~~~~~~~
  156. In file included from /usr/include/c++/7/memory:72:0,
  157. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  158. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  159. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  160. /usr/include/c++/7/iosfwd:122:11: note: declaration of ‘std::fstream {aka class std::basic_fstream<char>}’
  161. class basic_fstream;
  162. ^~~~~~~~~~~~~
  163. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::hid_input::enable(bool)’:
  164. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:59:55: error: variable ‘std::ofstream iio_device_file’ has initializer but incomplete type
  165. std::ofstream iio_device_file(element_path);
  166. ^
  167. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::hid_input::init()’:
  168. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:84:63: error: variable ‘std::ifstream device_type_file’ has initializer but incomplete type
  169. std::ifstream device_type_file(read_scan_type_path);
  170. ^
  171. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:121:65: error: variable ‘std::ifstream device_index_file’ has initializer but incomplete type
  172. std::ifstream device_index_file(read_scan_index_path);
  173. ^
  174. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:134:69: error: variable ‘std::ifstream device_enabled_file’ has initializer but incomplete type
  175. std::ifstream device_enabled_file(read_enable_state_path);
  176. ^
  177. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::hid_custom_sensor::start_capture(librealsense::platform::hid_callback)’:
  178. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:202:59: error: variable ‘std::ifstream device_file’ has initializer but incomplete type
  179. std::ifstream device_file(read_device_path_str);
  180. ^
  181. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::hid_custom_sensor::enable(bool)’:
  182. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:396:58: error: variable ‘std::ofstream custom_device_file’ has initializer but incomplete type
  183. std::ofstream custom_device_file(element_path);
  184. ^
  185. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::iio_hid_sensor::start_capture(librealsense::platform::hid_callback)’:
  186. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:468:67: error: variable ‘std::ifstream iio_device_file’ has initializer but incomplete type
  187. std::ifstream iio_device_file(iio_read_device_path_str);
  188. ^
  189. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::iio_hid_sensor::set_frequency(uint32_t)’:
  190. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:639:66: error: variable ‘std::ofstream iio_device_file’ has initializer but incomplete type
  191. std::ofstream iio_device_file(sampling_frequency_path);
  192. ^
  193. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In member function ‘void librealsense::platform::iio_hid_sensor::init(uint32_t)’:
  194. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:706:43: error: variable ‘std::ifstream iio_device_file’ has initializer but incomplete type
  195. std::ifstream iio_device_file(_iio_device_path + "/name");
  196. ^~~~~~~~~~~~~~~~
  197. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp: In static member function ‘static bool librealsense::platform::v4l_hid_device::get_hid_device_info(const char*, librealsense::platform::hid_device_info&)’:
  198. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1171:51: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  199. std::ifstream(device_path_str + "name") >> dev_name;
  200. ^
  201. In file included from /usr/include/c++/7/memory:72:0,
  202. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  203. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  204. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  205. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  206. class basic_ifstream;
  207. ^~~~~~~~~~~~~~
  208. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1175:60: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  209. if(std::ifstream(device_path_str + "busnum") >> busnum)
  210. ^
  211. In file included from /usr/include/c++/7/memory:72:0,
  212. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  213. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  214. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  215. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  216. class basic_ifstream;
  217. ^~~~~~~~~~~~~~
  218. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1177:64: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  219. if(std::ifstream(device_path_str + "devnum") >> devnum)
  220. ^
  221. In file included from /usr/include/c++/7/memory:72:0,
  222. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  223. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  224. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  225. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  226. class basic_ifstream;
  227. ^~~~~~~~~~~~~~
  228. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1179:69: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  229. if(std::ifstream(device_path_str + "devpath") >> devpath)
  230. ^
  231. In file included from /usr/include/c++/7/memory:72:0,
  232. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  233. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  234. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  235. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  236. class basic_ifstream;
  237. ^~~~~~~~~~~~~~
  238. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1181:74: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  239. if(std::ifstream(device_path_str + "idVendor") >> vid)
  240. ^
  241. In file included from /usr/include/c++/7/memory:72:0,
  242. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  243. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  244. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  245. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  246. class basic_ifstream;
  247. ^~~~~~~~~~~~~~
  248. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1183:79: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  249. if(std::ifstream(device_path_str + "idProduct") >> pid)
  250. ^
  251. In file included from /usr/include/c++/7/memory:72:0,
  252. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  253. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  254. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  255. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  256. class basic_ifstream;
  257. ^~~~~~~~~~~~~~
  258. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:1185:77: error: invalid use of incomplete type ‘std::ifstream {aka class std::basic_ifstream<char>}’
  259. if(std::ifstream(device_path_str + "dev") >> dev_id)
  260. ^
  261. In file included from /usr/include/c++/7/memory:72:0,
  262. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/backend.h:11,
  263. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:5,
  264. from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:
  265. /usr/include/c++/7/iosfwd:116:11: note: declaration of ‘std::ifstream {aka class std::basic_ifstream<char>}’
  266. class basic_ifstream;
  267. ^~~~~~~~~~~~~~
  268. In file included from /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:6:0:
  269. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h: In instantiation of ‘bool librealsense::platform::write_fs_attribute(const string&, const T&) [with T = bool; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
  270. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:660:49: required from here
  271. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘std::fstream fs_handle’ has incomplete type
  272. std::fstream fs_handle(path);
  273. ^~~~~~~~~
  274. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:63:35: error: ‘std::ifstream vnv_handle’ has incomplete type
  275. std::ifstream vnv_handle(path);
  276. ^~~~~~~~~~
  277. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h: In instantiation of ‘bool librealsense::platform::write_fs_attribute(const string&, const T&) [with T = std::__cxx11::basic_string<char>; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
  278. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:746:69: required from here
  279. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘std::fstream fs_handle’ has incomplete type
  280. std::fstream fs_handle(path);
  281. ^~~~~~~~~
  282. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:63:35: error: ‘std::ifstream vnv_handle’ has incomplete type
  283. std::ifstream vnv_handle(path);
  284. ^~~~~~~~~~
  285. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h: In instantiation of ‘bool librealsense::platform::write_fs_attribute(const string&, const T&) [with T = unsigned int; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
  286. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.cpp:767:80: required from here
  287. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:45:26: error: ‘std::fstream fs_handle’ has incomplete type
  288. std::fstream fs_handle(path);
  289. ^~~~~~~~~
  290. /home/nar/Documents/Bebop-Data-Logger/vendor/librealsense/src/linux/backend-hid.h:63:35: error: ‘std::ifstream vnv_handle’ has incomplete type
  291. std::ifstream vnv_handle(path);
  292. ^~~~~~~~~~
  293. CMakeFiles/realsense2.dir/build.make:470: recipe for target 'CMakeFiles/realsense2.dir/src/linux/backend-hid.cpp.o' failed
  294. make[2]: *** [CMakeFiles/realsense2.dir/src/linux/backend-hid.cpp.o] Error 1
  295. make[2]: *** Waiting for unfinished jobs....
  296. CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/realsense2.dir/all' failed
  297. make[1]: *** [CMakeFiles/realsense2.dir/all] Error 2
  298. Makefile:129: recipe for target 'all' failed
  299. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement