[Poppler-bugs] [Bug 26442] poppler-0.12.3 fails to compile glib component when gtk was found

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 6 09:40:33 PST 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26442





--- Comment #2 from Fabian Groffen <grobian at gentoo.org>  2010-02-06 09:40:33 PST ---
% nm usr/lib/libglib-2.0.dylib  | grep g_value_set_flags
% nm usr/lib/libgobject-2.0.dylib  | grep g_value_set_flags
00021d23 T _g_value_set_flags
%

gtk uses this symbol, and also properly links against libgobject.  Since the
problem only occurs when a GTK build is enabled, and the symbol can be found
when the gtk libs are used, it felt like a logical fix to me.

Notice that the Darwin linker is stricter in this respect than GNU binutils.

I checked on Solaris, and couldn't find the g_value_set_flags symbol in the
libglib-2.0.so library either.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list