all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Minor GTK2 issue on Fedora 19
@ 2013-09-16 16:43 Dmitry Antipov
  2013-09-16 18:18 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Antipov @ 2013-09-16 16:43 UTC (permalink / raw)
  To: Emacs development discussions; +Cc: Jan Djärv

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-16 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 16:43 Minor GTK2 issue on Fedora 19 Dmitry Antipov
2013-09-16 18:18 ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.