[mythtv] Compile issues with latest SVN

David david at unsolicited.net
Wed Oct 29 21:15:52 UTC 2008


Anduin Withers wrote:
> /libs/libmythtv/util-opengl.cpp
>> - this won't compile for me as I don't have any opengl options  
>> enabled. Should this actually be compiled?
>>     
>
> If it is compiling then using_opengl is in your config.mak. It should 
> have only ended up there if you have GL/gl.h in your include path and 
> the GL libs. If it is a GL header version problem when compiling 
> util-opengl, well more info would be needed.
>
>   
Spot on. If I do the following, then everything compiles just fine. I do
have an ancient copy of opengl headers (5.0.1) installed, but this has
never been an issue before.

--- configure   (revision 18933)
+++ configure   (working copy)
@@ -1055,7 +1055,6 @@
     bindings_python
     darwin_da
     dvdv
-    opengl
 '


Cheers
David



More information about the mythtv-dev mailing list