GNOME Bugzilla – Bug 627297
[regression] build-failure
Last modified: 2010-08-19 06:03:52 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'
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.
*** This bug has been marked as a duplicate of bug 625001 ***