You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
tests/layout.c:244:61: error: 'GtkHeaderBarAccessible' undeclared (first use in this function); did you mean 'GtkLevelBarAccessible'?
244 | printf("%s;%zu;%zu\n", "GtkHeaderBarAccessible", sizeof(GtkHeaderBarAccessible), alignof(GtkHeaderBarAccessible));
| ^~~~~~~~~~~~~~~~~~~~~~
| GtkLevelBarAccessible
tests/layout.c:244:61: note: each undeclared identifier is reported only once for each function it appears in
The text was updated successfully, but these errors were encountered:
The corresponding header is not included by any GTK headers, so this fails (not just on Fedora copr). The header would have to be listed in the .gir file somehow so that it can be automatically included for the tests.
Bug description
https://download.copr.fedorainfracloud.org/results/remilauzier/gtk/fedora-rawhide-x86_64/02305848-rust-gtk-sys/builder-live.log.gz
tests/layout.c:244:61: error: 'GtkHeaderBarAccessible' undeclared (first use in this function); did you mean 'GtkLevelBarAccessible'?
244 | printf("%s;%zu;%zu\n", "GtkHeaderBarAccessible", sizeof(GtkHeaderBarAccessible), alignof(GtkHeaderBarAccessible));
| ^~~~~~~~~~~~~~~~~~~~~~
| GtkLevelBarAccessible
tests/layout.c:244:61: note: each undeclared identifier is reported only once for each function it appears in
The text was updated successfully, but these errors were encountered: