We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 94%] Linking CXX executable /home/sjm/ql/projects/DSP-SLAM/dsp_slam /usr/local/lib/libpango_image.so:对‘TIFFOpen@LIBTIFF_4.0’未定义的引用 /usr/local/lib/libpango_image.so:对‘TIFFGetField@LIBTIFF_4.0’未定义的引用 /usr/local/lib/libpango_image.so:对‘TIFFScanlineSize@LIBTIFF_4.0’未定义的引用 /usr/local/lib/libpango_image.so:对‘TIFFSetWarningHandler@LIBTIFF_4.0’未定义的引用 /usr/local/lib/libpango_image.so:对‘TIFFReadScanline@LIBTIFF_4.0’未定义的引用 /usr/local/lib/libpango_image.so:对‘TIFFClose@LIBTIFF_4.0’未定义的引用 collect2: error: ld returned 1 exit status CMakeFiles/dsp_slam.dir/build.make:134: recipe for target '/home/sjm/ql/projects/DSP-SLAM/dsp_slam' failed make[2]: *** [/home/sjm/ql/projects/DSP-SLAM/dsp_slam] Error 1 CMakeFiles/Makefile2:129: recipe for target 'CMakeFiles/dsp_slam.dir/all' failed make[1]: *** [CMakeFiles/dsp_slam.dir/all] Error 2 Makefile:90: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
如果pangolin安装时候报错:pangolin undefined reference to `TIFFScanlineSize@LIBTIFF_4.0’,那么可能是版本问题,我替换成了pangolin0.6下载链接在这个博主的帖子里,就可以了
Sorry, something went wrong.
请问你解决了吗?
No branches or pull requests
[ 94%] Linking CXX executable /home/sjm/ql/projects/DSP-SLAM/dsp_slam
/usr/local/lib/libpango_image.so:对‘TIFFOpen@LIBTIFF_4.0’未定义的引用
/usr/local/lib/libpango_image.so:对‘TIFFGetField@LIBTIFF_4.0’未定义的引用
/usr/local/lib/libpango_image.so:对‘TIFFScanlineSize@LIBTIFF_4.0’未定义的引用
/usr/local/lib/libpango_image.so:对‘TIFFSetWarningHandler@LIBTIFF_4.0’未定义的引用
/usr/local/lib/libpango_image.so:对‘TIFFReadScanline@LIBTIFF_4.0’未定义的引用
/usr/local/lib/libpango_image.so:对‘TIFFClose@LIBTIFF_4.0’未定义的引用
collect2: error: ld returned 1 exit status
CMakeFiles/dsp_slam.dir/build.make:134: recipe for target '/home/sjm/ql/projects/DSP-SLAM/dsp_slam' failed
make[2]: *** [/home/sjm/ql/projects/DSP-SLAM/dsp_slam] Error 1
CMakeFiles/Makefile2:129: recipe for target 'CMakeFiles/dsp_slam.dir/all' failed
make[1]: *** [CMakeFiles/dsp_slam.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: