GNOME Bugzilla – Bug 735253
GTK+ requires symbols not available in specified gdk-pixbuf version
Last modified: 2014-08-23 10:37:05 UTC
GTK+ currently requires gdk-pixbuf version 2.27.1 in configure.ac, however it uses symbols only introduced in gdk-pixbuf-2.30.0, namely gdk_pixbuf_loader_write_bytes: ./.libs/libgtk-3.so: undefined reference to `gdk_pixbuf_loader_write_bytes' collect2: error: ld returned 1 exit status linking of temporary binary failed: Command '['/bin/sh', '../libtool', '--mode=link', '--tag=CC', '--silent', 'gcc', '-o', '/home/ikey/Upstream/build/gtk/tmp-introspecthZxlwd/Gtk-3.0', '-export-dynamic', '/home/ikey/Upstream/build/gtk/tmp-introspecthZxlwd/Gtk-3.0.o', '-L.', 'libgtk-3.la', '../gdk/libgdk-3.la', '-lgio-2.0', '-lgobject-2.0', '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', '-lglib-2.0']' returned non-zero exit status 1
Created attachment 284262 [details] [review] Change gdk-pixbuf minimum required version to 2.30.0
Review of attachment 284262 [details] [review]: thanks, makes sense
Attachment 284262 [details] pushed as 4526e6f - Change gdk-pixbuf minimum required version to 2.30.0
Great, thanks :)