Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.42 KB | None | 0 0
  1. In file included from /usr/include/boost/python/to_python_converter.hpp:11:0,
  2. from /usr/include/boost/python/object/class_wrapper.hpp:8,
  3. from /usr/include/boost/python/object/class_metadata.hpp:9,
  4. from /usr/include/boost/python/class.hpp:23,
  5. from /usr/include/boost/python.hpp:18,
  6. from emc/task/taskmodule.cc:21:
  7. /usr/include/boost/python/converter/as_to_python_function.hpp: In instantiation of ‘static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = boost::shared_ptr<TaskWrap>; ToPython = boost::python::objects::class_value_wrapper<boost::shared_ptr<TaskWrap>, boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> > >; PyObject = _object]’:
  8. /usr/include/boost/python/to_python_converter.hpp:88:9: required from ‘boost::python::to_python_converter<T, Conversion, has_get_pytype>::to_python_converter() [with T = boost::shared_ptr<TaskWrap>; Conversion = boost::python::objects::class_value_wrapper<boost::shared_ptr<TaskWrap>, boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> > >; bool has_get_pytype = true]’
  9. /usr/include/boost/python/object/class_wrapper.hpp:37:8: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::maybe_register_pointer_to_python(T2*, mpl_::false_*, mpl_::false_*) [with T2 = Task; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified; mpl_::false_ = mpl_::bool_<false>]’
  10. /usr/include/boost/python/object/class_metadata.hpp:232:65: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = Task; Callback = mpl_::bool_<true>; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  11. /usr/include/boost/python/object/class_metadata.hpp:213:61: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(boost::python::wrapper<T>*) [with T2 = Task; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  12. /usr/include/boost/python/object/class_metadata.hpp:205:43: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  13. /usr/include/boost/python/class.hpp:496:29: required from ‘void boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with DefVisitor = boost::python::init<>; W = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  14. /usr/include/boost/python/class.hpp:629:5: required from ‘boost::python::class_<T, X1, X2, X3>::class_(const char*, const char*) [with W = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  15. emc/task/taskmodule.cc:318:64: required from here
  16. /usr/include/boost/python/converter/as_to_python_function.hpp:40:75: error: use of deleted function ‘boost::shared_ptr<TaskWrap>::shared_ptr(const boost::shared_ptr<TaskWrap>&)’
  17. return ToPython::convert(*const_cast<T*>(static_cast<T const*>(x)));
  18. ^
  19. In file included from /usr/include/boost/shared_ptr.hpp:17:0,
  20. from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:10,
  21. from /usr/include/boost/python/converter/arg_to_python.hpp:15,
  22. from /usr/include/boost/python/call.hpp:15,
  23. from /usr/include/boost/python/object_core.hpp:14,
  24. from /usr/include/boost/python/args.hpp:25,
  25. from /usr/include/boost/python.hpp:11,
  26. from emc/task/taskmodule.cc:21:
  27. /usr/include/boost/smart_ptr/shared_ptr.hpp:168:25: note: ‘boost::shared_ptr<TaskWrap>::shared_ptr(const boost::shared_ptr<TaskWrap>&)’ is implicitly declared as deleted because ‘boost::shared_ptr<TaskWrap>’ declares a move constructor or move assignment operator
  28. template<class T> class shared_ptr
  29. ^
  30. In file included from /usr/include/boost/python/object/class_metadata.hpp:9:0,
  31. from /usr/include/boost/python/class.hpp:23,
  32. from /usr/include/boost/python.hpp:18,
  33. from emc/task/taskmodule.cc:21:
  34. /usr/include/boost/python/object/class_wrapper.hpp:40:22: error: initializing argument 1 of ‘static PyObject* boost::python::objects::class_value_wrapper<Src, MakeInstance>::convert(Src) [with Src = boost::shared_ptr<TaskWrap>; MakeInstance = boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> >; PyObject = _object]’
  35. static PyObject* convert(Src x)
  36. ^
  37. In file included from /usr/include/boost/python/to_python_converter.hpp:11:0,
  38. from /usr/include/boost/python/object/class_wrapper.hpp:8,
  39. from /usr/include/boost/python/object/class_metadata.hpp:9,
  40. from /usr/include/boost/python/class.hpp:23,
  41. from /usr/include/boost/python.hpp:18,
  42. from emc/task/taskmodule.cc:21:
  43. /usr/include/boost/python/converter/as_to_python_function.hpp: In instantiation of ‘static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = boost::shared_ptr<EMC_STAT>; ToPython = boost::python::objects::class_value_wrapper<boost::shared_ptr<EMC_STAT>, boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> > >; PyObject = _object]’:
  44. /usr/include/boost/python/to_python_converter.hpp:88:9: required from ‘boost::python::to_python_converter<T, Conversion, has_get_pytype>::to_python_converter() [with T = boost::shared_ptr<EMC_STAT>; Conversion = boost::python::objects::class_value_wrapper<boost::shared_ptr<EMC_STAT>, boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> > >; bool has_get_pytype = true]’
  45. /usr/include/boost/python/object/class_wrapper.hpp:37:8: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::maybe_register_pointer_to_python(T2*, mpl_::false_*, mpl_::false_*) [with T2 = EMC_STAT; T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified; mpl_::false_ = mpl_::bool_<false>]’
  46. /usr/include/boost/python/object/class_metadata.hpp:232:65: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = EMC_STAT; Callback = boost::integral_constant<bool, false>; T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  47. /usr/include/boost/python/object/class_metadata.hpp:219:60: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(void*) [with T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  48. /usr/include/boost/python/object/class_metadata.hpp:205:43: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  49. /usr/include/boost/python/class.hpp:506:29: required from ‘void boost::python::class_<T, X1, X2, X3>::initialize(boost::python::no_init_t) [with W = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  50. /usr/include/boost/python/class.hpp:637:5: required from ‘boost::python::class_<T, X1, X2, X3>::class_(const char*, boost::python::no_init_t) [with W = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  51. emc/task/taskmodule.cc:488:69: required from here
  52. /usr/include/boost/python/converter/as_to_python_function.hpp:40:75: error: use of deleted function ‘boost::shared_ptr<EMC_STAT>::shared_ptr(const boost::shared_ptr<EMC_STAT>&)’
  53. return ToPython::convert(*const_cast<T*>(static_cast<T const*>(x)));
  54. ^
  55. In file included from /usr/include/boost/shared_ptr.hpp:17:0,
  56. from /usr/include/boost/python/converter/shared_ptr_to_python.hpp:10,
  57. from /usr/include/boost/python/converter/arg_to_python.hpp:15,
  58. from /usr/include/boost/python/call.hpp:15,
  59. from /usr/include/boost/python/object_core.hpp:14,
  60. from /usr/include/boost/python/args.hpp:25,
  61. from /usr/include/boost/python.hpp:11,
  62. from emc/task/taskmodule.cc:21:
  63. /usr/include/boost/smart_ptr/shared_ptr.hpp:168:25: note: ‘boost::shared_ptr<EMC_STAT>::shared_ptr(const boost::shared_ptr<EMC_STAT>&)’ is implicitly declared as deleted because ‘boost::shared_ptr<EMC_STAT>’ declares a move constructor or move assignment operator
  64. template<class T> class shared_ptr
  65. ^
  66. In file included from /usr/include/boost/python/object/class_metadata.hpp:9:0,
  67. from /usr/include/boost/python/class.hpp:23,
  68. from /usr/include/boost/python.hpp:18,
  69. from emc/task/taskmodule.cc:21:
  70. /usr/include/boost/python/object/class_wrapper.hpp:40:22: error: initializing argument 1 of ‘static PyObject* boost::python::objects::class_value_wrapper<Src, MakeInstance>::convert(Src) [with Src = boost::shared_ptr<EMC_STAT>; MakeInstance = boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> >; PyObject = _object]’
  71. static PyObject* convert(Src x)
  72. ^
  73. In file included from /usr/include/boost/python/to_python_indirect.hpp:11:0,
  74. from /usr/include/boost/python/converter/arg_to_python.hpp:10,
  75. from /usr/include/boost/python/call.hpp:15,
  76. from /usr/include/boost/python/object_core.hpp:14,
  77. from /usr/include/boost/python/args.hpp:25,
  78. from /usr/include/boost/python.hpp:11,
  79. from emc/task/taskmodule.cc:21:
  80. /usr/include/boost/python/object/make_ptr_instance.hpp: In instantiation of ‘static Holder* boost::python::objects::make_ptr_instance<T, Holder>::construct(void*, PyObject*, Arg&) [with Arg = boost::shared_ptr<TaskWrap>; T = Task; Holder = boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task>; PyObject = _object]’:
  81. /usr/include/boost/python/object/make_instance.hpp:45:74: required from ‘static PyObject* boost::python::objects::make_instance_impl<T, Holder, Derived>::execute(Arg&) [with Arg = boost::shared_ptr<TaskWrap>; T = Task; Holder = boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task>; Derived = boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> >; PyObject = _object]’
  82. /usr/include/boost/python/object/class_wrapper.hpp:42:39: required from ‘static PyObject* boost::python::objects::class_value_wrapper<Src, MakeInstance>::convert(Src) [with Src = boost::shared_ptr<TaskWrap>; MakeInstance = boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> >; PyObject = _object]’
  83. /usr/include/boost/python/converter/as_to_python_function.hpp:27:61: required from ‘static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = boost::shared_ptr<TaskWrap>; ToPython = boost::python::objects::class_value_wrapper<boost::shared_ptr<TaskWrap>, boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> > >; PyObject = _object]’
  84. /usr/include/boost/python/to_python_converter.hpp:88:9: required from ‘boost::python::to_python_converter<T, Conversion, has_get_pytype>::to_python_converter() [with T = boost::shared_ptr<TaskWrap>; Conversion = boost::python::objects::class_value_wrapper<boost::shared_ptr<TaskWrap>, boost::python::objects::make_ptr_instance<Task, boost::python::objects::pointer_holder<boost::shared_ptr<TaskWrap>, Task> > >; bool has_get_pytype = true]’
  85. /usr/include/boost/python/object/class_wrapper.hpp:37:8: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::maybe_register_pointer_to_python(T2*, mpl_::false_*, mpl_::false_*) [with T2 = Task; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified; mpl_::false_ = mpl_::bool_<false>]’
  86. /usr/include/boost/python/object/class_metadata.hpp:232:65: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = Task; Callback = mpl_::bool_<true>; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  87. /usr/include/boost/python/object/class_metadata.hpp:213:61: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(boost::python::wrapper<T>*) [with T2 = Task; T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  88. /usr/include/boost/python/object/class_metadata.hpp:205:43: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  89. /usr/include/boost/python/class.hpp:496:29: required from ‘void boost::python::class_<T, X1, X2, X3>::initialize(const DefVisitor&) [with DefVisitor = boost::python::init<>; W = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  90. /usr/include/boost/python/class.hpp:629:5: required from ‘boost::python::class_<T, X1, X2, X3>::class_(const char*, const char*) [with W = TaskWrap; X1 = boost::shared_ptr<TaskWrap>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  91. emc/task/taskmodule.cc:318:64: required from here
  92. /usr/include/boost/python/object/make_ptr_instance.hpp:24:38: error: use of deleted function ‘boost::shared_ptr<TaskWrap>::shared_ptr(const boost::shared_ptr<TaskWrap>&)’
  93. return new (storage) Holder(x);
  94. ^
  95. In file included from /usr/include/boost/python/to_python_indirect.hpp:10:0,
  96. from /usr/include/boost/python/converter/arg_to_python.hpp:10,
  97. from /usr/include/boost/python/call.hpp:15,
  98. from /usr/include/boost/python/object_core.hpp:14,
  99. from /usr/include/boost/python/args.hpp:25,
  100. from /usr/include/boost/python.hpp:11,
  101. from emc/task/taskmodule.cc:21:
  102. /usr/include/boost/python/object/pointer_holder.hpp:113:8: error: initializing argument 1 of ‘boost::python::objects::pointer_holder<Pointer, Value>::pointer_holder(Pointer) [with Pointer = boost::shared_ptr<TaskWrap>; Value = Task]’
  103. inline pointer_holder<Pointer,Value>::pointer_holder(Pointer p)
  104. ^
  105. In file included from /usr/include/boost/python/to_python_indirect.hpp:11:0,
  106. from /usr/include/boost/python/converter/arg_to_python.hpp:10,
  107. from /usr/include/boost/python/call.hpp:15,
  108. from /usr/include/boost/python/object_core.hpp:14,
  109. from /usr/include/boost/python/args.hpp:25,
  110. from /usr/include/boost/python.hpp:11,
  111. from emc/task/taskmodule.cc:21:
  112. /usr/include/boost/python/object/make_ptr_instance.hpp: In instantiation of ‘static Holder* boost::python::objects::make_ptr_instance<T, Holder>::construct(void*, PyObject*, Arg&) [with Arg = boost::shared_ptr<EMC_STAT>; T = EMC_STAT; Holder = boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT>; PyObject = _object]’:
  113. /usr/include/boost/python/object/make_instance.hpp:45:74: required from ‘static PyObject* boost::python::objects::make_instance_impl<T, Holder, Derived>::execute(Arg&) [with Arg = boost::shared_ptr<EMC_STAT>; T = EMC_STAT; Holder = boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT>; Derived = boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> >; PyObject = _object]’
  114. /usr/include/boost/python/object/class_wrapper.hpp:42:39: required from ‘static PyObject* boost::python::objects::class_value_wrapper<Src, MakeInstance>::convert(Src) [with Src = boost::shared_ptr<EMC_STAT>; MakeInstance = boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> >; PyObject = _object]’
  115. /usr/include/boost/python/converter/as_to_python_function.hpp:27:61: required from ‘static PyObject* boost::python::converter::as_to_python_function<T, ToPython>::convert(const void*) [with T = boost::shared_ptr<EMC_STAT>; ToPython = boost::python::objects::class_value_wrapper<boost::shared_ptr<EMC_STAT>, boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> > >; PyObject = _object]’
  116. /usr/include/boost/python/to_python_converter.hpp:88:9: required from ‘boost::python::to_python_converter<T, Conversion, has_get_pytype>::to_python_converter() [with T = boost::shared_ptr<EMC_STAT>; Conversion = boost::python::objects::class_value_wrapper<boost::shared_ptr<EMC_STAT>, boost::python::objects::make_ptr_instance<EMC_STAT, boost::python::objects::pointer_holder<boost::shared_ptr<EMC_STAT>, EMC_STAT> > >; bool has_get_pytype = true]’
  117. /usr/include/boost/python/object/class_wrapper.hpp:37:8: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::maybe_register_pointer_to_python(T2*, mpl_::false_*, mpl_::false_*) [with T2 = EMC_STAT; T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified; mpl_::false_ = mpl_::bool_<false>]’
  118. /usr/include/boost/python/object/class_metadata.hpp:232:65: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux2(T2*, Callback) [with T2 = EMC_STAT; Callback = boost::integral_constant<bool, false>; T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  119. /usr/include/boost/python/object/class_metadata.hpp:219:60: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_aux(void*) [with T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  120. /usr/include/boost/python/object/class_metadata.hpp:205:43: required from ‘static void boost::python::objects::class_metadata<T, X1, X2, X3>::register_() [with T = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  121. /usr/include/boost/python/class.hpp:506:29: required from ‘void boost::python::class_<T, X1, X2, X3>::initialize(boost::python::no_init_t) [with W = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  122. /usr/include/boost/python/class.hpp:637:5: required from ‘boost::python::class_<T, X1, X2, X3>::class_(const char*, boost::python::no_init_t) [with W = EMC_STAT; X1 = boost::shared_ptr<EMC_STAT>; X2 = boost::noncopyable_::noncopyable; X3 = boost::python::detail::not_specified]’
  123. emc/task/taskmodule.cc:488:69: required from here
  124. /usr/include/boost/python/object/make_ptr_instance.hpp:24:38: error: use of deleted function ‘boost::shared_ptr<EMC_STAT>::shared_ptr(const boost::shared_ptr<EMC_STAT>&)’
  125. return new (storage) Holder(x);
  126. ^
  127. In file included from /usr/include/boost/python/to_python_indirect.hpp:10:0,
  128. from /usr/include/boost/python/converter/arg_to_python.hpp:10,
  129. from /usr/include/boost/python/call.hpp:15,
  130. from /usr/include/boost/python/object_core.hpp:14,
  131. from /usr/include/boost/python/args.hpp:25,
  132. from /usr/include/boost/python.hpp:11,
  133. from emc/task/taskmodule.cc:21:
  134. /usr/include/boost/python/object/pointer_holder.hpp:113:8: error: initializing argument 1 of ‘boost::python::objects::pointer_holder<Pointer, Value>::pointer_holder(Pointer) [with Pointer = boost::shared_ptr<EMC_STAT>; Value = EMC_STAT]’
  135. inline pointer_holder<Pointer,Value>::pointer_holder(Pointer p)
  136. ^
  137. make: *** [objects/emc/task/taskmodule.o] Error 1
  138. make: Leaving directory `/home/pcw/linuxcnc-dev/src'
  139. pcw@pcw-G41M-Combo:~/linuxcnc-dev/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement