Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

During the course of following the Face Detection Tutorial Step2, the error broke out at the command "make". Anyone who can help to fix it?

User1574687798939846
622 Views

The instructions of Tutorial Step 2 were executed w/o problems up to "cmake -DCMAKE_BUILD_TYPE=Release ../" but when executing "make", the errors like following popped up. Please help me.

 

/home/jisoo/tutorials/inference-tutorials-generic/face_detection_tutorial/step_2/main.cpp:337:113: warning: ‘InferenceEngine::InferencePlugin InferenceEngine::PluginDispatcher::getPluginByDevice(const string&) const’ is deprecated [-Wdeprecated-declarations]

 = PluginDispatcher({"../../../lib/intel64", ""}).getPluginByDevice(deviceName);

                                                                             ^

In file included from /opt/intel/openvino_2019.3.376/deployment_tools/inference_engine/include/inference_engine.hpp:21:0,

                from /home/jisoo/tutorials/inference-tutorials-generic/face_detection_tutorial/step_2/main.cpp:36:

/opt/intel/openvino_2019.3.376/deployment_tools/inference_engine/include/ie_plugin_dispatcher.hpp:43:21: note: declared here

    InferencePlugin getPluginByDevice(const std::string& deviceName) const;

                    ^~~~~~~~~~~~~~~~~

/home/jisoo/tutorials/inference-tutorials-generic/face_detection_tutorial/step_2/main.cpp:340:13: error: ‘printPluginVersion’ was not declared in this scope

            printPluginVersion(plugin, std::cout);

            ^~~~~~~~~~~~~~~~~~

CMakeFiles/face_detection_tutorial.dir/build.make:62: recipe for target 'CMakeFiles/face_detection_tutorial.dir/main.cpp.o' failed

make[2]: *** [CMakeFiles/face_detection_tutorial.dir/main.cpp.o] Error 1

CMakeFiles/Makefile2:69: recipe for target 'CMakeFiles/face_detection_tutorial.dir/all' failed

make[1]: *** [CMakeFiles/face_detection_tutorial.dir/all] Error 2

Makefile:129: recipe for target 'all' failed

make: *** [all] Error 2

0 Kudos
2 Replies
JAVIERJOSE_A_Intel
422 Views

Hi User15746877989398461382,

 

Thank you for reaching out. In order to reproduce it from our end, can you provide us the guide you are following?

 

Regards,

Javier A.  

Intel Customer Support Technician  

A Contingent Worker at Intel

0 Kudos
JAVIERJOSE_A_Intel
422 Views

Hi User15746877989398461382,

 

I am contacting you to give a follow up on this thread. Could you please answer my previous message to continue with the assistance?

 

Regards,

Javier A.  

Intel Customer Support Technician  

A Contingent Worker at Intel

 

0 Kudos
Reply