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 319805 - Missing include in dvdreadsrc.c
Missing include in dvdreadsrc.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.x
Other Linux
: Normal normal
: 0.8.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-26 01:12 UTC by Bob Kashani
Modified: 2005-10-26 21:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Add missing include in ext/dvdread/dvdreadsrc.c (318 bytes, patch)
2005-10-26 01:15 UTC, Bob Kashani
rejected Details | Review

Description Bob Kashani 2005-10-26 01:12:10 UTC
Distribution/Version: FC4

Build gst-plugins using libdvdread from cvs.
Comment 1 Bob Kashani 2005-10-26 01:15:26 UTC
Created attachment 53894 [details] [review]
Add missing include in ext/dvdread/dvdreadsrc.c

Patch that adds the missing include.
Comment 2 Tim-Philipp Müller 2005-10-26 07:58:13 UTC
What's the exact error you're getting?

(And what OS/distro/platform/compiler/compiler version?)
Comment 3 Bob Kashani 2005-10-26 20:29:34 UTC
Linux/Fedora 4/i686/gcc-4.0.1-4.fc4

libdvdread-0.9.4-8cvs.2.fc4 (from freshrpms.net)

This is the error:

In file included from dvdreadsrc.c:43:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include <inttypes.h>
or <stdint.h> before any libdvdread header."
In file included from dvdreadsrc.c:43:
/usr/include/dvdread/ifo_types.h:68: error: syntax error before 'uint8_t'
Comment 4 Tim-Philipp Müller 2005-10-26 21:14:09 UTC
Thanks, just making sure it's what I think it is.

We generate our own _stdint.h during ./configure (via AX_CREATE_STDINT_H), and
including that is probably the most portable way to fix this.

Should be fixed in CVS (0.8 branch) now.

 Cheers
  -Tim