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 307036 - gst-plugins 0.8 branch failing to build against head cairo
gst-plugins 0.8 branch failing to build against head cairo
Status: RESOLVED DUPLICATE of bug 305524
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.x
Other Linux
: Urgent normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-09 16:10 UTC by Luis Villa
Modified: 2005-08-29 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Villa 2005-06-09 16:10:08 UTC
I'm trying to jhbuild head and getting:
gsttimeoverlay.c: In function 'gst_timeoverlay_setup':
gsttimeoverlay.c:211: error: too few arguments to function 'cairo_create'
cc1: warnings being treated as errors
gsttimeoverlay.c:213: warning: implicit declaration of function
'cairo_set_rgb_color_REPLACED_BY_cairo_set_source_rgb'
gsttimeoverlay.c:215: warning: implicit declaration of function
'cairo_select_font_REPLACED_BY_cairo_select_font_face'
gsttimeoverlay.c:216: warning: implicit declaration of function
'cairo_scale_font_REPLACED_BY_cairo_set_font_size'
gsttimeoverlay.c:218: warning: implicit declaration of function
'cairo_current_font_extents_REPLACED_BY_cairo_font_extents'
gsttimeoverlay.c: In function 'gst_timeoverlay_planar411':
gsttimeoverlay.c:269: warning: implicit declaration of function
'cairo_set_target_image_DEPRECATED_BY_cairo_image_surface_create_for_data'
gsttimeoverlay.c:274: warning: implicit declaration of function
'cairo_set_alpha_DEPRECATED_BY_cairo_set_source_rgba_OR_cairo_paint_with_alpha'
gsttimeoverlay.c:276: error: 'CAIRO_OPERATOR_SRC' undeclared (first use in this
function)
gsttimeoverlay.c:276: error: (Each undeclared identifier is reported only once
gsttimeoverlay.c:276: error: for each function it appears in.)
gsttimeoverlay.c:281: warning: pointer targets in passing argument 2 of
'cairo_text_extents' differ in signedness
gsttimeoverlay.c:285: warning: pointer targets in passing argument 2 of
'cairo_show_text' differ in signedness
make[3]: *** [libgstcairo_la-gsttimeoverlay.lo] Error 1
make[3]: Leaving directory `/home/louie/cvs/gst-plugins/ext/cairo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/louie/cvs/gst-plugins/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/louie/cvs/gst-plugins'
make: *** [all] Error 2
Comment 1 Luis Villa 2005-06-09 16:15:09 UTC
Retitling to make me look less stupid.
Comment 2 Michaël Arnauts 2005-06-09 16:46:27 UTC
Retitling will not help :)

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