GNOME Bugzilla – Bug 543846
[resindvd] Impossible to build from the first configure run because of _stdint.h
Last modified: 2008-07-21 21:15:27 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.
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.
I agree, the dvdread check should just go, and we depend on a recent enough libdvdnav that includes those pieces.
Created attachment 114879 [details] [review] remove nav_print.h check
Ok, then let's do it ;)
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