This commit to CVS doesn't compile for me: http://www.winehq.org/hypermail/wine-cvs/2004/04/0346.html
The part the doesn't compile is the replacement of glCompressedTexImage2DARB()
- glCompressedTexImage2DARB(gl_target, - ... + glCompressedTexImage2D(gl_target, + ...
The old name compiled fine for me; changing it back fixes the compile. This is on RH7.3.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tuesday 27 April 2004 22:33, Duane Clark wrote:
This commit to CVS doesn't compile for me: http://www.winehq.org/hypermail/wine-cvs/2004/04/0346.html
The part the doesn't compile is the replacement of glCompressedTexImage2DARB()
glCompressedTexImage2DARB(gl_target,
- ...
glCompressedTexImage2D(gl_target,
- ...
The old name compiled fine for me; changing it back fixes the compile. This is on RH7.3.
Yes, you have an old (too old?) GL header. I have just sent a patch to fix it
Regards, Raphael