GNOME Bugzilla – Bug 593971
Glade win32 binaries seem to fallback to system libraries for glib
Last modified: 2011-01-22 09:19:20 UTC
Created attachment 142361 [details] Error Message Installed glade3 3.6.7 with Gtk+ and received the following error when attempting to launch the program for the first time: "The procedure entry point gdk_cairo_create could not be located in the dynamic link library libgdk-win32-2.0-0.dll." Thanks in advance for your help, - Mike Mason
Similar error here. Action: clicking on 'glade-3.exe' in windows explorer. Error message: "The procedure entry point g_assertion_message could not be located in the dynamic link library libglib-2.0-0.dll". glade versions: 3.6.6-with-GTK+, installed from binary 3.6.7-with-GTK+, installed from binary Platform: Athlon XP 2200+ Microsoft Window XP Professional Version 2002, Service Pack 3
I found out that an additional version of libglib was installed on my system, as part of Gimp. Removing that settled the matter.
Thanks for reporting. I'll keep a note around here in bugzilla, cause really if its installed -with-GTK+, then it should also have glib, and it shouldnt link to another glib on your system, it should link to the one distributed with Glade (probably just a bug in the startup path ordering).
We're looking into creating proper build scripts for building glade for win32 in bug 634978. *** This bug has been marked as a duplicate of bug 634978 ***