Summary: | glext.h:412:25: error: redefinition of typedef 'PFNGLBLENDCOLORPROC' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | brianp |
Version: | git | Keywords: | regression |
Hardware: | x86-64 (AMD64) | ||
OS: | NetBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2013-10-16 19:12:50 UTC
Hi Vinson, If you remove lines 1739-1740 in gl.h does that fix this? (In reply to comment #1) > > If you remove lines 1739-1740 in gl.h does that fix this? Yes, removing those two lines fixes the build. diff --git a/include/GL/gl.h b/include/GL/gl.h index 975cfe8..babb746 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1736,8 +1736,6 @@ GLAPI void GLAPIENTRY glSeparableFilter2D( GLenum target, GLAPI void GLAPIENTRY glGetSeparableFilter( GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span ); -typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); -typedef void (APIENTRYP PFNGLBLENDEQUATIONPROC) (GLenum mode); Fixed with commit a36f7e651e947ff14dbbd242b1d9ab160442c532 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.