After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593971 - Glade win32 binaries seem to fallback to system libraries for glib
Glade win32 binaries seem to fallback to system libraries for glib
Status: RESOLVED DUPLICATE of bug 634978
Product: glade
Classification: Applications
Component: general
3.6.x
Other Windows
: Normal blocker
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-02 22:11 UTC by Mike Mason
Modified: 2011-01-22 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Error Message (15.78 KB, application/pdf)
2009-09-02 22:11 UTC, Mike Mason
Details

Description Mike Mason 2009-09-02 22:11:29 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
Comment 1 hreba 2009-09-29 14:15:57 UTC
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
Comment 2 hreba 2009-10-28 18:45:46 UTC
I found out that an additional version of libglib was installed on my system, as part of Gimp. Removing that settled the matter.
Comment 3 Tristan Van Berkom 2009-10-28 19:17:25 UTC
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).
Comment 4 Tristan Van Berkom 2011-01-22 09:19:20 UTC
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 ***