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!