Skip to content
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 symbols in libqtosgrave #426

Closed
morxa opened this issue Aug 1, 2016 · 1 comment
Closed

undefined symbols in libqtosgrave #426

morxa opened this issue Aug 1, 2016 · 1 comment

Comments

@morxa
Copy link
Contributor

morxa commented Aug 1, 2016

There are multiple undefined symbols in libqtosgrave so it's impossible to load the plugin:

$  openrave
2016-08-01 12:09:30,476 openrave [WARN] [plugindatabase.h:929 RaveDatabase::_SysLoadLibrary] /usr/lib64/openrave/plugins/libqtosgrave.so: /usr/lib64/openrave/plugins/libqtosgrave.so: undefined symbol: _ZN9qtosgrave11QtOSGViewer11multiWidgetEv

Looking at the source code, I can find a declaration for multiWidget(), but there is no definition in qtosgviewer.cpp or anywhere else. Also, it seems like the function is never used anywhere, but I don't know much about Qt slots.

I'm not sure where the symbol should come from, so this might be a build issue.

rdiankov pushed a commit that referenced this issue Aug 1, 2016
@rdiankov
Copy link
Owner

rdiankov commented Aug 1, 2016

just removed it, good catch! my gcc doesn't complain, so let me know if there's more unused functions.

thanks

@rdiankov rdiankov closed this as completed Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants