make is failed: opencv_test_stab

asked 2018-02-05 10:12:20 -0600

updated 2018-02-05 12:40:17 -0600

I have ubuntu 16.04 with python 3.5

I am trying to install opencv without CUDA and the make is failed with the following error message: C:\fakepath\opencv.png

collect2: error: ld returned 1 exit status modules/world/CMakeFiles/opencv_test_videostab.dir/build.make:127: recipe for target 'bin/opencv_test_videostab' failed

Is there any idea how to resolve the problem?

edit retag flag offensive close merge delete

Comments

1

please put the text of your error msg into your question, not a (useless) screenshot, thank you !

berak gravatar imageberak ( 2018-02-05 10:33:17 -0600 )edit

This is the error message: //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference to ucal_open_54' //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference tou_errorName_54' //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference to uenum_close_54' //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference toucnv_getAlias_54' //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference to ucnv_compareNames_54' //home/robil/anaconda3/lib/libQt5Core.so.5: undefined reference toucnv_countAliases_54' collect2: error: ld returned 1 exit status modules/world/CMakeFiles/opencv_test_videostab.dir/build.make:127: recipe for target 'bin/opencv_test_videostab' failed make[2]: * [bin/opencv_test_videostab] Error 1 CMakeFiles/Makefile2:1456: recipe for target

sharony gravatar imagesharony ( 2018-02-06 01:15:34 -0600 )edit