On Sat, Jan 2, 2016 at 6:24 PM, Kazunobu Kuriyama <[email protected]> wrote: > 2.31 is the first version that deprecates gdk_pixbuf_new_from_inline(). > > Its reference manual: > https://developer.gnome.org/gdk-pixbuf/2.31/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-inline, > says > '' > gdk_pixbuf_new_from_inline has been deprecated since version 2.32 and should > not be used in newly-written code. Use GResource instead. > '' > Note that, while this manual is for 2.31, it refers to 2.32 on this > particular issue. (A typo or a preliminary for a next stable release? I'm > not sure...) > > As for 2.32, its manual drops the description of the function, although the > library and one of its header files still keep it. > > From a technical point of view, I do think it's OK to replace 32 with 31, > but at the same time I' m reluctant to claim it officially because of the > instruction quoted above. > > Best, > Kazunobu Kuriyama
Hm, that's interesting, but I'm not sure what to do about it. After updating my clone to v7.4.1035 I noticed that some files had been added/deleted again so I deleted my shadowdirs again and recreated them. I noticed something in configure which seems relevant. I'm showing them below with a few lines of context: in the stdout/stderr log: checking for GTK - version >= 2.2.0... yes; found version 2.24.29 checking for libgnomeui-2.0... yes checking for FreeBSD... no checking version of Gdk-Pixbuf... not usable. <----- checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes in auto/config.log: configure:8872: checking for libgnomeui-2.0 configure:8875: result: yes configure:8881: checking for FreeBSD configure:8889: result: no configure:8915: checking version of Gdk-Pixbuf configure:8981: result: not usable. <----- configure:9403: checking X11/SM/SMlib.h usability Best regards, Tony. -- -- 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.
