[vdr] Problem with dvd plugin.. Anyone know how to fix?
Anssi Hannula
anssi.hannula at gmail.com
Sun Jun 1 13:09:13 CEST 2008
VDR User wrote:
> Recently I've been getting the following error when compiling the dvd plugin:
>
> /usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include
> <inttypes.h> or <stdint.h> before any libdvdread header."
>
> This is with debian sid, gcc-3.4 and gcc-4.2, and dvd-0.3.6-b04. I
> tried to add #include <inttypes.h> into the beginning of
> /usr/include/dvdread/ifo_types.h but it had no affect.
>
> Many thanks for your help!
You probably need to define __STDC_LIMIT_MACROS, e.g. add
-D__STDC_LIMIT_MACROS to compiler parameters.
--
Anssi Hannula
More information about the vdr
mailing list