Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467868 - =sci-electronics/oregano-0.82 compilation fails with "unknown type name GtkTable"
Summary: =sci-electronics/oregano-0.82 compilation fails with "unknown type name GtkTa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 12:56 UTC by Kobboi
Modified: 2013-05-26 10:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2013-04-29 12:56:06 UTC
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
Comment 1 Kobboi 2013-04-29 13:11:19 UTC
Using gtk+-3.8.1
Comment 2 Rafał Mużyło 2013-04-29 18:36:10 UTC
This is due to '-DGTK_DISABLE_DEPRECATED' - GtkTable is deprecated since 3.4.
Comment 3 Thomas Beierlein gentoo-dev 2013-05-26 10:51:01 UTC
Fixed. 

+  26 May 2013; Thomas Beierlein <tomjbe@gentoo.org> oregano-0.82.ebuild:
+  Drop GTK_DISABLE_DEPRECATED (bug 467868)
+