Docker container (based on Ubuntu Jammy) does not have an issue, but this affects Debian Testing, presumably because of newer g++. We still do some nightly crosser builds on that setup, outside the container.
Qt headers have conflicting dllimport attributes, causing the build, where we use -Werror, to fail. Msys2 / Meson builds had similar problem, but for them the quick fix was just not to do debug builds about Qt-client or ruledit.
I think we should address this in meson.build level, targeted to just the kind of error that we have to tolerate. Then maybe also msys2 side can start relying on that.
Docker container (based on Ubuntu Jammy) does not have an issue, but this affects Debian Testing, presumably because of newer g++. We still do some nightly crosser builds on that setup, outside the container.
Qt headers have conflicting dllimport attributes, causing the build, where we use -Werror, to fail. Msys2 / Meson builds had similar problem, but for them the quick fix was just not to do debug builds about Qt-client or ruledit.
I think we should address this in meson.build level, targeted to just the kind of error that we have to tolerate. Then maybe also msys2 side can start relying on that.