Hello, all,
While attempting to compile the latest Geany snapshot, I received a compiler warning and then a linked error:
src\document.c.5.o:document.c: (.text +0x5b97): undefined reference to `g_signal_handlers_disconnect_by_data'
g_signal_handlers_disconnect_by_data() is since glib 2.32.
Our current requirements are for glib 2.20 or later.
The official windows binaries for gtk+2.24 include glib 2.28.8.