Guest User

Untitled

a guest
May 25th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o
  2. cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
  3. In file included from /home/jakub/hpx_repo/hpx/runtime/threads/thread_data_fwd.hpp:15:0,
  4. from /home/jakub/hpx_repo/hpx/runtime/threads_fwd.hpp:11,
  5. from /home/jakub/hpx_repo/hpx/runtime/threads/thread_helpers.hpp:15,
  6. from /home/jakub/hpx_repo/hpx/lcos/local/spinlock.hpp:17,
  7. from /home/jakub/hpx_repo/hpx/runtime/naming/name.hpp:12,
  8. from /home/jakub/hpx_repo/hpx/runtime/agas/interface.hpp:19,
  9. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:12,
  10. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  11. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  12. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  13. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In member function ‘constexpr void hpx::threads::thread_id_type::reset() const’:
  14. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:58:19: error: assignment of member ‘hpx::threads::thread_id_type::thrd_’ in read-only object
  15. thrd_ = nullptr;
  16. ^
  17. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:56:34: error: invalid return type ‘void’ of constexpr function ‘constexpr void hpx::threads::thread_id_type::reset() const’
  18. HPX_CXX14_CONSTEXPR void reset()
  19. ^
  20. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator<(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  21. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:100:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  22. return std::less<void const*>{}(lhs.thrd_, rhs.thrd_);
  23. ^
  24. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator>(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
  25. /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:106:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
  26. return std::less<void const*>{}(rhs.thrd_, lhs.thrd_);
  27. ^
  28. In file included from /home/jakub/hpx_repo/hpx/util/invoke_fused.hpp:16:0,
  29. from /home/jakub/hpx_repo/hpx/util/bind.hpp:20,
  30. from /home/jakub/hpx_repo/hpx/lcos/detail/future_data.hpp:24,
  31. from /home/jakub/hpx_repo/hpx/traits/serialization_access_data.hpp:10,
  32. from /home/jakub/hpx_repo/hpx/runtime/serialization/input_container.hpp:15,
  33. from /home/jakub/hpx_repo/hpx/runtime/serialization/input_archive.hpp:16,
  34. from /home/jakub/hpx_repo/hpx/runtime/serialization/base_object.hpp:13,
  35. from /home/jakub/hpx_repo/hpx/runtime/actions/action_support.hpp:17,
  36. from /home/jakub/hpx_repo/hpx/runtime/applier/apply_helper.hpp:12,
  37. from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:13,
  38. from /home/jakub/hpx_repo/hpx/apply.hpp:10,
  39. from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
  40. from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
  41. /home/jakub/hpx_repo/hpx/util/tuple.hpp: At global scope:
  42. /home/jakub/hpx_repo/hpx/util/tuple.hpp:112:18: error: ‘is_final’ is not a member of ‘std’
  43. && !std::is_final<T>::value
  44. ^
  45. /home/jakub/hpx_repo/hpx/util/tuple.hpp:109:27: error: parse error in template argument list
  46. typename std::enable_if<
  47. ^
  48. /home/jakub/hpx_repo/hpx/util/tuple.hpp:114:13: error: template argument 3 is invalid
  49. >::type
  50. ^
  51. /home/jakub/hpx_repo/hpx/util/tuple.hpp:115:9: error: expected unqualified-id before ‘>’ token
  52. > : T
  53. ^
Advertisement
Add Comment
Please, Sign In to add comment