Apologies for an apparent salvo of e-mails. Here&#39;s one proposed option. Hasn&#39;t been tested thoroughly but so far it appears to work ok:<br><br>--- GemGL.h~&nbsp;&nbsp;&nbsp; 2006-09-26 05:56:33.000000000 -0400<br>+++ GemGL.h&nbsp;&nbsp;&nbsp;&nbsp; 2007-02-19 17:09:
03.000000000 -0500<br>@@ -53,6 +53,9 @@<br>&nbsp; * so, if your system lacks GL/glext.h,<br>&nbsp; * just undefine the appropriate line in Base/configNT.h<br>&nbsp; */<br>+<br>+#define GL_GLEXT_VERSION 21<br>+<br>&nbsp;#&nbsp; if&nbsp; (!defined GL_GLEXT_VERSION)
<br>&nbsp;#&nbsp;&nbsp; include &lt;GL/glext.h&gt;<br>&nbsp;#&nbsp; endif /* GL_GLEXT_VERSION */<br><br>(namely by adding GL_GLEXT_VERSION 21 which corresponds to OpenGL 1.5)<br><br>This would still keep ARB enabled in those files, rather than totally obliterating them...
<br><br>This is however a brute force fix for buggy fglrx drivers. Would it be perhaps possible to have a configure option, i.e. --force-gl-1.5 or something like that which would define this variable in this particular place? As I mentioned earlier I am not too familiar with the configure scripts so if this is to be ok&#39;d by Iohannes and others, I would greatly appreciate it if someone else did the part of integrating it.
<br><br>Many thanks!<br><br>Best wishes,<br><br>Ico<br><br>