[mythtv] [mythtv-commits] Ticket #4064: NVidia OpenGL undefined reference to glXGetProcAddress in SVN14639

Pekka Jääskeläinen pekka.jaaskelainen at gmail.com
Fri Jan 4 09:38:36 UTC 2008


On Oct 14, 2007 12:50 AM, MythTV <mythtv at cvs.mythtv.org> wrote:
>  (In [14680]) Fixes #4078. Refs #4064. Fixes C++ scope error in [14643], a
>  backport of glXGetProcAddress functionality from trunk.

FWIW, compilation still breaks (at least with the multirec branch) on
Ubuntu Gutsy
with the legacy Nvidia driver. The problem can be fixed by forcing the
GL headers to not
define GLX_VERSION_1_4 (because the driver seems not to support the 1.4 API).

Just comment out the define from files /usr/include/GL/{glext.h,gl.h}:

grep -n "define GLX_VERSION_1_4" *.h
glxext.h:420://#define GLX_VERSION_1_4 1
glx.h:62://#define GLX_VERSION_1_4

-- 
--PJ


More information about the mythtv-dev mailing list