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 543846 - [resindvd] Impossible to build from the first configure run because of _stdint.h
[resindvd] Impossible to build from the first configure run because of _stdint.h
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-20 12:47 UTC by Sebastian Dröge (slomo)
Modified: 2008-07-21 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove nav_print.h check (670 bytes, patch)
2008-07-20 21:21 UTC, Jan Schmidt
accepted-commit_now Details | Review

Description Sebastian Dröge (slomo) 2008-07-20 12:47:26 UTC
Hi,
resindvd is currently impossible to build after the first configure run of a source tree because the configure check tries to include _stdint.h. This header will only exist after configure has finished though.
Comment 1 Sebastian Dröge (slomo) 2008-07-20 13:10:20 UTC
No idea how to properly fix this though as _stdint.h could even contain manual typedefs for the types if no usable system header is found.

Maybe the check for dvdread/nav_print.h should be removed as it's just a workaround for broken distro packaging from what I understood.
Comment 2 Jan Schmidt 2008-07-20 21:21:28 UTC
I agree, the dvdread check should just go, and we depend on a recent enough libdvdnav that includes those pieces.
Comment 3 Jan Schmidt 2008-07-20 21:21:53 UTC
Created attachment 114879 [details] [review]
remove nav_print.h check
Comment 4 Sebastian Dröge (slomo) 2008-07-21 10:14:00 UTC
Ok, then let's do it ;)
Comment 5 Jan Schmidt 2008-07-21 21:15:27 UTC
2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>

        * configure.ac:
        Don't check for nav_print.h any more - it should be included in
        the libdvdnav development package if libdvdnav headers depend on it.
        Fixes: #543846