Advertisement
Guest User

Error Levixodus

a guest
Jul 16th, 2015
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 15.00 KB | None | 0 0
  1. NVCC src/caffe/layers/absval_layer.cu
  2. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(27): error: expected a ";"
  3.  
  4. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(29): error: inline specifier allowed on function declarations only
  5.  
  6. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(29): error: incomplete type is not allowed
  7.  
  8. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(29): error: identifier "atomic_int_least32_t" is undefined
  9.  
  10. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(29): error: identifier "pw" is undefined
  11.  
  12. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(30): error: expected a ";"
  13.  
  14. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(90): error: invalid specifier outside a class declaration
  15.  
  16. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(92): error: "this" may only be used inside a nonstatic member function
  17.  
  18. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(95): error: invalid specifier outside a class declaration
  19.  
  20. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(95): error: function "boost::detail::get_deleter" may not be initialized
  21.  
  22. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(96): error: invalid specifier outside a class declaration
  23.  
  24. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(96): error: function "boost::detail::get_untyped_deleter" may not be initialized
  25.  
  26. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(100): error: identifier "use_count_" is undefined
  27.  
  28. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(105): error: identifier "use_count_" is undefined
  29.  
  30. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(105): error: identifier "atomic_conditional_increment" is undefined
  31.  
  32. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(110): error: identifier "use_count_" is undefined
  33.  
  34. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(110): error: identifier "atomic_decrement" is undefined
  35.  
  36. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(112): error: identifier "dispose" is undefined
  37.  
  38. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(113): error: identifier "weak_release" is undefined
  39.  
  40. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(119): error: identifier "weak_count_" is undefined
  41.  
  42. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(124): error: identifier "weak_count_" is undefined
  43.  
  44. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(124): error: identifier "atomic_decrement" is undefined
  45.  
  46. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(130): error: a type qualifier is not allowed on a nonmember function
  47.  
  48. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(132): error: "atomic_int_least32_t" is not a type name
  49.  
  50. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(132): error: identifier "use_count_" is undefined
  51.  
  52. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(132): error: the first argument of this c11 atomic builtin must be a pointer to the _Atomic type
  53.  
  54. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(132): error: expected a ";"
  55.  
  56. /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp(138): error: expected a declaration
  57.  
  58. /usr/local/include/boost/smart_ptr/detail/sp_counted_impl.hpp(127): error: not a class or struct name
  59.  
  60. /usr/local/include/boost/smart_ptr/detail/sp_counted_impl.hpp(156): error: identifier "sp_typeinfo" is undefined
  61.  
  62. /usr/local/include/boost/smart_ptr/detail/sp_counted_impl.hpp(195): error: not a class or struct name
  63.  
  64. /usr/local/include/boost/smart_ptr/detail/sp_counted_impl.hpp(252): error: identifier "sp_typeinfo""/var/folders/_q/lrwd5l5j18q8cctx_5276fh80000gn/T//tmpxft_0000b6bc_00000000-16_absval_layer.compute_50.cpp1.ii".
  65. Compilation terminated.
  66. make: *** [.build_release/cuda/src/caffe/layers/absval_layer.o] Error 1
  67. -bash: pycaffe: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement