On Mon, Jan 01, 2001 at 05:27:00PM +0000, Jon Griffiths wrote:
> d3ddevice/mesa.c:37: redefinition of `PFNGLCOLORTABLEEXTPROC'
> /usr/X11R6/include/GL/glext.h:2131: `PFNGLCOLORTABLEEXTPROC' previously 
> declared here
> make[2]: *** [d3ddevice/mesa.o] Error 1
> 
> The problem is the code assumes that the definition of  
> `PFNGLCOLORTABLEEXTPROC will be wrapped in an ifdef GL_GLEXT_PROTOTYPES, but 
> this isn't true in this case.

Well, the redefinition IS wrapped by a #ifndef HAVE_GLEXT_PROTOTYPES in the
Wine source code... Now we need to find out why 'HAVE_GLEXT_PROTOTYPES' was
set to 'undefined' although you have the prototypes of the extensions...

Could you send me your 'config.log' and your glext.h file to see what
happens ?

          Lionel

-- 
               Lionel Ulmer   -   [EMAIL PROTECTED]
    My Advogato Wine diary : http://www.advogato.org/person/bbrox/

Reply via email to