[Webkit-unassigned] [Bug 90593] [EFL][GTK] jhbuild : pixman should have glib build dependency.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 6 00:19:44 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90593





--- Comment #13 from Dongwoo Joshua Im (dwim) <dw.im at samsung.com>  2012-07-06 00:19:44 PST ---
(In reply to comment #12)
> /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libgdk_pixbuf-2.0.so: undefined reference to `g_resources_lookup_data'
> /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libgdk_pixbuf-2.0.so: undefined reference to `g_resources_open_stream'
> /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libgdk_pixbuf-2.0.so: undefined reference to `g_resources_get_info'
> 

As we can see from this build log, pixman needs gdk_pixbuf library to build, for some reason.

To build pixman using the jhbuild on any system, I think we need to build gdk_pixbuf before building pixman.

we can simply give 'gdk_pixbuf' dependency to 'pixman', 
or build glib for the first time. (maybe, for gtk port, after 'make' will be fine.)

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



More information about the webkit-unassigned mailing list