System information (version)
OpenCV => :4.0
Operating System / Platform => : linux mint (ubuntu 16.04) 64 bit
Compiler => :gcc
Detailed description
when i have run the command make -j4 .
I got error with description that
"
/anaconda3/lib/libgsttag-1.0.so.0: undefined reference to gst_make_element_message_details' /anaconda3/lib/libgsttag-1.0.so.0: undefined reference to gst_element_message_full_with_details'
collect2: error: ld returned 1 exit status
modules/videoio/CMakeFiles/opencv_test_videoio.dir/build.make:286: recipe for target 'bin/opencv_test_videoio' failed
make[2]: *** [bin/opencv_test_videoio] Error 1
CMakeFiles/Makefile2:9038: recipe for target 'modules/videoio/CMakeFiles/opencv_test_videoio.dir/all' failed
make[1]: *** [modules/videoio/CMakeFiles/opencv_test_videoio.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
"
This was the error .
I have tried to install all dependencies several times but i have got same result.
Steps to reproduce
cmake -D CMAKE_BUILD_TYPE=RELEASE
-D CMAKE_INSTALL_PREFIX=$cwd/installation/OpenCV-"$cvVersion"
-D INSTALL_C_EXAMPLES=ON
-D INSTALL_PYTHON_EXAMPLES=ON
-D WITH_TBB=ON
-D WITH_V4L=ON
-D OPENCV_PYTHON3_INSTALL_PATH=$cwd/OpenCV-$cvVersion-py3/lib/python3.5/site-packages
-D WITH_QT=ON
-D WITH_OPENGL=ON
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules
-D BUILD_EXAMPLES=ON ..
then i have use make -j4
↧