In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:34,
from /usr/include/glib-2.0/glib/galloca.h:34,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from /usr/include/libayatana-appindicator3-0.1/libayatana-appindicator/app-indicator.h:33,
from telega-appindicator.c:38:
telega-appindicator.c: In function ‘appindicator_setup’:
telega-appindicator.c:63:26: warning: implicit declaration of function ‘IS_APP_INDICATOR’; did you mean ‘APP_INDICATOR’? [-Wimplicit-function-declaration]63| g_assert(IS_APP_INDICATOR(appind));| ^~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1249:25: note: in definition of macro ‘G_LIKELY’
1249|#define G_LIKELY(expr) (expr)| ^~~~
telega-appindicator.c:63:17: note: in expansion of macro ‘g_assert’
63| g_assert(IS_APP_INDICATOR(appind));| ^~~~~~~~
/usr/bin/ld: /tmp/ccRjTkEb.o: in function`appindicator_setup':
/home/wcq/.config/emacs/.local/straight/repos/telega.el/server/telega-appindicator.c:63: undefined reference to `IS_APP_INDICATOR'collect2: error: ld returned 1exit status