-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
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
Undefined reference to symbol '_ZN7QCursorC1EN2Qt11CursorShapeE' #161
Comments
Having the same issue on |
I'm curious how did you build graspit with Qt5 ... |
Did anyone find a fix for this? I have encountered the same error. (also interested in how to compile with QT5?!?!) |
@cellolegs I think that current version of graspit cannot be build using Qt5. It uses a lot of methods from Qt4 and Qt3. I did some work creating a version of graspit that it builds with Qt5. It can be found here It builds in a Debian 10 Buster and Ubuntu 18.04 with SoQt5 (from [here] (https://launchpad.net/~deb-rob/+archive/ubuntu/ros-bionic) and Qt5. It Ubuntu Focal should work too.
Some people from here know this work, but it needs a lot of manpower to review and fix a lot of issues. But, it's a first step. I'm not an expert Graspit user, just want to use it for my work and it was so frustrating to depend on that old versions. |
@lepalom thanks for the fork! I compiled beautifully first try! bless you! When I was struggling with the original one I was able to overcome my original error which was the same as the poster by adding QtGUI to line 107 in the cmakelists (find_package(Qt4 COMPONENTS QtCore QtSql REQUIRED. Unfortunately that's when I got the errors relating to the SoQT4 lib....which is no longer in the qt stacks for ubuntu focal :( so looks like the OG graspit is not focal friendly to say the least. |
I managed to install Qt4 Libraries in Ubuntu 20.04 LTS, but get similar error messages. Are there any updates on this issue?
|
I got same error above and couldn't install two packages: libcoin80-dev libsoqt4-dev in the installation tutorial. |
I got the same error, and then I install |
I am trying to compile the graspit from the source. For this I am using Ubuntu18, however i get the follow problem:
anyone can help me with this issue?
The text was updated successfully, but these errors were encountered: