http://qa.mandrakesoft.com/show_bug.cgi?id=4880
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2003-11-09 21:49 -------
It's really invalid.
Thanks for the comment.
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
In /usr/X11R6/include/GL/gl.h, ARB extensions can be used only if
GL_GLEXT_LEGACY is defined, which isn't the case when including this header.
The fix used by RedHat is to move "#if defined(GL_GLEXT_LEGACY)" after "#endif
/* GL_ARB_multitexture */"
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=97840 for further
information.