ravijoshi53

Latest Errors at Terminal

Jan 8th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.68 KB | None | 0 0
  1. Script started on Tue 08 Jan 2019 04:02:47 PM JST
  2. ]0;ravi@ravi: ~/tools/openpose/build$ make -j`nproc`
  3. Scanning dependencies of target openpose_caffe
  4. [ 12%] Creating directories for 'openpose_caffe'
  5. [ 25%] No download step for 'openpose_caffe'
  6. [ 37%] [ 50%] No update step for 'openpose_caffe'
  7. No patch step for 'openpose_caffe'
  8. [ 62%] Performing configure step for 'openpose_caffe'
  9. -- The C compiler identification is GNU 5.5.0
  10. -- The CXX compiler identification is GNU 5.5.0
  11. -- Check for working C compiler: /usr/bin/cc
  12. -- Check for working C compiler: /usr/bin/cc -- works
  13. -- Detecting C compiler ABI info
  14. -- Detecting C compiler ABI info - done
  15. -- Detecting C compile features
  16. -- Detecting C compile features - done
  17. -- Check for working CXX compiler: /usr/bin/c++
  18. -- Check for working CXX compiler: /usr/bin/c++ -- works
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Detecting CXX compile features
  22. -- Detecting CXX compile features - done
  23. -- Boost version: 1.54.0
  24. -- Found the following Boost libraries:
  25. -- system
  26. -- thread
  27. -- filesystem
  28. -- Looking for include file pthread.h
  29. -- Looking for include file pthread.h - found
  30. -- Looking for pthread_create
  31. -- Looking for pthread_create - not found
  32. -- Looking for pthread_create in pthreads
  33. -- Looking for pthread_create in pthreads - not found
  34. -- Looking for pthread_create in pthread
  35. -- Looking for pthread_create in pthread - found
  36. -- Found Threads: TRUE
  37. -- Found GFlags: /usr/include
  38. -- Found gflags (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libgflags.so)
  39. -- Found Glog: /usr/include
  40. -- Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
  41. -- Found PROTOBUF: /usr/lib/x86_64-linux-gnu/libprotobuf.so
  42. -- Found PROTOBUF Compiler: /usr/bin/protoc
  43. -- Found HDF5: /usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
  44. -- CUDA detected: 8.0
  45. -- Found cuDNN: ver. 5.1.10 found (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
  46. -- Added CUDA NVCC flags for: sm_61
  47. -- Found Atlas: /usr/include
  48. -- Found Atlas (include: /usr/include library: /usr/lib/libatlas.so lapack: /usr/lib/liblapack.so
  49. -- Python interface is disabled or not all required dependencies found. Building without it...
  50. -- Found Git: /usr/bin/git (found version "1.9.1")
  51. --
  52. -- ******************* Caffe Configuration Summary *******************
  53. -- General:
  54. -- Version : 1.0.0
  55. -- Git : 1.0-145-gcdb23b4
  56. -- System : Linux
  57. -- C++ compiler : /usr/bin/c++
  58. -- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  59. -- Debug CXX flags : -g -fPIC -Wall -std=c++11 -Wno-sign-compare -Wno-uninitialized
  60. -- Build type : Release
  61. --
  62. -- BUILD_SHARED_LIBS : ON
  63. -- BUILD_python : OFF
  64. -- BUILD_matlab : OFF
  65. -- BUILD_docs : OFF
  66. -- CPU_ONLY : OFF
  67. -- USE_OPENCV : OFF
  68. -- USE_LEVELDB : OFF
  69. -- USE_LMDB : OFF
  70. -- USE_NCCL : OFF
  71. -- ALLOW_LMDB_NOLOCK : OFF
  72. -- USE_HDF5 : ON
  73. --
  74. -- Dependencies:
  75. -- BLAS : Yes (Atlas)
  76. -- Boost : Yes (ver. 1.54)
  77. -- glog : Yes
  78. -- gflags : Yes
  79. -- protobuf : Yes (ver. 2.5.0)
  80. -- CUDA : Yes (ver. 8.0)
  81. --
  82. -- NVIDIA CUDA:
  83. -- Target GPU(s) : Auto
  84. -- GPU arch(s) : sm_61
  85. -- cuDNN : Yes (ver. 5.1.10)
  86. --
  87. -- Install:
  88. -- Install path : /home/ravi/tools/openpose/build/caffe
  89. --
  90. -- Configuring done
  91. CMake Warning (dev) in src/caffe/CMakeLists.txt:
  92. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  93. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  94. cmake_policy command to set the policy and suppress this warning.
  95.  
  96. Target "caffe" has an INTERFACE_LINK_LIBRARIES property which differs from
  97. its LINK_INTERFACE_LIBRARIES properties.
  98.  
  99. INTERFACE_LINK_LIBRARIES:
  100.  
  101. caffeproto;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libglog.so;/usr/lib/x86_64-linux-gnu/libgflags.so;$<$<NOT:$<CONFIG:DEBUG>>:/usr/lib/x86_64-linux-gnu/libprotobuf.so>;$<$<CONFIG:DEBUG>:/usr/lib/x86_64-linux-gnu/libprotobuf.so>;-lpthread;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;/usr/lib/liblapack.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
  102.  
  103. LINK_INTERFACE_LIBRARIES:
  104.  
  105. caffeproto;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libglog.so;/usr/lib/x86_64-linux-gnu/libgflags.so;/usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libhdf5_hl.so;/usr/lib/x86_64-linux-gnu/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;/usr/lib/liblapack.so;/usr/lib/libcblas.so;/usr/lib/libatlas.so
  106.  
  107. This warning is for project developers. Use -Wno-dev to suppress it.
  108.  
  109. -- Generating done
  110. CMake Warning:
  111. Manually-specified variables were not used by the project:
  112.  
  113. CUDA_ARCH_BIN
  114.  
  115.  
  116. -- Build files have been written to: /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build
  117. [ 75%] Performing build step for 'openpose_caffe'
  118. [ 1%] Running C++/Python protocol buffer compiler on /home/ravi/tools/openpose/3rdparty/caffe/src/caffe/proto/caffe.proto
  119. Scanning dependencies of target caffeproto
  120. [ 1%] Building CXX object src/caffe/CMakeFiles/caffeproto.dir/__/__/include/caffe/proto/caffe.pb.cc.o
  121. Linking CXX static library ../../lib/libcaffeproto.a
  122. [ 1%] Built target caffeproto
  123. [ 1%] [ 1%] [ 2%] [ 4%] [ 4%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_im2col.cu.o
  124. [ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o
  125. Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_silence_layer.cu.o
  126. Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adagrad_solver.cu.o
  127. Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adadelta_solver.cu.o
  128. Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_nesterov_solver.cu.o
  129. [ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adam_solver.cu.o
  130. [ 5%] Building NVCC (Device) object src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_sgd_solver.cu.o
  131. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  132.  
  133. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  134.  
  135. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  136.  
  137. /usr/include/c++/5/exception(63): error: expected a ";"
  138.  
  139. /usr/include/c++/5/exception(68): error: expected a ";"
  140.  
  141. /usr/include/c++/5/exception(76): error: expected a ";"
  142.  
  143. /usr/include/c++/5/exception(83): error: expected a ";"
  144.  
  145. /usr/include/c++/5/exception(93): error: expected a "{"
  146.  
  147. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  148.  
  149. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  150.  
  151. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  152.  
  153. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  154.  
  155. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  156.  
  157. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  158.  
  159. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  160. (64): here
  161.  
  162. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  163.  
  164. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  165.  
  166. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  167.  
  168. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  169.  
  170. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  171.  
  172. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  173.  
  174. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  175.  
  176. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  177.  
  178. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  179.  
  180. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  181.  
  182. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  183.  
  184. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  185.  
  186. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  187.  
  188. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  189.  
  190. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  191.  
  192. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  193.  
  194. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  195.  
  196. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  197.  
  198. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  199.  
  200. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  201.  
  202. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  203.  
  204. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  205.  
  206. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  207.  
  208. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  209.  
  210. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  211.  
  212. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  213.  
  214. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  215.  
  216. /usr/include/c++/5/new(96): error: expected a "{"
  217.  
  218. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  219.  
  220. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  221.  
  222. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  223.  
  224. /usr/include/c++/5/new(115): error: expected a "{"
  225.  
  226. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  227.  
  228. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  229.  
  230. /usr/include/c++/5/new(131): error: expected a "{"
  231.  
  232. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  233.  
  234. /usr/include/c++/5/new(135): error: expected a "{"
  235.  
  236. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  237.  
  238. /usr/include/c++/5/new(136): error: expected a "{"
  239.  
  240. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  241.  
  242. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  243.  
  244. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  245.  
  246. /usr/include/c++/5/exception(63): error: expected a ";"
  247.  
  248. /usr/include/c++/5/exception(68): error: expected a ";"
  249.  
  250. /usr/include/c++/5/exception(76): error: expected a ";"
  251.  
  252. /usr/include/c++/5/exception(83): error: expected a ";"
  253.  
  254. /usr/include/c++/5/exception(93): error: expected a "{"
  255.  
  256. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  257.  
  258. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  259.  
  260. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  261.  
  262. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  263.  
  264. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  265.  
  266. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  267.  
  268. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  269. (64): here
  270.  
  271. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  272.  
  273. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  274.  
  275. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  276.  
  277. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  278.  
  279. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  280.  
  281. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  282.  
  283. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  284.  
  285. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  286.  
  287. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  288.  
  289. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  290.  
  291. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  292.  
  293. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  294.  
  295. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  296.  
  297. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  298.  
  299. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  300.  
  301. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  302.  
  303. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  304.  
  305. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  306.  
  307. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  308.  
  309. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  310.  
  311. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  312.  
  313. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  314.  
  315. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  316.  
  317. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  318.  
  319. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  320.  
  321. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  322.  
  323. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  324.  
  325. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  326.  
  327. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  328.  
  329. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  330.  
  331. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  332.  
  333. /usr/include/c++/5/new(96): error: expected a "{"
  334.  
  335. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  336.  
  337. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  338.  
  339. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  340.  
  341. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  342.  
  343. /usr/include/c++/5/new(115): error: expected a "{"
  344.  
  345. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  346.  
  347. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  348.  
  349. /usr/include/c++/5/new(131): error: expected a "{"
  350.  
  351. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  352.  
  353. /usr/include/c++/5/new(135): error: expected a "{"
  354.  
  355. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  356.  
  357. /usr/include/c++/5/new(136): error: expected a "{"
  358.  
  359. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  360.  
  361. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  362. (150): here
  363.  
  364. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  365.  
  366. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  367.  
  368. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  369.  
  370. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  371.  
  372. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  373.  
  374. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  375.  
  376. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  377.  
  378. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  379.  
  380. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  381.  
  382. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  383.  
  384. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  385.  
  386. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  387.  
  388. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  389.  
  390. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  391.  
  392. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  393.  
  394. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  395.  
  396. /usr/include/c++/5/cmath(80): error: expected a ";"
  397.  
  398. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  399.  
  400. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  401.  
  402. /usr/include/c++/5/cmath(105): error: expected a ";"
  403.  
  404. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  405.  
  406. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  407.  
  408. /usr/include/c++/5/cmath(124): error: expected a ";"
  409.  
  410. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  411.  
  412. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  413.  
  414. /usr/include/c++/5/cmath(143): error: expected a ";"
  415.  
  416. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  417.  
  418. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  419.  
  420. /usr/include/c++/5/cmath(162): error: expected a ";"
  421.  
  422. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  423.  
  424. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  425.  
  426. /usr/include/c++/5/cmath(183): error: expected a ";"
  427.  
  428. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  429.  
  430. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  431.  
  432. /usr/include/c++/5/cmath(202): error: expected a ";"
  433.  
  434. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  435.  
  436. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  437.  
  438. /usr/include/c++/5/cmath(221): error: expected a ";"
  439.  
  440. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  441.  
  442. Error limit reached.
  443. 100 errors detected in the compilation of "/tmp/tmpxft_000013eb_00000000-7_im2col.cpp1.ii".
  444. Compilation terminated.
  445. CMake Error at cuda_compile_generated_im2col.cu.o.cmake:264 (message):
  446. Error generating file
  447. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_im2col.cu.o
  448.  
  449.  
  450. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_im2col.cu.o] Error 1
  451. make[5]: *** Waiting for unfinished jobs....
  452. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  453.  
  454. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  455.  
  456. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  457.  
  458. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  459.  
  460. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  461.  
  462. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  463.  
  464. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  465. (150): here
  466.  
  467. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  468.  
  469. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  470.  
  471. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  472.  
  473. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  474.  
  475. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  476.  
  477. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  478.  
  479. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  480.  
  481. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  482.  
  483. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  484.  
  485. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  486.  
  487. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  488.  
  489. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  490.  
  491. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  492.  
  493. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  494.  
  495. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  496.  
  497. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  498.  
  499. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  500.  
  501. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  502.  
  503. /usr/include/c++/5/cmath(80): error: expected a ";"
  504.  
  505. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  506.  
  507. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  508.  
  509. /usr/include/c++/5/cmath(105): error: expected a ";"
  510.  
  511. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  512.  
  513. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  514.  
  515. /usr/include/c++/5/cmath(124): error: expected a ";"
  516.  
  517. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  518.  
  519. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  520.  
  521. /usr/include/c++/5/cmath(143): error: expected a ";"
  522.  
  523. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  524.  
  525. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  526.  
  527. /usr/include/c++/5/cmath(162): error: expected a ";"
  528.  
  529. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  530.  
  531. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  532.  
  533. /usr/include/c++/5/cmath(183): error: expected a ";"
  534.  
  535. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  536.  
  537. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  538.  
  539. /usr/include/c++/5/cmath(202): error: expected a ";"
  540.  
  541. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  542.  
  543. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  544.  
  545. /usr/include/c++/5/cmath(221): error: expected a ";"
  546.  
  547. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  548.  
  549. Error limit reached.
  550. 100 errors detected in the compilation of "/tmp/tmpxft_000013ea_00000000-7_adagrad_solver.cpp1.ii".
  551. Compilation terminated.
  552. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  553.  
  554. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  555.  
  556. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  557.  
  558. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  559.  
  560. CMake Error at cuda_compile_generated_adagrad_solver.cu.o.cmake:264 (message):
  561. Error generating file
  562. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_adagrad_solver.cu.o
  563.  
  564.  
  565. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adagrad_solver.cu.o] Error 1
  566. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  567.  
  568. /usr/include/c++/5/exception(63): error: expected a ";"
  569.  
  570. /usr/include/c++/5/exception(68): error: expected a ";"
  571.  
  572. /usr/include/c++/5/exception(76): error: expected a ";"
  573.  
  574. /usr/include/c++/5/exception(83): error: expected a ";"
  575.  
  576. /usr/include/c++/5/exception(93): error: expected a "{"
  577.  
  578. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  579.  
  580. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  581.  
  582. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  583.  
  584. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  585.  
  586. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  587.  
  588. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  589.  
  590. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  591. (64): here
  592.  
  593. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  594.  
  595. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  596.  
  597. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  598.  
  599. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  600.  
  601. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  602.  
  603. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  604.  
  605. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  606.  
  607. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  608.  
  609. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  610.  
  611. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  612.  
  613. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  614.  
  615. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  616.  
  617. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  618.  
  619. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  620.  
  621. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  622.  
  623. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  624.  
  625. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  626.  
  627. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  628.  
  629. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  630.  
  631. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  632.  
  633. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  634.  
  635. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  636.  
  637. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  638.  
  639. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  640.  
  641. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  642.  
  643. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  644.  
  645. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  646.  
  647. /usr/include/c++/5/new(96): error: expected a "{"
  648.  
  649. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  650.  
  651. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  652.  
  653. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  654.  
  655. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  656.  
  657. /usr/include/c++/5/new(115): error: expected a "{"
  658.  
  659. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  660.  
  661. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  662.  
  663. /usr/include/c++/5/new(131): error: expected a "{"
  664.  
  665. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  666.  
  667. /usr/include/c++/5/new(135): error: expected a "{"
  668.  
  669. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  670.  
  671. /usr/include/c++/5/new(136): error: expected a "{"
  672.  
  673. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  674.  
  675. /usr/include/c++/5/exception(63): error: expected a ";"
  676.  
  677. /usr/include/c++/5/exception(68): error: expected a ";"
  678.  
  679. /usr/include/c++/5/exception(76): error: expected a ";"
  680.  
  681. /usr/include/c++/5/exception(83): error: expected a ";"
  682.  
  683. /usr/include/c++/5/exception(93): error: expected a "{"
  684.  
  685. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  686.  
  687. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  688.  
  689. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  690.  
  691. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  692.  
  693. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  694.  
  695. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  696.  
  697. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  698. (64): here
  699.  
  700. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  701.  
  702. /usr/include/c++/5/exception(63): error: expected a ";"
  703.  
  704. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  705.  
  706. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  707.  
  708. /usr/include/c++/5/exception(68): error: expected a ";"
  709.  
  710. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  711.  
  712. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  713.  
  714. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  715.  
  716. /usr/include/c++/5/exception(76): error: expected a ";"
  717.  
  718. /usr/include/c++/5/exception(83): error: expected a ";"
  719.  
  720. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  721.  
  722. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  723.  
  724. /usr/include/c++/5/exception(93): error: expected a "{"
  725.  
  726. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  727.  
  728. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  729.  
  730. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  731.  
  732. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  733.  
  734. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  735.  
  736. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  737.  
  738. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  739.  
  740. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  741.  
  742. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  743.  
  744. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  745.  
  746. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  747. (64): here
  748.  
  749. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  750.  
  751. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  752.  
  753. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  754.  
  755. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  756.  
  757. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  758.  
  759. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  760.  
  761. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  762.  
  763. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  764.  
  765. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  766.  
  767. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  768.  
  769. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  770.  
  771. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  772.  
  773. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  774.  
  775. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  776.  
  777. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  778.  
  779. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  780.  
  781. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  782.  
  783. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  784.  
  785. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  786.  
  787. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  788.  
  789. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  790.  
  791. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  792.  
  793. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  794.  
  795. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  796.  
  797. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  798.  
  799. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  800.  
  801. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  802.  
  803. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  804.  
  805. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  806.  
  807. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  808.  
  809. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  810.  
  811. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  812.  
  813. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  814.  
  815. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  816.  
  817. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  818.  
  819. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  820.  
  821. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  822.  
  823. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  824.  
  825. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  826.  
  827. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  828.  
  829. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  830.  
  831. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  832.  
  833. /usr/include/c++/5/new(96): error: expected a "{"
  834.  
  835. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  836.  
  837. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  838.  
  839. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  840.  
  841. /usr/include/c++/5/new(115): error: expected a "{"
  842.  
  843. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  844.  
  845. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  846.  
  847. /usr/include/c++/5/new(131): error: expected a "{"
  848.  
  849. /usr/include/c++/5/new(96): error: expected a "{"
  850.  
  851. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  852.  
  853. /usr/include/c++/5/new(135): error: expected a "{"
  854.  
  855. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  856.  
  857. /usr/include/c++/5/new(136): error: expected a "{"
  858.  
  859. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  860.  
  861. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  862.  
  863. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  864.  
  865. /usr/include/c++/5/new(115): error: expected a "{"
  866.  
  867. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  868.  
  869. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  870.  
  871. /usr/include/c++/5/new(131): error: expected a "{"
  872.  
  873. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  874.  
  875. /usr/include/c++/5/new(135): error: expected a "{"
  876.  
  877. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  878.  
  879. /usr/include/c++/5/new(136): error: expected a "{"
  880.  
  881. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  882.  
  883. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  884.  
  885. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  886.  
  887. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  888.  
  889. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  890.  
  891. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  892.  
  893. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  894.  
  895. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  896.  
  897. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  898.  
  899. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  900.  
  901. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  902. (150): here
  903.  
  904. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  905.  
  906. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  907.  
  908. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  909.  
  910. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  911.  
  912. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  913.  
  914. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  915.  
  916. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  917.  
  918. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  919.  
  920. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  921.  
  922. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  923.  
  924. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  925.  
  926. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  927.  
  928. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  929.  
  930. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  931.  
  932. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  933.  
  934. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  935.  
  936. /usr/include/c++/5/cmath(80): error: expected a ";"
  937.  
  938. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  939.  
  940. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  941.  
  942. /usr/include/c++/5/cmath(105): error: expected a ";"
  943.  
  944. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  945.  
  946. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  947.  
  948. /usr/include/c++/5/cmath(124): error: expected a ";"
  949.  
  950. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  951.  
  952. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  953.  
  954. /usr/include/c++/5/cmath(143): error: expected a ";"
  955.  
  956. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  957.  
  958. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  959.  
  960. /usr/include/c++/5/cmath(162): error: expected a ";"
  961.  
  962. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  963.  
  964. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  965.  
  966. /usr/include/c++/5/cmath(183): error: expected a ";"
  967.  
  968. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  969.  
  970. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  971.  
  972. /usr/include/c++/5/cmath(202): error: expected a ";"
  973.  
  974. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  975.  
  976. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  977.  
  978. /usr/include/c++/5/cmath(221): error: expected a ";"
  979.  
  980. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  981.  
  982. Error limit reached.
  983. 100 errors detected in the compilation of "/tmp/tmpxft_000013ff_00000000-7_adadelta_solver.cpp1.ii".
  984. Compilation terminated.
  985. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  986.  
  987. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  988.  
  989. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  990.  
  991. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  992.  
  993. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  994.  
  995. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  996.  
  997. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  998.  
  999. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  1000.  
  1001. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  1002.  
  1003. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  1004.  
  1005. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  1006.  
  1007. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  1008. (150): here
  1009.  
  1010. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  1011.  
  1012. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  1013.  
  1014. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  1015.  
  1016. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  1017.  
  1018. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  1019.  
  1020. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  1021.  
  1022. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  1023. (150): here
  1024.  
  1025. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  1026.  
  1027. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  1028.  
  1029. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  1030.  
  1031. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  1032.  
  1033. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  1034.  
  1035. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  1036.  
  1037. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  1038.  
  1039. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  1040.  
  1041. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  1042.  
  1043. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  1044.  
  1045. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  1046.  
  1047. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  1048.  
  1049. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  1050.  
  1051. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  1052.  
  1053. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  1054.  
  1055. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  1056.  
  1057. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  1058.  
  1059. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  1060.  
  1061. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  1062.  
  1063. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  1064.  
  1065. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  1066.  
  1067. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  1068.  
  1069. /usr/include/c++/5/cmath(80): error: expected a ";"
  1070.  
  1071. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  1072.  
  1073. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  1074.  
  1075. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  1076.  
  1077. /usr/include/c++/5/cmath(105): error: expected a ";"
  1078.  
  1079. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  1080.  
  1081. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  1082.  
  1083. /usr/include/c++/5/cmath(124): error: expected a ";"
  1084.  
  1085. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  1086.  
  1087. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  1088.  
  1089. /usr/include/c++/5/cmath(143): error: expected a ";"
  1090.  
  1091. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  1092.  
  1093. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  1094.  
  1095. /usr/include/c++/5/cmath(162): error: expected a ";"
  1096.  
  1097. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  1098.  
  1099. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  1100.  
  1101. /usr/include/c++/5/cmath(183): error: expected a ";"
  1102.  
  1103. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  1104.  
  1105. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  1106.  
  1107. /usr/include/c++/5/cmath(202): error: expected a ";"
  1108.  
  1109. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  1110.  
  1111. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  1112.  
  1113. /usr/include/c++/5/cmath(221): error: expected a ";"
  1114.  
  1115. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  1116.  
  1117. Error limit reached.
  1118. 100 errors detected in the compilation of "/tmp/tmpxft_00001404_00000000-7_silence_layer.cpp1.ii".
  1119. Compilation terminated.
  1120. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  1121.  
  1122. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  1123.  
  1124. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  1125.  
  1126. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  1127.  
  1128. /usr/include/c++/5/cmath(80): error: expected a ";"
  1129.  
  1130. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  1131.  
  1132. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  1133.  
  1134. /usr/include/c++/5/cmath(105): error: expected a ";"
  1135.  
  1136. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  1137.  
  1138. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  1139.  
  1140. /usr/include/c++/5/cmath(124): error: expected a ";"
  1141.  
  1142. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  1143.  
  1144. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  1145.  
  1146. /usr/include/c++/5/cmath(143): error: expected a ";"
  1147.  
  1148. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  1149.  
  1150. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  1151.  
  1152. /usr/include/c++/5/cmath(162): error: expected a ";"
  1153.  
  1154. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  1155.  
  1156. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  1157.  
  1158. /usr/include/c++/5/cmath(183): error: expected a ";"
  1159.  
  1160. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  1161.  
  1162. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  1163.  
  1164. /usr/include/c++/5/cmath(202): error: expected a ";"
  1165.  
  1166. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  1167.  
  1168. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  1169.  
  1170. /usr/include/c++/5/cmath(221): error: expected a ";"
  1171.  
  1172. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  1173.  
  1174. Error limit reached.
  1175. 100 errors detected in the compilation of "/tmp/tmpxft_000013fb_00000000-7_nesterov_solver.cpp1.ii".
  1176. Compilation terminated.
  1177. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  1178.  
  1179. /usr/include/c++/5/exception(63): error: expected a ";"
  1180.  
  1181. /usr/include/c++/5/exception(68): error: expected a ";"
  1182.  
  1183. /usr/include/c++/5/exception(76): error: expected a ";"
  1184.  
  1185. /usr/include/c++/5/exception(83): error: expected a ";"
  1186.  
  1187. /usr/include/c++/5/exception(93): error: expected a "{"
  1188.  
  1189. CMake Error at cuda_compile_generated_adadelta_solver.cu.o.cmake:264 (message):
  1190. Error generating file
  1191. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_adadelta_solver.cu.o
  1192.  
  1193. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  1194.  
  1195.  
  1196. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  1197.  
  1198. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  1199.  
  1200. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  1201.  
  1202. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  1203.  
  1204. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  1205.  
  1206. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  1207.  
  1208. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  1209. (64): here
  1210.  
  1211. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  1212.  
  1213. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  1214.  
  1215. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  1216.  
  1217. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  1218.  
  1219. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  1220.  
  1221. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  1222.  
  1223. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  1224.  
  1225. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  1226.  
  1227. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  1228.  
  1229. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  1230.  
  1231. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  1232.  
  1233. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  1234.  
  1235. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  1236.  
  1237. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  1238.  
  1239. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  1240.  
  1241. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  1242.  
  1243. /usr/include/c++/5/exception(63): error: expected a ";"
  1244.  
  1245. /usr/include/c++/5/exception(68): error: expected a ";"
  1246.  
  1247. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  1248.  
  1249. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  1250.  
  1251. /usr/include/c++/5/exception(76): error: expected a ";"
  1252.  
  1253. /usr/include/c++/5/exception(83): error: expected a ";"
  1254.  
  1255. /usr/include/c++/5/exception(93): error: expected a "{"
  1256.  
  1257. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  1258.  
  1259. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  1260.  
  1261. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  1262.  
  1263. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  1264.  
  1265. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  1266.  
  1267. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  1268.  
  1269. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  1270.  
  1271. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  1272.  
  1273. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  1274.  
  1275. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  1276.  
  1277. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  1278. (64): here
  1279.  
  1280. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  1281.  
  1282. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  1283.  
  1284. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  1285.  
  1286. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  1287.  
  1288. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  1289.  
  1290. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  1291.  
  1292. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  1293.  
  1294. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  1295.  
  1296. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  1297.  
  1298. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  1299.  
  1300. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  1301.  
  1302. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  1303.  
  1304. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  1305.  
  1306. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  1307.  
  1308. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  1309.  
  1310. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  1311.  
  1312. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  1313.  
  1314. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  1315.  
  1316. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  1317.  
  1318. make[5]: /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  1319.  
  1320. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  1321.  
  1322. *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adadelta_solver.cu.o] Error 1
  1323. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  1324.  
  1325. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  1326.  
  1327. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  1328.  
  1329. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  1330.  
  1331. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  1332.  
  1333. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  1334.  
  1335. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  1336.  
  1337. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  1338.  
  1339. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  1340.  
  1341. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  1342.  
  1343. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  1344.  
  1345. /usr/include/c++/5/new(96): error: expected a "{"
  1346.  
  1347. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  1348.  
  1349. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  1350.  
  1351. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  1352.  
  1353. /usr/include/c++/5/new(115): error: expected a "{"
  1354.  
  1355. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  1356.  
  1357. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  1358.  
  1359. /usr/include/c++/5/new(131): error: expected a "{"
  1360.  
  1361. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  1362.  
  1363. /usr/include/c++/5/new(135): error: expected a "{"
  1364.  
  1365. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  1366.  
  1367. /usr/include/c++/5/new(136): error: expected a "{"
  1368.  
  1369. /usr/include/c++/5/new(96): error: expected a "{"
  1370.  
  1371. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  1372.  
  1373. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  1374.  
  1375. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  1376.  
  1377. /usr/include/c++/5/new(115): error: expected a "{"
  1378.  
  1379. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  1380.  
  1381. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  1382.  
  1383. /usr/include/c++/5/new(131): error: expected a "{"
  1384.  
  1385. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  1386.  
  1387. /usr/include/c++/5/new(135): error: expected a "{"
  1388.  
  1389. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  1390.  
  1391. /usr/include/c++/5/new(136): error: expected a "{"
  1392.  
  1393. CMake Error at cuda_compile_generated_silence_layer.cu.o.cmake:264 (message):
  1394. Error generating file
  1395. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/layers/./cuda_compile_generated_silence_layer.cu.o
  1396.  
  1397.  
  1398. CMake Error at cuda_compile_generated_nesterov_solver.cu.o.cmake:264 (message):
  1399. Error generating file
  1400. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_nesterov_solver.cu.o
  1401.  
  1402.  
  1403. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/layers/cuda_compile_generated_silence_layer.cu.o] Error 1
  1404. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_nesterov_solver.cu.o] Error 1
  1405. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  1406.  
  1407. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  1408.  
  1409. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  1410.  
  1411. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  1412.  
  1413. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  1414.  
  1415. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  1416.  
  1417. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  1418.  
  1419. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  1420.  
  1421. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  1422.  
  1423. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  1424.  
  1425. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  1426.  
  1427. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  1428. (150): here
  1429.  
  1430. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  1431.  
  1432. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  1433.  
  1434. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  1435.  
  1436. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  1437. (150): here
  1438.  
  1439. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  1440.  
  1441. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  1442.  
  1443. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  1444.  
  1445. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  1446.  
  1447. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  1448.  
  1449. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  1450.  
  1451. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  1452.  
  1453. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  1454.  
  1455. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  1456.  
  1457. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  1458.  
  1459. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  1460.  
  1461. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  1462.  
  1463. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  1464.  
  1465. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  1466.  
  1467. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  1468.  
  1469. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  1470.  
  1471. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  1472.  
  1473. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  1474.  
  1475. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  1476.  
  1477. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  1478.  
  1479. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  1480.  
  1481. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  1482.  
  1483. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  1484.  
  1485. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  1486.  
  1487. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  1488.  
  1489. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  1490.  
  1491. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  1492.  
  1493. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  1494.  
  1495. /usr/include/c++/5/cmath(80): error: expected a ";"
  1496.  
  1497. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  1498.  
  1499. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  1500.  
  1501. /usr/include/c++/5/cmath(105): error: expected a ";"
  1502.  
  1503. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  1504.  
  1505. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  1506.  
  1507. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  1508.  
  1509. /usr/include/c++/5/cmath(124): error: expected a ";"
  1510.  
  1511. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  1512.  
  1513. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  1514.  
  1515. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  1516.  
  1517. /usr/include/c++/5/cmath(143): error: expected a ";"
  1518.  
  1519. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  1520.  
  1521. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  1522.  
  1523. /usr/include/c++/5/cmath(162): error: expected a ";"
  1524.  
  1525. /usr/include/c++/5/cmath(80): error: expected a ";"
  1526.  
  1527. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  1528.  
  1529. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  1530.  
  1531. /usr/include/c++/5/cmath(183): error: expected a ";"
  1532.  
  1533. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  1534.  
  1535. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  1536.  
  1537. /usr/include/c++/5/cmath(202): error: expected a ";"
  1538.  
  1539. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  1540.  
  1541. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  1542.  
  1543. /usr/include/c++/5/cmath(221): error: expected a ";"
  1544.  
  1545. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  1546.  
  1547. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  1548.  
  1549. /usr/include/c++/5/cmath(105): error: expected a ";"
  1550.  
  1551. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  1552.  
  1553. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  1554.  
  1555. /usr/include/c++/5/cmath(124): error: expected a ";"
  1556.  
  1557. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  1558.  
  1559. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  1560.  
  1561. /usr/include/c++/5/cmath(143): error: expected a ";"
  1562.  
  1563. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  1564.  
  1565. Error limit reached.
  1566. 100 errors detected in the compilation of "/tmp/tmpxft_00001411_00000000-7_adam_solver.cpp1.ii".
  1567. Compilation terminated.
  1568. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  1569.  
  1570. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  1571.  
  1572. /usr/include/c++/5/cmath(162): error: expected a ";"
  1573.  
  1574. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  1575.  
  1576. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  1577.  
  1578. /usr/include/c++/5/cmath(183): error: expected a ";"
  1579.  
  1580. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  1581.  
  1582. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  1583.  
  1584. /usr/include/c++/5/cmath(202): error: expected a ";"
  1585.  
  1586. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  1587.  
  1588. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  1589.  
  1590. /usr/include/c++/5/cmath(221): error: expected a ";"
  1591.  
  1592. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  1593.  
  1594. Error limit reached.
  1595. 100 errors detected in the compilation of "/tmp/tmpxft_00001417_00000000-7_sgd_solver.cpp1.ii".
  1596. Compilation terminated.
  1597. CMake Error at cuda_compile_generated_sgd_solver.cu.o.cmake:264 (message):
  1598. Error generating file
  1599. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_sgd_solver.cu.o
  1600.  
  1601.  
  1602. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_sgd_solver.cu.o] Error 1
  1603. CMake Error at cuda_compile_generated_adam_solver.cu.o.cmake:264 (message):
  1604. Error generating file
  1605. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/solvers/./cuda_compile_generated_adam_solver.cu.o
  1606.  
  1607.  
  1608. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/solvers/cuda_compile_generated_adam_solver.cu.o] Error 1
  1609. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: identifier "nullptr" is undefined
  1610.  
  1611. /usr/lib/gcc/x86_64-linux-gnu/5/include/stddef.h(436): error: expected a ";"
  1612.  
  1613. /usr/include/x86_64-linux-gnu/c++/5/bits/c++config.h(203): error: expected a ";"
  1614.  
  1615. /usr/include/c++/5/exception(63): error: expected a ";"
  1616.  
  1617. /usr/include/c++/5/exception(68): error: expected a ";"
  1618.  
  1619. /usr/include/c++/5/exception(76): error: expected a ";"
  1620.  
  1621. /usr/include/c++/5/exception(83): error: expected a ";"
  1622.  
  1623. /usr/include/c++/5/exception(93): error: expected a "{"
  1624.  
  1625. /usr/include/c++/5/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"
  1626.  
  1627. /usr/include/c++/5/bits/exception_ptr.h(64): error: expected a "{"
  1628.  
  1629. /usr/include/c++/5/bits/exception_ptr.h(79): error: expected a ";"
  1630.  
  1631. /usr/include/c++/5/bits/exception_ptr.h(81): error: expected a ";"
  1632.  
  1633. /usr/include/c++/5/bits/exception_ptr.h(82): error: expected a ";"
  1634.  
  1635. /usr/include/c++/5/bits/exception_ptr.h(84): error: expected a ";"
  1636.  
  1637. /usr/include/c++/5/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
  1638. (64): here
  1639.  
  1640. /usr/include/c++/5/bits/exception_ptr.h(86): error: use of a local type to declare a function
  1641.  
  1642. /usr/include/c++/5/bits/exception_ptr.h(86): error: expected a ";"
  1643.  
  1644. /usr/include/c++/5/bits/exception_ptr.h(87): error: use of a local type to declare a function
  1645.  
  1646. /usr/include/c++/5/bits/exception_ptr.h(90): error: expected a ";"
  1647.  
  1648. /usr/include/c++/5/bits/exception_ptr.h(92): error: expected a ";"
  1649.  
  1650. /usr/include/c++/5/bits/exception_ptr.h(95): error: incomplete type is not allowed
  1651.  
  1652. /usr/include/c++/5/bits/exception_ptr.h(95): error: expected a ";"
  1653.  
  1654. /usr/include/c++/5/bits/exception_ptr.h(116): error: expected a ";"
  1655.  
  1656. /usr/include/c++/5/bits/exception_ptr.h(126): error: expected a ";"
  1657.  
  1658. /usr/include/c++/5/bits/exception_ptr.h(143): error: use of a local type to declare a function
  1659.  
  1660. /usr/include/c++/5/bits/exception_ptr.h(144): error: expected a ";"
  1661.  
  1662. /usr/include/c++/5/bits/exception_ptr.h(147): error: expected a ";"
  1663.  
  1664. /usr/include/c++/5/bits/exception_ptr.h(152): error: use of a local type to declare a function
  1665.  
  1666. /usr/include/c++/5/bits/exception_ptr.h(153): error: expected a ";"
  1667.  
  1668. /usr/include/c++/5/bits/exception_ptr.h(156): error: use of a local type to declare a function
  1669.  
  1670. /usr/include/c++/5/bits/exception_ptr.h(157): error: expected a ";"
  1671.  
  1672. /usr/include/c++/5/bits/exception_ptr.h(160): error: use of a local type to declare a function
  1673.  
  1674. /usr/include/c++/5/bits/exception_ptr.h(161): error: expected a ";"
  1675.  
  1676. /usr/include/c++/5/bits/exception_ptr.h(169): error: expected a ";"
  1677.  
  1678. /usr/include/c++/5/bits/exception_ptr.h(195): error: expected a ";"
  1679.  
  1680. /usr/include/c++/5/bits/nested_exception.h(57): error: incomplete type is not allowed
  1681.  
  1682. /usr/include/c++/5/bits/nested_exception.h(60): error: expected a ";"
  1683.  
  1684. /usr/include/c++/5/bits/nested_exception.h(64): error: expected a ";"
  1685.  
  1686. /usr/include/c++/5/bits/nested_exception.h(66): error: expected a ";"
  1687.  
  1688. /usr/include/c++/5/bits/nested_exception.h(78): error: expected a ";"
  1689.  
  1690. /usr/include/c++/5/bits/nested_exception.h(73): error: identifier "rethrow_exception" is undefined
  1691.  
  1692. /usr/include/c++/5/bits/nested_exception.h(74): error: namespace "std" has no member "terminate"
  1693.  
  1694. /usr/include/c++/5/new(96): error: expected a "{"
  1695.  
  1696. /usr/include/c++/5/new(111): error: allocation operator may not be declared in a namespace
  1697.  
  1698. /usr/include/c++/5/new(113): error: allocation operator may not be declared in a namespace
  1699.  
  1700. /usr/include/c++/5/new(115): error: deallocation operator may not be declared in a namespace
  1701.  
  1702. /usr/include/c++/5/new(115): error: expected a "{"
  1703.  
  1704. /usr/include/c++/5/new(130): error: identifier "__p" is undefined
  1705.  
  1706. /usr/include/c++/5/new(131): error: allocation operator may not be declared in a namespace
  1707.  
  1708. /usr/include/c++/5/new(131): error: expected a "{"
  1709.  
  1710. /usr/include/c++/5/new(135): error: deallocation operator may not be declared in a namespace
  1711.  
  1712. /usr/include/c++/5/new(135): error: expected a "{"
  1713.  
  1714. /usr/include/c++/5/new(136): error: deallocation operator may not be declared in a namespace
  1715.  
  1716. /usr/include/c++/5/new(136): error: expected a "{"
  1717.  
  1718. /usr/include/c++/5/bits/cpp_type_traits.h(185): error: identifier "char16_t" is undefined
  1719.  
  1720. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: identifier "char32_t" is undefined
  1721.  
  1722. /usr/include/c++/5/bits/cpp_type_traits.h(192): error: class "std::__is_integer<<error-type>>" has already been defined
  1723.  
  1724. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
  1725.  
  1726. /usr/include/c++/5/bits/cpp_type_traits.h(344): error: expected a ">"
  1727.  
  1728. /usr/include/c++/5/ext/type_traits.h(159): error: inline specifier allowed on function declarations only
  1729.  
  1730. /usr/include/c++/5/ext/type_traits.h(160): error: declaration is incompatible with overloaded function "__gnu_cxx::__is_null_pointer"
  1731. (150): here
  1732.  
  1733. /usr/include/c++/5/ext/type_traits.h(160): error: namespace "std" has no member "nullptr_t"
  1734.  
  1735. /usr/include/c++/5/ext/type_traits.h(161): error: expected a ";"
  1736.  
  1737. /usr/include/c++/5/ext/type_traits.h(173): error: a template argument list is not allowed in a declaration of a primary template
  1738.  
  1739. /usr/include/c++/5/ext/type_traits.h(177): error: __promote is not a template
  1740.  
  1741. /usr/include/c++/5/ext/type_traits.h(181): error: __promote is not a template
  1742.  
  1743. /usr/include/c++/5/ext/type_traits.h(185): error: __promote is not a template
  1744.  
  1745. /usr/include/c++/5/ext/type_traits.h(189): error: __promote is not a template
  1746.  
  1747. /usr/include/c++/5/ext/type_traits.h(189): error: expected a ">"
  1748.  
  1749. /usr/include/c++/5/ext/type_traits.h(189): error: the global scope has no "__type"
  1750.  
  1751. /usr/include/c++/5/ext/type_traits.h(197): error: __promote is not a template
  1752.  
  1753. /usr/include/c++/5/ext/type_traits.h(197): error: expected a ">"
  1754.  
  1755. /usr/include/c++/5/ext/type_traits.h(197): error: the global scope has no "__type"
  1756.  
  1757. /usr/include/c++/5/ext/type_traits.h(206): error: __promote is not a template
  1758.  
  1759. /usr/include/c++/5/ext/type_traits.h(206): error: expected a ">"
  1760.  
  1761. /usr/include/c++/5/ext/type_traits.h(206): error: the global scope has no "__type"
  1762.  
  1763. /usr/include/c++/5/cmath(80): error: inline specifier allowed on function declarations only
  1764.  
  1765. /usr/include/c++/5/cmath(80): error: expected a ";"
  1766.  
  1767. /usr/include/c++/5/cmath(105): error: inline specifier allowed on function declarations only
  1768.  
  1769. /usr/include/c++/5/cmath(105): error: variable "std::constexpr" has already been defined
  1770.  
  1771. /usr/include/c++/5/cmath(105): error: expected a ";"
  1772.  
  1773. /usr/include/c++/5/cmath(124): error: inline specifier allowed on function declarations only
  1774.  
  1775. /usr/include/c++/5/cmath(124): error: variable "std::constexpr" has already been defined
  1776.  
  1777. /usr/include/c++/5/cmath(124): error: expected a ";"
  1778.  
  1779. /usr/include/c++/5/cmath(143): error: inline specifier allowed on function declarations only
  1780.  
  1781. /usr/include/c++/5/cmath(143): error: variable "std::constexpr" has already been defined
  1782.  
  1783. /usr/include/c++/5/cmath(143): error: expected a ";"
  1784.  
  1785. /usr/include/c++/5/cmath(162): error: inline specifier allowed on function declarations only
  1786.  
  1787. /usr/include/c++/5/cmath(162): error: variable "std::constexpr" has already been defined
  1788.  
  1789. /usr/include/c++/5/cmath(162): error: expected a ";"
  1790.  
  1791. /usr/include/c++/5/cmath(183): error: inline specifier allowed on function declarations only
  1792.  
  1793. /usr/include/c++/5/cmath(183): error: variable "std::constexpr" has already been defined
  1794.  
  1795. /usr/include/c++/5/cmath(183): error: expected a ";"
  1796.  
  1797. /usr/include/c++/5/cmath(202): error: inline specifier allowed on function declarations only
  1798.  
  1799. /usr/include/c++/5/cmath(202): error: variable "std::constexpr" has already been defined
  1800.  
  1801. /usr/include/c++/5/cmath(202): error: expected a ";"
  1802.  
  1803. /usr/include/c++/5/cmath(221): error: inline specifier allowed on function declarations only
  1804.  
  1805. /usr/include/c++/5/cmath(221): error: variable "std::constexpr" has already been defined
  1806.  
  1807. /usr/include/c++/5/cmath(221): error: expected a ";"
  1808.  
  1809. /usr/include/c++/5/cmath(240): error: inline specifier allowed on function declarations only
  1810.  
  1811. Error limit reached.
  1812. 100 errors detected in the compilation of "/tmp/tmpxft_00001422_00000000-7_math_functions.cpp1.ii".
  1813. Compilation terminated.
  1814. CMake Error at cuda_compile_generated_math_functions.cu.o.cmake:264 (message):
  1815. Error generating file
  1816. /home/ravi/tools/openpose/build/caffe/src/openpose_caffe-build/src/caffe/CMakeFiles/cuda_compile.dir/util/./cuda_compile_generated_math_functions.cu.o
  1817.  
  1818.  
  1819. make[5]: *** [src/caffe/CMakeFiles/cuda_compile.dir/util/cuda_compile_generated_math_functions.cu.o] Error 1
  1820. make[4]: *** [src/caffe/CMakeFiles/caffe.dir/all] Error 2
  1821. make[3]: *** [all] Error 2
  1822. make[2]: *** [caffe/src/openpose_caffe-stamp/openpose_caffe-build] Error 2
  1823. make[1]: *** [CMakeFiles/openpose_caffe.dir/all] Error 2
  1824. make: *** [all] Error 2
  1825. ]0;ravi@ravi: ~/tools/openpose/build$ exit
  1826. exit
  1827.  
  1828. Script done on Tue 08 Jan 2019 04:03:03 PM JST
Advertisement
Add Comment
Please, Sign In to add comment