-
Notifications
You must be signed in to change notification settings - Fork 158
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
Strange problem for QT and VTK #517
Comments
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 ***@***.***> 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
<#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 pyvista/pyvista#119 might be related to this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./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
The text was updated successfully, but these errors were encountered: