|
From: Joe K. <kr...@ni...> - 2011-02-28 21:00:34
|
David Lowe <doctorjlowe <at> verizon.net> writes: > Coot is failing to build on Tiger since at least December the 8th > [see thread "Fink fails installing Coot" on the user's list]. GL_FOG_COORD_SRC is an OpenGL macro, an alias for GL_FOG_COORDINATE_SOURCE, defined in <GL/glext.h>. I think it is obsolete in newer OpenGL revisions, in which case some macro may need to be defined before including the GL headers, or perhaps can be changed to GL_FOG_COORDINATE_SOURCE. |