GNOME Bugzilla – Bug 722083
[dvb] compile problem
Last modified: 2014-01-13 08:33:57 UTC
gstdvbsrc.c: In function 'gst_dvbsrc_delsys_get_type': gstdvbsrc.c:298:6: error: 'SYS_DTMB' undeclared (first use in this function) gstdvbsrc.c:298:6: note: each undeclared identifier is reported only once for each function it appears in gstdvbsrc.c: In function 'gst_dvbsrc_class_init': gstdvbsrc.c:558:22: error: 'NO_STREAM_ID_FILTER' undeclared (first use in this function) gstdvbsrc.c:558:11: error: passing argument 6 of 'g_param_spec_int' makes integer from pointer without a cast [-Werror] In file included from /usr/include/glib-2.0/glib-object.h:30:0, from /usr/local/include/gstreamer-1.0/gst/gstenumtypes.h:7, from /usr/local/include/gstreamer-1.0/gst/gst.h:31, from gstdvbsrc.h:5, from gstdvbsrc.c:43: /usr/include/glib-2.0/gobject/gparamspecs.h:999:13: note: expected 'gint' but argument is of type 'struct GEnumValue *' gstdvbsrc.c: In function 'gst_dvbsrc_init': gstdvbsrc.c:607:23: error: 'NO_STREAM_ID_FILTER' undeclared (first use in this function) gstdvbsrc.c:607:21: error: assignment makes integer from pointer without a cast [-Werror] gstdvbsrc.c: In function 'gst_dvbsrc_open_frontend': gstdvbsrc.c:1006:46: error: 'SYS_DTMB' undeclared (first use in this function) gstdvbsrc.c:1006:3: error: passing argument 2 of 'gst_dvbsrc_check_delsys' makes integer from pointer without a cast [-Werror] gstdvbsrc.c:870:1: note: expected 'guchar' but argument is of type 'struct GEnumValue *' gstdvbsrc.c: In function 'gst_dvbsrc_tune': gstdvbsrc.c:1575:35: error: 'DTV_STREAM_ID' undeclared (first use in this function) gstdvbsrc.c:1575:11: error: passing argument 3 of 'set_prop' makes integer from pointer without a cast [-Werror] gstdvbsrc.c:1457:1: note: expected 'guint32' but argument is of type 'struct GEnumValue *' gstdvbsrc.c:1610:11: error: passing argument 3 of 'set_prop' makes integer from pointer without a cast [-Werror] Fixed by checking out e34df021~1
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 721869 ***