FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make error in command line

jordan8409212 opened this issue · comments

C:\Users\User\Desktop\dance\PyOpenPose-master\build_makefile>mingw32-make
[ 25%] Building CXX object PyOpenPoseLib/CMakeFiles/PyOpenPose.dir/PyOpenPose.cpp.obj
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/bind/mem_fn.hpp:25:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/mem_fn.hpp:22,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:18,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/get_pointer.hpp:27:40: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template T * get_pointer(std::auto_ptr const& p)
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/is_xxx.hpp:8:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/is_auto_ptr.hpp:9,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/value_arg.hpp:7,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/forward.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/pointer_holder.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/to_python_indirect.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/is_auto_ptr.hpp:17:40: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
^
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/detail/is_xxx.hpp:20:4: note: in definition of macro 'BOOST_DETAIL_IS_XXX_DEF'
qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >
^
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro 'BOOST_PYTHON_IS_XXX_DEF'
BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/make_instance.hpp:9:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/make_ptr_instance.hpp:8,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/to_python_indirect.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/instance.hpp:14:36: warning: type attributes ignored after type is already defined [-Wattributes]
struct BOOST_PYTHON_DECL_FORWARD instance_holder;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:10:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/to_python_indirect.hpp: In static member function 'static PyObject* boost::python::detail::make_owning_holder::execute(T*)':
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/to_python_indirect.hpp:90:24: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr smart_pointer;
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:28:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/detail/shared_count.hpp: At global scope:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/detail/shared_count.hpp:395:33: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) )
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:242:65: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:441:31: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn()
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:454:22: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr && r ): px(r.get()), pn()
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:520:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr & r )
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:529:34: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr && r )
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/shared_ptr.hpp:17:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/shared_ptr_to_python.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<Up>&&)':
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/smart_ptr/shared_ptr.hpp:531:38: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr && >( r ) ).swap( this );
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/complex:44:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/builtin_converters.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/cmath: At global scope:
C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/cmath:1123:11: error: '::hypot' has not been declared
using ::hypot;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/function_handle.hpp:10:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/converter/arg_to_python.hpp:19,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/call.hpp:15,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object_core.hpp:14,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:25,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/object/py_function.hpp:167:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
mutable std::auto_ptr<py_function_impl_base> m_impl;
^
In file included from C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA~2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
In file included from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:41:0,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/make_constructor.hpp: In member function 'void boost::python::detail::install_holder::dispatch(U
, mpl
::true_) const':
C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/make_constructor.hpp:48:16: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr owner(x);
^
In file included from C:/PROGRA2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/memory:81:0,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_base.hpp:16,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/prologue.hpp:17,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function_template.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/detail/maybe_include.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/function/function0.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/errors.hpp:13,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/handle.hpp:11,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args_fwd.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python/args.hpp:10,
from C:/Users/User/Desktop/dance/PyOpenPose-master/PyOpenPoseLib/boost/python.hpp:11,
from C:\Users\User\Desktop\dance\PyOpenPose-master\PyOpenPoseLib\PyOpenPose.cpp:4:
C:/PROGRA
2/mingw-w64/i686-5.4.0-posix-dwarf-rt_v5-rev0/mingw32/i686-w64-mingw32/include/c++/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
PyOpenPoseLib\CMakeFiles\PyOpenPose.dir\build.make:76: recipe for target 'PyOpenPoseLib/CMakeFiles/PyOpenPose.dir/PyOpenPose.cpp.obj' failed
mingw32-make[2]: *** [PyOpenPoseLib/CMakeFiles/PyOpenPose.dir/PyOpenPose.cpp.obj] Error 1
CMakeFiles\Makefile2:121: recipe for target 'PyOpenPoseLib/CMakeFiles/PyOpenPose.dir/all' failed
mingw32-make[1]: *** [PyOpenPoseLib/CMakeFiles/PyOpenPose.dir/all] Error 2
Makefile:128: recipe for target 'all' failed
mingw32-make: *** [all] Error 2

This looks like an issue with the versions of mingw and g++ you are using. Since I have not tested it with mingw i cannot suggest something. Try creating the VS solution using cmake in order to build with CL.

Thanks for your reply @padeler . I have tried the VS solution, but I receive the warning below in the screenshot. Do you know what it means? Sorry I am a newbie in cmake.
image