You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build g2o on ubuntu 20.04 using following command:
mkdir build
cd build
cmake ../
make
But I always encounter following error when I execute 'make' order:
/usr/bin/ld: CMakeFiles/slam2d_g2o.dir/slam2d_viewer.cpp.o: in function g2o::Slam2DViewer::Slam2DViewer(QWidget*, QGLWidget const*)': slam2d_viewer.cpp:(.text+0x26b): undefined reference to QGLViewer::QGLViewer(QWidget*, QGLWidget const*, QFlagsQt::WindowType)'
collect2: error: ld returned 1 exit status
I have successfully installed all the required dependencies listed in README, what else is missing? How can I solve the problem?
The text was updated successfully, but these errors were encountered:
I am trying to build g2o on ubuntu 20.04 using following command:
But I always encounter following error when I execute 'make' order:
I have successfully installed all the required dependencies listed in README, what else is missing? How can I solve the problem?
The text was updated successfully, but these errors were encountered: