After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632685 - gst-plugins-base doesn't build with gtk+3
gst-plugins-base doesn't build with gtk+3
Status: RESOLVED DUPLICATE of bug 625001
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.30
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-20 12:04 UTC by Lucas Rocha
Modified: 2010-10-20 12:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lucas Rocha 2010-10-20 12:04:05 UTC
Build error:

  CC     test_colorkey-test-colorkey.o
test-colorkey.c:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
test-colorkey.c: In function ‘redraw_overlay’:
test-colorkey.c:58: warning: implicit declaration of function ‘gdk_draw_rectangle’
test-colorkey.c:58: warning: nested extern declaration of ‘gdk_draw_rectangle’
test-colorkey.c:58: error: ‘GtkStyle’ has no member named ‘white_gc’
test-colorkey.c:61: error: ‘trans_gc’ undeclared (first use in this function)
test-colorkey.c:61: error: (Each undeclared identifier is reported only once
test-colorkey.c:61: error: for each function it appears in.)
test-colorkey.c:70: warning: implicit declaration of function ‘gdk_draw_point’
test-colorkey.c:70: warning: nested extern declaration of ‘gdk_draw_point’
test-colorkey.c: In function ‘msg_state_changed’:
test-colorkey.c:140: error: ‘trans_gc’ undeclared (first use in this function)
test-colorkey.c:140: warning: implicit declaration of function ‘gdk_gc_new’
test-colorkey.c:140: warning: nested extern declaration of ‘gdk_gc_new’
test-colorkey.c:141: warning: implicit declaration of function ‘gdk_gc_set_rgb_fg_color’
test-colorkey.c:141: warning: nested extern declaration of ‘gdk_gc_set_rgb_fg_color’
make[3]: ** [test_colorkey-test-colorkey.o] Erro 1

It would be nice if we could fix that for GNOME's 2.91.1 release.
Comment 1 Sebastian Dröge (slomo) 2010-10-20 12:13:15 UTC

*** This bug has been marked as a duplicate of bug 625001 ***