VTKExamples icon indicating copy to clipboard operation
VTKExamples copied to clipboard

Strange problem for QT and VTK

Open engineer1109 opened this issue 7 years ago • 4 comments

./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

engineer1109 avatar Mar 15 '19 05:03 engineer1109

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 avatar Mar 15 '19 06:03 ajpmaclean

@ajpmaclean With ui will fail

engineer1109 avatar Mar 15 '19 06:03 engineer1109

@ajpmaclean It is fun. RenderWindowUIMultipleInheritance is success.

engineer1109 avatar Mar 15 '19 07:03 engineer1109

It looks like https://github.com/vtkiorg/vtki/issues/119 might be related to this

banesullivan avatar Apr 23 '19 15:04 banesullivan