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
[ 88%] Linking CXX executable devel/lib/fast_gicp/gicp_kitti /home/wangshouan/anaconda3/lib/libfontconfig.so.1: undefined reference to `FT_Done_MM_Var' collect2: error: ld returned 1 exit status CMakeFiles/gicp_kitti.dir/build.make:430: recipe for target 'devel/lib/fast_gicp/gicp_kitti' failed make[2]: *** [devel/lib/fast_gicp/gicp_kitti] Error 1 CMakeFiles/Makefile2:350: recipe for target 'CMakeFiles/gicp_kitti.dir/all' failed make[1]: *** [CMakeFiles/gicp_kitti.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [100%] Linking CXX executable devel/lib/fast_gicp/gicp_align [100%] Built target gicp_align Makefile:145: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I met the same issue with you. Do you have any methods to solve it?
Sorry, something went wrong.
Me too have this problem.
No branches or pull requests
[ 88%] Linking CXX executable devel/lib/fast_gicp/gicp_kitti
/home/wangshouan/anaconda3/lib/libfontconfig.so.1: undefined reference to `FT_Done_MM_Var'
collect2: error: ld returned 1 exit status
CMakeFiles/gicp_kitti.dir/build.make:430: recipe for target 'devel/lib/fast_gicp/gicp_kitti' failed
make[2]: *** [devel/lib/fast_gicp/gicp_kitti] Error 1
CMakeFiles/Makefile2:350: recipe for target 'CMakeFiles/gicp_kitti.dir/all' failed
make[1]: *** [CMakeFiles/gicp_kitti.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[100%] Linking CXX executable devel/lib/fast_gicp/gicp_align
[100%] Built target gicp_align
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: