emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Minor GTK2 issue on Fedora 19


From: Dmitry Antipov
Subject: Minor GTK2 issue on Fedora 19
Date: Mon, 16 Sep 2013 20:43:52 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On Fedora 19, --with-x-toolkit=gtk2 and --enable-gcc-warnings doesn't work 
together:

xsettings.c: In function ‘init_gsettings’:
xsettings.c:807:3: error: ‘g_type_init’ is deprecated (declared at 
/usr/include/glib-2.0/gobject/gtype.h:669) [-Werror=deprecated-declarations]
   g_type_init ();
   ^
xsettings.c: In function ‘init_gconf’:
xsettings.c:864:3: error: ‘g_type_init’ is deprecated (declared at 
/usr/include/glib-2.0/gobject/gtype.h:669) [-Werror=deprecated-declarations]
   g_type_init ();
   ^

(GTK2 is 2.24.19, GLIB2 is 2.36.3). There is no similar issue with GTK3, which 
is 3.8.4.

Dmitry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]