py27-gobject @2.28.7 +quartz build error
I have py27-gobject @2.28.7_0+quartz. When upgrading this port to a newer version I got a build error. The problem seems to be in the following part, I think:
:info:build unix.c:710:5: error: implicit declaration of function 'g_desktop_app_info_set_desktop_env' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build g_desktop_app_info_set_desktop_env(desktop_env);
:info:build ^
:info:build unix.c:710:5: note: did you mean '_wrap_g_desktop_app_info_set_desktop_env'?
:info:build unix.c:702:1: note: '_wrap_g_desktop_app_info_set_desktop_env' declared here
:info:build _wrap_g_desktop_app_info_set_desktop_env(PyObject *self, PyObject *args, PyObject *kwargs)
I have macOS 10.15.6 and Xcode 12 (12A7209)
Thanks for the report!
Please see #61113. We'll follow this issue along in that ticket for efficiency.