x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/goocanvas-2.0 -I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../src -I../../src/model -I../../src/engines -DOREGANO_UIDIR=\""/usr/share/oregano/xml"\" -DOREGANO_LIBRARYDIR=\""/usr/share/oregano/libraries"\" -DOREGANO_MODELDIR=\""/usr/share/oregano/models"\" -Wall -DG_DISABLE_DEPRECATED -DGSEAL_ENABLE -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -march=core2 -msse4 -mcx16 -mpopcnt -msahf -O2 -pipe -c textbox-item.c part-item.c: In function 'edit_properties': part-item.c:606:2: error: unknown type name 'GtkTable' part-item.c:667:2: warning: implicit declaration of function 'GTK_TABLE' [-Wimplicit-function-declaration] part-item.c:667:13: warning: assignment makes pointer from integer without a cast [enabled by default] part-item.c:708:4: warning: implicit declaration of function 'gtk_table_attach' [-Wimplicit-function-declaration] Reproducible: Always
Using gtk+-3.8.1
This is due to '-DGTK_DISABLE_DEPRECATED' - GtkTable is deprecated since 3.4.
Fixed. + 26 May 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild: + Drop GTK_DISABLE_DEPRECATED (bug 467868) +