Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193446 - media-libs/libquicktime-1.0.0 compile failure with gtk+-2.12.0: expected specifier-qualifier-list before ‘GtkTooltips’
Summary: media-libs/libquicktime-1.0.0 compile failure with gtk+-2.12.0: expected spec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 193577 194535 198136 (view as bug list)
Depends on:
Blocks: gtk-2.12-tracker
  Show dependency tree
 
Reported: 2007-09-22 19:29 UTC by Ed Catmur
Modified: 2007-11-05 07:42 UTC (History)
4 users (show)

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


Attachments
no-gtk-disable-deprecated.patch (no-gtk-disable-deprecated.patch,305 bytes, patch)
2007-09-22 19:34 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 19:29:56 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include   -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   -DGTK_DISABLE_DEPRECATED -DLOCALE_DIR=\"/usr/share/locale\" -ggdb -O1 -O2 -O3 -pipe -march=athlon-xp -mmmx -msse -m3dnow  -finline-functions -Wall -Winline -MT libquicktime_config.o -MD -MP -MF .deps/libquicktime_config.Tpo -c -o libquicktime_config.o libquicktime_config.c
In file included from lqt_gtk.c:2:
lqt_gtk.h:24: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.h:28: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.h:50: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.c: In function ‘set_combo_tooltip’:
lqt_gtk.c:167: warning: implicit declaration of function ‘gtk_tooltips_set_tip’
lqt_gtk.c:167: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c: At top level:
lqt_gtk.c:184: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.c: In function ‘lqtgtk_create_parameter_widget’:
lqt_gtk.c:188: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:188: error: ‘tooltips’ undeclared (first use in this function)
lqt_gtk.c:188: error: (Each undeclared identifier is reported only once
lqt_gtk.c:188: error: for each function it appears in.)
lqt_gtk.c:200: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:219: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:236: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:263: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:284: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c:292: error: ‘LqtGtkParameterWidget’ has no member named ‘tooltips’
lqt_gtk.c: At top level:
lqt_gtk.c:346: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.c: In function ‘create_table’:
lqt_gtk.c:361: error: ‘tooltips’ undeclared (first use in this function)
lqt_gtk.c:361: error: too many arguments to function ‘lqtgtk_create_parameter_widget’
lqt_gtk.c: In function ‘lqtgtk_create_codec_config_widget’:
lqt_gtk.c:394: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:394: warning: implicit declaration of function ‘gtk_tooltips_new’
lqt_gtk.c:395: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:400: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:438: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:438: error: too many arguments to function ‘create_table’
lqt_gtk.c:456: error: ‘LqtGtkCodecConfigWidget’ has no member named ‘tooltips’
lqt_gtk.c:456: error: too many arguments to function ‘create_table’
In file included from libquicktime_config.c:2:
lqt_gtk.h:24: error: expected specifier-qualifier-list before ‘GtkTooltips’
lqt_gtk.h:28: error: expected declaration specifiers or ‘...’ before ‘GtkTooltips’
lqt_gtk.h:50: error: expected specifier-qualifier-list before ‘GtkTooltips’
distcc[15602] ERROR: compile lqt_gtk.c on localhost failed
make[3]: *** [lqt_gtk.o] Error 1
Comment 1 Ed Catmur 2007-09-22 19:30:46 UTC
Defines -DGTK_DISABLE_DEPRECATED and falling over the old tooltips API - bug 193369.
Comment 2 Ed Catmur 2007-09-22 19:34:16 UTC
Created attachment 131633 [details, diff]
no-gtk-disable-deprecated.patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-09-23 11:28:14 UTC
Fixed, thanks.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-09-24 06:04:15 UTC
*** Bug 193577 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-10-02 21:12:51 UTC
*** Bug 194535 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-11-05 07:42:58 UTC
*** Bug 198136 has been marked as a duplicate of this bug. ***