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.
On 02/06/14 18:55, Dimitar Zhekov wrote:
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.
See also https://sourceforge.net/p/geany/bugs/1047/.
Regards, Enrico
Am 02.06.2014 22:04, schrieb Enrico Tröger:
On 02/06/14 18:55, Dimitar Zhekov wrote:
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.
Why not just merge that patch?
Best regards