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 676255 - [regression] build-failure in 0.11.91: gstcdparanoiasrc.c:368:40: error: 'SEEK_SET' undeclared
[regression] build-failure in 0.11.91: gstcdparanoiasrc.c:368:40: error: 'SE...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.11.x
Other Linux
: Normal critical
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-17 15:30 UTC by David Ronis
Modified: 2012-05-17 15:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2012-05-17 15:30:56 UTC
My build fails with 

gstcdparanoiasrc.c:368:40: error: 'SEEK_SET' undeclared.

Adding #include <stdio.h> to the top of the includes fixes the problem
Comment 1 Tim-Philipp Müller 2012-05-17 15:40:48 UTC
Thanks, fixed:

 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Thu May 17 16:38:58 2012 +0100

    cdparanoiasrc: include stdio.h for SEEK_SET
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676255