[mythtv] DVB Compile with linux-2.6.0-test11 fails...

Isaac Richards ijr at po.cwru.edu
Wed Dec 17 22:03:38 EST 2003


On Wednesday 17 December 2003 09:45 pm, Kenneth Aafløy wrote:
> Hi,
>
> I tried to compile MythTV (CVS tag release-0-13) with DVB support
> enabled, and so pointed the include directive in settings.pro to my
> linux-2.6.0-test11 include directory. However, when the compilation gets
> to the videoout_xv.cpp file, it fails with __attribute__ something. The
> include file inttypes.h is mentioned in the error message, and I suspect
> it is the culprint. Aint inttypes.h a implementation specific header
> file, included by stdint.h?

On my machine, at least, inttypes.h includes stdint.h..  They're both C99 
headers, though, so one's no more standard than the other.  stdint.h should 
_probably_ suffice in most situations.

Isaac


More information about the mythtv-dev mailing list