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

Bug#359336: gtk+2.0-directfb: GMemChunk deprecated and disabled.



Package: gtk+2.0-directfb
Version: 2.0.9.2-14
Severity: serious

Hi,

Your package is failing to build with the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DDEMOCODEDIR="\"/usr/share/gtk-2.0/demo\"" -I../.. -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -D_REENTRANT -D_GNU_SOURCE -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/include/freetype2    -DNDEBUG=1 -fomit-frame-pointer -Os -Wall -c appwindow.c
In file included from ../../gtk/gtk.h:131,
                 from appwindow.c:6:
../../gtk/gtkstatusbar.h:71: error: syntax error before 'GMemChunk'
../../gtk/gtkstatusbar.h:71: warning: no semicolon at end of struct or union
../../gtk/gtkstatusbar.h:85: error: syntax error before '}' token
make[4]: *** [appwindow.o] Error 1

The problem is that GMemChunk got deprecated, and it's
being compiled with G_DISABLE_DEPRECATED, so it's
disabled.


Kurt




Reply to: