
pekka.jaaskelainen at gmail
Jan 4, 2008, 1:38 AM
Post #1 of 1
(524 views)
Permalink
|
|
Re: [mythtv-commits] Ticket #4064: NVidia OpenGL undefined reference to glXGetProcAddress in SVN14639
|
|
On Oct 14, 2007 12:50 AM, MythTV <mythtv [at] cvs> 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 _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|