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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 22:19:30 PDT 2012


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





--- Comment #12 from Dongwoo Joshua Im (dwim) <dw.im at samsung.com>  2012-07-05 22:19:29 PST ---
(In reply to comment #11)
> 
> Dude. glibc != glib....
> As I asked in comment 9, can you provide the command line that fails? Which means, to be clear, the ld command that triggers this link error.

Ye... I know those are different.. ;)


Below is the error log.
When trying to link clip-test, link error is occurred.

make[2]: Entering directory `./WebKitBuild/Dependencies/Source/pixman-0.24.0/demos'
  CC     clip-test.o
  CC     gtk-utils.o
  CCLD   clip-test
/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'



These are the libraries which the CCLD command links.

  clip_test_LDADD = $(LDADD)
  LDADD = $(top_builddir)/pixman/libpixman-1.la -lm $(GTK_LIBS) $(PNG_LIBS)

GTK_LIBS are below.

  GTK_LIBS = -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lpixman-1

That's why we need to build glib library before we build the pixman.

-- 
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