luigifreda / plvs

PLVS is a real-time SLAM system with points, lines, volumetric mapping and 3D unsupervised incremental segmentation.
GNU General Public License v3.0
453 stars 66 forks source link

./install_local_opencv.sh #31

Closed CoderDoubleTen closed 4 months ago

CoderDoubleTen commented 4 months ago

CMakeFiles/opencv_highgui.dir/src/window.cpp.o:在函数‘cv::setOpenGlDrawCallback(std::cxx11::basic_string<char, std::char_traits, std::allocator > const&, void ()(void), void*)’中: window.cpp:(.text._ZN2cv21setOpenGlDrawCallbackERKNSt7cxx1112basic_stringIcSt11chartraitsIcESaIcEEEPFvPvES8+0x3f):对‘cvSetOpenGlDrawCallback’未定义的引用 CMakeFiles/opencv_highgui.dir/src/window.cpp.o:在函数‘cv::setOpenGlContext(std::cxx11::basic_string<char, std::char_traits, std::allocator > const&)’中: window.cpp:(.text._ZN2cv16setOpenGlContextERKNSt7cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x31):对‘cvSetOpenGlContext’未定义的引用 CMakeFiles/opencv_highgui.dir/src/window.cpp.o:在函数‘cv::updateWindow(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&)’中: window.cpp:(.text._ZN2cv12updateWindowERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x31):对‘cvUpdateWindow’未定义的引用 collect2: error: ld returned 1 exit status modules/highgui/CMakeFiles/opencv_highgui.dir/build.make:262: recipe for target 'lib/libopencv_highgui.so.4.8.0' failed make[2]: [lib/libopencv_highgui.so.4.8.0] Error 1 CMakeFiles/Makefile2:4345: recipe for target 'modules/highgui/CMakeFiles/opencv_highgui.dir/all' failed make[1]: [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2 make[1]: *** 正在等待未完成的任务...

luigifreda commented 4 months ago

Hi, Could you share your OS and system configuration? Did you succeed to install the dependencies with the suggested script?