Strange problem for QT and VTK
./RenderWindowUISingleInheritance: relocation error: /home/wjl/Qt5.12.2/5.12.2/gcc_64/lib/libQt5Widgets.so.5: symbol _ZN23QPlatformSystemTrayIcon20contextMenuRequestedE6QPointPK15QPlatformScreen version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference
Compling is OK. but can not run.
Ubuntu 18.04 VTK 8.2.0 QT 5.12
That actually looks like a Qt5 issue. Runs Ok for me. I'm using Qt 5.12.1 Ubuntu 18.10. However I'm using the VTK master.
Have you checked out/rebuilt the latest version of RenderWindowUISingleInheritance? If you have any other of the VTKExamples/Qt examples do they fail also?
On Fri, Mar 15, 2019 at 4:39 PM engineer [email protected] wrote:
./RenderWindowUISingleInheritance: relocation error: /home/wjl/Qt5.12.2/5.12.2/gcc_64/lib/libQt5Widgets.so.5: symbol _ZN23QPlatformSystemTrayIcon20contextMenuRequestedE6QPointPK15QPlatformScreen version Qt_5_PRIVATE_API not defined in file libQt5Gui.so.5 with link time reference
Compling is OK. but can not run.
Ubuntu 18.04 VTK 8.2.0 QT 5.12
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lorensen/VTKExamples/issues/517, or mute the thread https://github.com/notifications/unsubscribe-auth/AIJ4OyWXb9Eu_6jNDlEiv6oy2gG24GcSks5vWzIBgaJpZM4b1vvs .
--
Andrew J. P. Maclean
@ajpmaclean With ui will fail
@ajpmaclean It is fun. RenderWindowUIMultipleInheritance is success.
It looks like https://github.com/vtkiorg/vtki/issues/119 might be related to this