diff options
| author | Lukas Schmelting <lschmelting@posteo.com> | 2025-10-09 11:09:17 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-09 10:27:55 +0100 |
| commit | 8e33c8d330e607b4795db25f8b4e90c316807133 (patch) | |
| tree | 2147e010c3f98af2ddb8e3b80f627ea459304879 /dev-cpp/waylandpp | |
| parent | dfcc49bd5daa94bb6f618f63e21865f6964484c4 (diff) | |
| download | gentoo-8e33c8d330e607b4795db25f8b4e90c316807133.tar.gz gentoo-8e33c8d330e607b4795db25f8b4e90c316807133.tar.bz2 gentoo-8e33c8d330e607b4795db25f8b4e90c316807133.zip | |
dev-cpp/gtkmm: Restrict <gtkmm-4.20:4 to <gtk-4.20
Bumping gtk to 4.20.1 exposed a compilation error caused by
conflicting C++ alias declarations in gtk/src/iconpaintable.h:
using GtkIconPaintable = struct _GtkIconPaintable;
using GtkIconPaintableClass = struct _GtkIconPaintableClass;
Specifically, the build fails with errors like:
error: conflicting declaration
using GtkIconPaintableClass = struct _GtkIconPaintableClass;
These aliases were introduced in commit 04ab9653 (probably) and later
removed in commit 94959145, which fixed the conflict.
Bug: https://bugs.gentoo.org/963805
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com>
Part-of: https://github.com/gentoo/gentoo/pull/44106
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/waylandpp')
0 files changed, 0 insertions, 0 deletions
