libappindicator won't compile because "g_type_class_add_private" deprecated
Bug #1861503 reported by
Frank Carlyle McLaughlin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libappindicator (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Attempting to compile libappindicator 12.10.0 from source fails for me on Artix:
app-indicator.c: In function 'app_indicator_
app-indicator.
584 | AppIndicatorPrivate * priv = APP_INDICATOR_
| ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Research suggests that this is may be because "g_type_
Further research suggests that this may be "solvable" by replacing -werror with -wno-error, but that seems like an untidy band-aid at best.
To post a comment you must log in.
Thank you for your bug report, indeed ideally the code would be updated for the new glib but meanwhile not using Werror is an easy workaround