QX11Application error in building visit #19336
Unanswered
iulian787
asked this question in
Help building VisIt
Replies: 2 comments 3 replies
-
I am running into this same issue on another (newer) platform. I haven't debugged it yet because I don't understand it. X11 appears to be installed on the platform where I am building. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@iulian787 This error message is benign and can be ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to build visit on a ubuntu 20.04 platform, and I think the requirements on qt6 are met
https://doc.qt.io/qt-6/linux-requirements.html
Also, qt6, vtk9 builds succeed in third_party fodler
while building visit, I get an error like this:
/scratch/iulian/build_visit/visit/src/winutil/WindowMetrics.C: In member function 'void WindowMetrics::MeasureScreen(bool)':
/scratch/iulian/build_visit/visit/src/winutil/WindowMetrics.C:211:71: error: 'QX11Application' is not a member of 'QNativeInterface'
211 | auto x11NativeInterface = qApp->nativeInterfaceQNativeInterface::QX11Application();
| ^~~~~~~~~~~~~~~
/scratch/iulian/build_visit/visit/src/winutil/WindowMetrics.C:211:87: error: no matching function for call to 'QApplication::nativeInterface< >()'
211 | auto x11NativeInterface = qApp->nativeInterfaceQNativeInterface::QX11Application();
| ^
Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions