Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193467 - net-wireless/gnome-bluetooth-0.8.0 compile failure with gtk+-2.12.0: expected specifier-qualifier-list before ‘GtkTooltips’
Summary: net-wireless/gnome-bluetooth-0.8.0 compile failure with gtk+-2.12.0: expected...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gtk-2.12-tracker
  Show dependency tree
 
Reported: 2007-09-22 23:45 UTC by Ed Catmur
Modified: 2007-09-27 22:46 UTC (History)
1 user (show)

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


Attachments
no-gtk-disable-deprecated.patch (no-gtk-disable-deprecated.patch,311 bytes, patch)
2007-09-22 23:48 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-09-22 23:45:52 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I../../libegg/util -DEGG_COMPILATION -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -ggdb -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow -Wall -MT eggstatusicon.lo -MD -MP -MF .deps/eggstatusicon.Tpo -c eggstatusicon.c  -fPIC -DPIC -o .libs/eggstatusicon.o
eggstatusicon.c:67: error: expected specifier-qualifier-list before 'GtkTooltips'

GTK_DISABLE_DEPRECATED, again.
Comment 1 Ed Catmur 2007-09-22 23:48:41 UTC
Created attachment 131662 [details, diff]
no-gtk-disable-deprecated.patch
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-23 10:35:53 UTC
-DGDK_DISABLE_DEPRECATED needs to vanish as well.
Comment 3 Wulf Krueger (RETIRED) gentoo-dev 2007-09-27 22:46:30 UTC
Thanks, fixed in CVS.