Raphael wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tuesday 01 June 2004 15:46, Saulius Krasuckas wrote:
Am I the only NVidia owner who has this problem? I did 'make clean' and 'cvs -PAd' and now am getting following:
<snip>
utils.c:1605: `GL_MODULATE_ADD_ATI_EXT' undeclared (first use in this function) utils.c:1605: (Each undeclared identifier is reported only once
<snip>
Patch of cause is http://cvs.winehq.org/patch.py?id=12484 . Nothing changed in my NVidia drivers setup, nor in GL headers on my system AFAIK.
<snip>
Help :)
Hi,
You can use attached patch
Thanks for the patch.
Christian think that all people sould have ATI or Mesa headers :)
:-) This has nothing to do with ATI or Mesa headers. I've mistakenly used the useext macro (curse on me) that do not add any suffixe on by box because my headers are OpenGL 1.3 compliants. For other headers _EXT or _ARB may be added resulting in a compilation error.
Christian