[mythtv] CVS Compile Error

Daniel Kristjansson danielk at cat.nyu.edu
Thu Apr 28 02:42:26 UTC 2005


On Wed, 2005-04-27 at 22:11 -0400, Rob Rosenfeld wrote:
> Get this with and without XvMC enabled.

First make sure your cvs is up to date, especially
  libs/libavcodec/xvmc_render.h

Then see you can compile this file

main.cpp:

int main()
{
#ifndef __cplusplus
#    error My compiler does not define __cplusplus
#endif
    return 0;
}

If it doesn't compile report back to me with the gcc version.

-- Daniel



More information about the mythtv-dev mailing list