- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
At the path /opt/intel/openvino_2019.1.094/deployment_tools# , I "mkdir build & cd build & cmake -DCMAKE_BUILD_TYPE=Release /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/samples' to build sample application on Linux. But I get:
-- XSAVE supported
-- TBB include: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/include
-- TBB Release lib: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/lib/libtbb.so
-- TBB Debug lib: /opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/external/tbb/lib/libtbb_debug.so
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
CMake Error at human_pose_estimation_demo/CMakeLists.txt:25 (add_executable):
Cannot find source file:
include/human_pose.hpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at human_pose_estimation_demo/CMakeLists.txt:25 (add_executable):
No SOURCES given to target: human_pose_estimation_demo
-- Build files have been written to: /opt/intel/openvino_2019.1.094/deployment_tools/build
I don't know why, I use 'find /opt/ -name human_pose.hpp',get:
/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/samples/multichannel_demo/hpe/human_pose.hpp
I copy this to get :
/opt/intel/openvino_2019.1.094/deployment_tools/inference_engine/include/human_pose.hpp
and the cmake still get the same error, I get struck in this error for a long time ,what should I do ? appreciate!
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page