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 104766 - dvdnavsrc doesn't compile
dvdnavsrc doesn't compile
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.0
Other All
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-29 23:40 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2003-01-29 23:40:07 UTC
dvdnavsrc doesn't compile with dvdnav-0.1.4. 0.1.3 works correctly.

cc1: warnings being treated as errors
dvdnavsrc.c: In function `dvdnavsrc_tca_seek':
dvdnavsrc.c:448: warning: implicit declaration of function
`dvdnav_get_number_of_programs'
dvdnavsrc.c: In function `dvdnavsrc_pointer_select':
dvdnavsrc.c:594: warning: passing arg 2 of `dvdnav_mouse_select' makes
pointer from integer without a cast
dvdnavsrc.c:594: too few arguments to function `dvdnav_mouse_select'
dvdnavsrc.c: In function `dvdnavsrc_pointer_activate':
dvdnavsrc.c:600: warning: passing arg 2 of `dvdnav_mouse_activate' makes
pointer
from integer without a cast
dvdnavsrc.c:600: too few arguments to function `dvdnav_mouse_activate'
dvdnavsrc.c: In function `dvdnavsrc_user_op':
dvdnavsrc.c:612: too few arguments to function `dvdnav_upper_button_select'
dvdnavsrc.c:617: too few arguments to function `dvdnav_lower_button_select'
dvdnavsrc.c:622: too few arguments to function `dvdnav_left_button_select'
dvdnavsrc.c:627: too few arguments to function `dvdnav_right_button_select'
dvdnavsrc.c:632: too few arguments to function `dvdnav_button_activate'
make[3]: *** [libgstdvdnavsrc_la-dvdnavsrc.lo] Error 1
Comment 1 Ronald Bultje 2003-01-29 23:53:52 UTC
On closer inspection, I appeared to use a current-CVS kind of RPM
(dl'ed from freshrpms) instead of a proper release, meaning this is
just nonsense. There is no 0.1.4 libdvdnav. Thanks to Dave for
pointing this out to me.

I'll re-kick this bug when 0.1.4 is released. ;).