Remove pango apis if not present#457
Conversation
|
can you link to the pango change and why this is needed? is the build failing without this? what's the error? |
|
Thank you for taking the time. I should have explained and do a better research. Actually, the error is not due to a change in pango but the upgrade from gcc 13 to gcc 14. I checked previous gnome runtime versions and the error already started occuring in version 47. With that change the warnings turned into errors by default. So we can get away with just setting the errors back to warnings. This is the failing build log for pygtk used by gwyddion. |
|
Having a second look at the warning those are not safe to ignore. I'll add a patch to fix it. The build needs to be fixed as well. No one touched this module in a while. |
This removes pango apis which are not there for gnome 50. It is conditional, so that apis remain untouched for older runtimes.
I'm not sure if such behavior is desired.