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 _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr