On Sat, Jan 2, 2016 at 10:46 PM, Bram Moolenaar <[email protected]> wrote: > > John Little wrote: > >> On Sunday, January 3, 2016 at 2:13:42 AM UTC+13, Tony Mechelynck wrote: >> > > What does >> > > >> > > pkg-config --modversion gdk-pixbuf-2.0 >> > > >> > > say on your system, Tony? >> > >> > It says 2.31.6 >> >> My Ubuntu 15.04 install says 2.31.3, so I think you could do what I did in >> my post above, change line 2511 of src/configure.in to read >> >> $gdk_pixbuf_version_minor -ge 31 ; then >> >> and make reconfig. > > OK, let's do that. In case someone complains we can change it back.
I see that line at line 2512, which is a continuation line. "make reconfig" does not recreate auto/configure so I had to make the corresponding change manually there too. After that, configure says that gdk-pixbuf is now OK and the compile warning has disappeared. The make logs now include _two_ runs of glib-compile-resources with identical command lines, one before compiling gui_gtk_x11.c and the other before gui_gtk_gresources.c After "make reconfig" comes to an end (after configure, compile and link), viewing the config files shows that the resource lines in auto/config.mk get nonempty values and the last line of auto/config.h becomes a #define instead of a commented-out #undef. Best regards, Tony. > > -- > An indication you must be a manager: > You can explain to somebody the difference between "re-engineering", > "down-sizing", "right-sizing", and "firing people's asses". > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
