I ran into this a few days ago.&nbsp; All that needs to be added is &quot;#include &lt;GL/glext.h&gt;&quot; in renderer/tr_image.c and win32/win_glimp.c.<br><br>Attached is a diff to fix this.&nbsp; I'm unsure if there's a particular style of patches/code that should be adhered to, so someone review it.
<br><br>Matt<br><br><div><span class="gmail_quote">On 4/24/06, <b class="gmail_sendername">Henry Garcia</b> &lt;<a href="mailto:defsyn@gmail.com">defsyn@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">Here's part of the std and stderr output:<br><br>gcc&nbsp; -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes -DUSE_OPENAL=1 -DUSE_OPENAL_DLOPEN=1 -m32 -DUSE_LOCAL_HEADERS=1 -DNDEBUG -O3 -march=i586 -fomit-frame-pointer -ffast-math -falign-loops=2 -funroll-loops -falign-jumps=2 -falign-functions=2 -fstrength-reduce -MMD -o build/release-mingw32-x86/client/tr_image.o -c code/renderer/tr_image.c&nbsp;&nbsp;&nbsp; -DDONT_TYPEDEF_INT32
<br>code/renderer/tr_image.c: In function `Upload32':<br>code/renderer/tr_image.c:703: error: `GL_TEXTURE_MAX_ANISOTROPY_EXT' undeclared (first use in this function)<br>code/renderer/tr_image.c:703: error: (Each undeclared identifier is reported only once
<br>code/renderer/tr_image.c:703: error: for each function it appears in.)<br>make[1]: *** [build/release-mingw32-x86/client/tr_image.o] Error 1<br>make[1]: Leaving directory `/cygdrive/c/msys/1.0/home/Henry/programs/quake/quake3'
<br>make: *** [build_release] Error 2<br><br>Been doing this for about the last 6 or so subversions.<br><br>Hank<br>

</div></blockquote></div><br>