[mythtv] gcc 3.x compile
Daniel Kristjansson
danielk at cuymedia.net
Thu Sep 20 00:45:48 UTC 2007
On Wed, 2007-09-19 at 21:55 +0000, Shane Boulter wrote:
> When trying to compile the svn version of myth on the xbox frontend I am
<snip>
> openglcontext.cpp:419: error: `GL_FRAGMENT_PROGRAM_ARB' undeclared
> (first use
> this function)
Add this to your libs/libmythtv/util-opengl.h:
#ifndef GL_FRAGMENT_PROGRAM_ARB
#define GL_FRAGMENT_PROGRAM_ARB 0x8804
#endif
Then send me your next compile time error. Please send it
privately to my e-mail address and all apply all the fixes
at once when we've tackled all your compile time errors.
FYI The problem is not your compiler, but your OpenGL header
files. But this is a problem we want the MythTV compile to be
robust against.
-- Daniel
More information about the mythtv-dev
mailing list