Issues building 4.6.4/4.6.6 on Ubuntu 23.10 - error: ‘QWaylandApplication’ is not a member of ‘QNativeInterface’ #1338
-
Hi, Unfortunately I'm having issues again building the new release on Ubuntu (RPi). Any ideas how I can fix that?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
No idea sorry, it builds fine on Ubuntu github-actions tho. |
Beta Was this translation helpful? Give feedback.
-
I've received email directly or indirectly from "Bro-Account" about the issue. To respond:
N1. "xcb-util-cursor" may be the issue, but there are other possible explanations. N2. The distro-level package name varies from distro to distro. For Debian distros, including Ubuntu 23.10, try the following commands: sudo apt-get update Ideally, at least one of the "install" commands should work. |
Beta Was this translation helpful? Give feedback.
The rood cause is that Qt can be built without either Wayland or xcb support (The GitHub actions CI working because the one in Ubuntu has both enabled.).
These lines need to guard against these situations with
rssguard/src/librssguard/gui/mediaplayer/libmpv/libmpvwidget.cpp
Lines 113 to 121 in 8058148