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 627297 - [regression] build-failure
[regression] build-failure
Status: RESOLVED DUPLICATE of bug 625001
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.30
Other Linux
: Normal critical
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-18 19:50 UTC by David Ronis
Modified: 2010-08-19 06:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2010-08-18 19:50:10 UTC
I'm in the midst of building gnome-2.31.90 in a garnome environment (which means I use released tarballs).  The build dies with:

  CC     test_colorkey-test-colorkey.o
test-colorkey.c:48:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
test-colorkey.c: In function 'redraw_overlay':
test-colorkey.c:58:3: warning: implicit declaration of function 'gdk_draw_rectangle'
test-colorkey.c:58:3: warning: nested extern declaration of 'gdk_draw_rectangle'
test-colorkey.c:58:36: error: 'GtkStyle' has no member named 'white_gc'
test-colorkey.c:61:7: error: 'trans_gc' undeclared (first use in this function)
test-colorkey.c:61:7: note: each undeclared identifier is reported only once for each function it appears in
test-colorkey.c:70:11: warning: implicit declaration of function 'gdk_draw_point'
test-colorkey.c:70:11: warning: nested extern declaration of 'gdk_draw_point'
test-colorkey.c: In function 'msg_state_changed':
test-colorkey.c:140:11: error: 'trans_gc' undeclared (first use in this function)
test-colorkey.c:140:11: warning: implicit declaration of function 'gdk_gc_new'
test-colorkey.c:140:11: warning: nested extern declaration of 'gdk_gc_new'
test-colorkey.c:141:11: warning: implicit declaration of function 'gdk_gc_set_rgb_fg_color'
test-colorkey.c:141:11: warning: nested extern declaration of 'gdk_gc_set_rgb_fg_color'
make[6]: *** [test_colorkey-test-colorkey.o] Error 1
make[6]: Leaving directory `/home/ronis/Project/notar/GNOME/garnome/desktop/gst-plugins-base/work/main.d/gst-plugins-base-0.10.30/tests/icles'
Comment 1 Edward Hervey 2010-08-19 06:03:19 UTC
Fixed in git with the following commit

http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=c1982cd6fe7ed111ee85d8e9b85365ecf72ccaf4

examples: Use cairo instead of to-be-deprecated GDK API
Fixes bug #625001.
Comment 2 Edward Hervey 2010-08-19 06:03:52 UTC

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