Advertisement
Guest User

Untitled

a guest
Apr 17th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  2.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  3.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  4.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  5.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  6. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 68]’:
  7. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:27:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 68]’
  8. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:883:20:   required from ‘pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>]’
  9. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:882:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  10. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:884:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  11. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:34:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<68>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<68>]’
  12. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<68>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<68>]’
  13. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<68>&}]’
  14. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:127:45:   required from here
  15. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: error: no matching function for call to ‘begin(const Landmark [68])’
  16.      std::begin(cp.landmarks),
  17.      ~~~~~~~~~~^~~~~~~~~~~~~~
  18. In file included from /usr/include/c++/7/utility:76:0,
  19.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  20.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  21.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  22.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  23.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  24.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  25. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  26.      begin(initializer_list<_Tp> __ils) noexcept
  27.      ^~~~~
  28. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  29. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  30.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  31.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  32.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  33.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  34. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  35.      std::begin(cp.landmarks),
  36.      ~~~~~~~~~~^~~~~~~~~~~~~~
  37. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: error: no matching function for call to ‘end(const Landmark [68])’
  38.      std::end(cp.landmarks),
  39.      ~~~~~~~~^~~~~~~~~~~~~~
  40. In file included from /usr/include/c++/7/utility:76:0,
  41.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  42.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  43.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  44.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  45.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  46.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  47. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  48.      end(initializer_list<_Tp> __ils) noexcept
  49.      ^~~
  50. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  51. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  52.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  53.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  54.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  55.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  56. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  57.      std::end(cp.landmarks),
  58.      ~~~~~~~~^~~~~~~~~~~~~~
  59. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: error: no matching function for call to ‘begin(fsdk::Landmark [68])’
  60.      std::begin(landmarks));
  61.      ~~~~~~~~~~^~~~~~~~~~~
  62. In file included from /usr/include/c++/7/utility:76:0,
  63.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  64.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  65.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  66.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  67.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  68.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  69. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  70.      begin(initializer_list<_Tp> __ils) noexcept
  71.      ^~~~~
  72. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  73. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  74.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  75.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  76.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  77.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  78. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  79.      std::begin(landmarks));
  80.      ~~~~~~~~~~^~~~~~~~~~~
  81. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 68]’:
  82. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:31:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 68]’
  83. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:890:20:   required from ‘pybind11::detail::type_caster_base<type>::make_move_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>]’
  84. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:889:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  85. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:891:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<68>; <template-parameter-2-2> = void; type = fsdk::Landmarks<68>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  86. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:62:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<68>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<68>]’
  87. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<68>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<68>]’
  88. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<68>&}]’
  89. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:127:45:   required from here
  90. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: error: no matching function for call to ‘begin(fsdk::Landmark [68])’
  91.      std::begin(mv.landmarks),
  92.      ~~~~~~~~~~^~~~~~~~~~~~~~
  93. In file included from /usr/include/c++/7/utility:76:0,
  94.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  95.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  96.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  97.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  98.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  99.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  100. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  101.      begin(initializer_list<_Tp> __ils) noexcept
  102.      ^~~~~
  103. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  104. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  105.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  106.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  107.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  108.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  109. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  110.      std::begin(mv.landmarks),
  111.      ~~~~~~~~~~^~~~~~~~~~~~~~
  112. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: error: no matching function for call to ‘end(fsdk::Landmark [68])’
  113.      std::end(mv.landmarks),
  114.      ~~~~~~~~^~~~~~~~~~~~~~
  115. In file included from /usr/include/c++/7/utility:76:0,
  116.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  117.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  118.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  119.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  120.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  121.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  122. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  123.      end(initializer_list<_Tp> __ils) noexcept
  124.      ^~~
  125. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  126. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  127.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  128.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  129.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  130.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  131. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  132.      std::end(mv.landmarks),
  133.      ~~~~~~~~^~~~~~~~~~~~~~
  134. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: error: no matching function for call to ‘begin(fsdk::Landmark [68])’
  135.      std::begin(landmarks));
  136.      ~~~~~~~~~~^~~~~~~~~~~
  137. In file included from /usr/include/c++/7/utility:76:0,
  138.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  139.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  140.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  141.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  142.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  143.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  144. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  145.      begin(initializer_list<_Tp> __ils) noexcept
  146.      ^~~~~
  147. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  148. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  149.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  150.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  151.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  152.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  153. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  154.      std::begin(landmarks));
  155.      ~~~~~~~~~~^~~~~~~~~~~
  156. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 5]’:
  157. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:27:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 5]’
  158. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:883:20:   required from ‘pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>]’
  159. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:882:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  160. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:884:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  161. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:34:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<5>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<5>]’
  162. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<5>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<5>]’
  163. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<5>&}]’
  164. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:132:44:   required from here
  165. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: error: no matching function for call to ‘begin(const Landmark [5])’
  166.      std::begin(cp.landmarks),
  167.      ~~~~~~~~~~^~~~~~~~~~~~~~
  168. In file included from /usr/include/c++/7/utility:76:0,
  169.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  170.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  171.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  172.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  173.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  174.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  175. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  176.      begin(initializer_list<_Tp> __ils) noexcept
  177.      ^~~~~
  178. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  179. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  180.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  181.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  182.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  183.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  184. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  185.      std::begin(cp.landmarks),
  186.      ~~~~~~~~~~^~~~~~~~~~~~~~
  187. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: error: no matching function for call to ‘end(const Landmark [5])’
  188.      std::end(cp.landmarks),
  189.      ~~~~~~~~^~~~~~~~~~~~~~
  190. In file included from /usr/include/c++/7/utility:76:0,
  191.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  192.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  193.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  194.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  195.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  196.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  197. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  198.      end(initializer_list<_Tp> __ils) noexcept
  199.      ^~~
  200. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  201. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  202.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  203.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  204.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  205.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  206. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  207.      std::end(cp.landmarks),
  208.      ~~~~~~~~^~~~~~~~~~~~~~
  209. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: error: no matching function for call to ‘begin(fsdk::Landmark [5])’
  210.      std::begin(landmarks));
  211.      ~~~~~~~~~~^~~~~~~~~~~
  212. In file included from /usr/include/c++/7/utility:76:0,
  213.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  214.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  215.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  216.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  217.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  218.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  219. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  220.      begin(initializer_list<_Tp> __ils) noexcept
  221.      ^~~~~
  222. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  223. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  224.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  225.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  226.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  227.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  228. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  229.      std::begin(landmarks));
  230.      ~~~~~~~~~~^~~~~~~~~~~
  231. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 5]’:
  232. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:31:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 5]’
  233. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:890:20:   required from ‘pybind11::detail::type_caster_base<type>::make_move_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>]’
  234. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:889:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  235. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:891:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<5>; <template-parameter-2-2> = void; type = fsdk::Landmarks<5>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  236. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:62:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<5>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<5>]’
  237. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<5>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<5>]’
  238. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<5>&}]’
  239. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:132:44:   required from here
  240. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: error: no matching function for call to ‘begin(fsdk::Landmark [5])’
  241.      std::begin(mv.landmarks),
  242.      ~~~~~~~~~~^~~~~~~~~~~~~~
  243. In file included from /usr/include/c++/7/utility:76:0,
  244.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  245.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  246.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  247.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  248.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  249.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  250. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  251.      begin(initializer_list<_Tp> __ils) noexcept
  252.      ^~~~~
  253. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  254. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  255.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  256.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  257.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  258.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  259. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  260.      std::begin(mv.landmarks),
  261.      ~~~~~~~~~~^~~~~~~~~~~~~~
  262. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: error: no matching function for call to ‘end(fsdk::Landmark [5])’
  263.      std::end(mv.landmarks),
  264.      ~~~~~~~~^~~~~~~~~~~~~~
  265. In file included from /usr/include/c++/7/utility:76:0,
  266.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  267.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  268.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  269.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  270.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  271.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  272. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  273.      end(initializer_list<_Tp> __ils) noexcept
  274.      ^~~
  275. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  276. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  277.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  278.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  279.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  280.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  281. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  282.      std::end(mv.landmarks),
  283.      ~~~~~~~~^~~~~~~~~~~~~~
  284. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: error: no matching function for call to ‘begin(fsdk::Landmark [5])’
  285.      std::begin(landmarks));
  286.      ~~~~~~~~~~^~~~~~~~~~~
  287. In file included from /usr/include/c++/7/utility:76:0,
  288.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  289.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  290.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  291.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  292.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  293.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  294. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  295.      begin(initializer_list<_Tp> __ils) noexcept
  296.      ^~~~~
  297. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  298. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  299.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  300.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  301.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  302.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  303. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  304.      std::begin(landmarks));
  305.      ~~~~~~~~~~^~~~~~~~~~~
  306. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 32]’:
  307. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:27:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(const fsdk::Landmarks<numOfLandmarks>&) [with long unsigned int numOfLandmarks = 32]’
  308. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:883:20:   required from ‘pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>]’
  309. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:882:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  310. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:884:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_copy_constructor(const T*) [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  311. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:34:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<32>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<32>]’
  312. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<32>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<32>]’
  313. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<32>&}]’
  314. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:137:47:   required from here
  315. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: error: no matching function for call to ‘begin(const Landmark [32])’
  316.      std::begin(cp.landmarks),
  317.      ~~~~~~~~~~^~~~~~~~~~~~~~
  318. In file included from /usr/include/c++/7/utility:76:0,
  319.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  320.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  321.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  322.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  323.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  324.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  325. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  326.      begin(initializer_list<_Tp> __ils) noexcept
  327.      ^~~~~
  328. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  329. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  330.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  331.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  332.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  333.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  334. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:36:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  335.      std::begin(cp.landmarks),
  336.      ~~~~~~~~~~^~~~~~~~~~~~~~
  337. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: error: no matching function for call to ‘end(const Landmark [32])’
  338.      std::end(cp.landmarks),
  339.      ~~~~~~~~^~~~~~~~~~~~~~
  340. In file included from /usr/include/c++/7/utility:76:0,
  341.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  342.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  343.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  344.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  345.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  346.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  347. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  348.      end(initializer_list<_Tp> __ils) noexcept
  349.      ^~~
  350. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  351. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  352.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  353.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  354.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  355.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  356. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:37:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘const Landmark* {aka const fsdk::Vector2<float>*}’
  357.      std::end(cp.landmarks),
  358.      ~~~~~~~~^~~~~~~~~~~~~~
  359. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: error: no matching function for call to ‘begin(fsdk::Landmark [32])’
  360.      std::begin(landmarks));
  361.      ~~~~~~~~~~^~~~~~~~~~~
  362. In file included from /usr/include/c++/7/utility:76:0,
  363.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  364.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  365.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  366.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  367.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  368.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  369. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  370.      begin(initializer_list<_Tp> __ils) noexcept
  371.      ^~~~~
  372. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  373. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  374.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  375.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  376.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  377.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  378. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:38:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  379.      std::begin(landmarks));
  380.      ~~~~~~~~~~^~~~~~~~~~~
  381. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h: In instantiation of ‘fsdk::Landmarks<numOfLandmarks>& fsdk::Landmarks<numOfLandmarks>::operator=(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 32]’:
  382. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:31:10:   required from ‘fsdk::Landmarks<numOfLandmarks>::Landmarks(fsdk::Landmarks<numOfLandmarks>&&) [with long unsigned int numOfLandmarks = 32]’
  383. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:890:20:   required from ‘pybind11::detail::type_caster_base<type>::make_move_constructor(const T*)::<lambda(const void*)> [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>]’
  384. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:889:17:   required from ‘struct pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]::<lambda(const void*)>’
  385. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:891:9:   required from ‘static decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) pybind11::detail::type_caster_base<type>::make_move_constructor(const T*) [with T = fsdk::Landmarks<32>; <template-parameter-2-2> = void; type = fsdk::Landmarks<32>; decltype ((new T, pybind11::detail::type_caster_base<type>::Constructor{})) = void* (*)(const void*)]’
  386. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:860:62:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype*, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<32>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<32>]’
  387. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:825:20:   required from ‘static pybind11::handle pybind11::detail::type_caster_base<type>::cast(const itype&, pybind11::return_value_policy, pybind11::handle) [with type = fsdk::Landmarks<32>; pybind11::detail::type_caster_base<type>::itype = fsdk::Landmarks<32>]’
  388. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/pybind11/include/pybind11/cast.h:1727:68:   required from ‘pybind11::tuple pybind11::make_tuple(Args&& ...) [with pybind11::return_value_policy policy = (pybind11::return_value_policy)1; Args = {bool&, fsdk::Landmarks<32>&}]’
  389. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:137:47:   required from here
  390. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: error: no matching function for call to ‘begin(fsdk::Landmark [32])’
  391.      std::begin(mv.landmarks),
  392.      ~~~~~~~~~~^~~~~~~~~~~~~~
  393. In file included from /usr/include/c++/7/utility:76:0,
  394.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  395.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  396.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  397.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  398.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  399.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  400. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  401.      begin(initializer_list<_Tp> __ils) noexcept
  402.      ^~~~~
  403. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  404. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  405.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  406.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  407.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  408.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  409. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:45:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  410.      std::begin(mv.landmarks),
  411.      ~~~~~~~~~~^~~~~~~~~~~~~~
  412. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: error: no matching function for call to ‘end(fsdk::Landmark [32])’
  413.      std::end(mv.landmarks),
  414.      ~~~~~~~~^~~~~~~~~~~~~~
  415. In file included from /usr/include/c++/7/utility:76:0,
  416.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  417.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  418.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  419.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  420.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  421.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  422. /usr/include/c++/7/initializer_list:99:5: note: candidate: template<class _Tp> constexpr const _Tp* std::end(std::initializer_list<_Tp>)
  423.      end(initializer_list<_Tp> __ils) noexcept
  424.      ^~~
  425. /usr/include/c++/7/initializer_list:99:5: note:   template argument deduction/substitution failed:
  426. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  427.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  428.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  429.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  430.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  431. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:46:13: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  432.      std::end(mv.landmarks),
  433.      ~~~~~~~~^~~~~~~~~~~~~~
  434. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: error: no matching function for call to ‘begin(fsdk::Landmark [32])’
  435.      std::begin(landmarks));
  436.      ~~~~~~~~~~^~~~~~~~~~~
  437. In file included from /usr/include/c++/7/utility:76:0,
  438.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Sizer.h:3,
  439.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:11,
  440.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  441.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  442.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  443.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  444. /usr/include/c++/7/initializer_list:89:5: note: candidate: template<class _Tp> constexpr const _Tp* std::begin(std::initializer_list<_Tp>)
  445.      begin(initializer_list<_Tp> __ils) noexcept
  446.      ^~~~~
  447. /usr/include/c++/7/initializer_list:89:5: note:   template argument deduction/substitution failed:
  448. In file included from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types.h:22:0,
  449.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/IObject.h:11,
  450.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/FaceEngine.h:31,
  451.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/lsdk/LivenessEngine.h:15,
  452.                  from /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/pythonBindings/src/py_liveness.cpp:1:
  453. /home/bruno/luna-sdk_ub1404_rel_v.3.8.4/include/fsdk/Types/Landmarks.h:47:15: note:   mismatched types ‘std::initializer_list<_Tp>’ and ‘fsdk::Landmark* {aka fsdk::Vector2<float>*}’
  454.      std::begin(landmarks));
  455.      ~~~~~~~~~~^~~~~~~~~~~
  456. CMakeFiles/FaceEngine.dir/build.make:302: recipe for target 'CMakeFiles/FaceEngine.dir/src/py_liveness.cpp.o' failed
  457. make[2]: *** [CMakeFiles/FaceEngine.dir/src/py_liveness.cpp.o] Error 1
  458. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/FaceEngine.dir/all' failed
  459. make[1]: *** [CMakeFiles/FaceEngine.dir/all] Error 2
  460. Makefile:129: recipe for target 'all' failed
  461. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement