On Sun, Oct 08, 2006 at 10:04:05PM +0200, Michel Dänzer wrote:
> On Sun, 2006-10-08 at 01:19 +0200, Jérémy Bobbio wrote:
> > 
> > Here's what I have found while trying to fix pdl FTFBS:
> > 
> >  * The line with "GLvoid T_VOID" in Graphics/TriD/OpenGL/typemap is
> >    buggy.  xsubpp does not know the T_VOID typekind.
> > 
> >  * It was never triggered before the GL/gl.h header included in Mesa
> >    6.5.1 (relevant lines added in revision 1.127 [1]), as no other
> >    functions had a return type of GLvoid before. 
> > 
> > Changing the return type of glClearDebugLogMESA() and
> > glGetDebugLogMESA() from "GLvoid" to "void" allowed pdl to build.
> > 
> > The meaning of the "void" type is completely hard-coded into xsubpp.
> > IMHO, it seems harder to modify xsubpp than to modify GL/gl.h.
> > 
> > Any opinion about a correct fix for this issue?
> 
> You should bring this up on the [EMAIL PROTECTED] list.

I did. The fix was comited in revision 1.133 of GL/gl.h [1].

Could you include it in the Debian package?

[1]
http://webcvs.freedesktop.org/mesa/Mesa/include/GL/gl.h?r1=1.132&r2=1.133

Regards,
-- 
Jérémy

Attachment: signature.asc
Description: Digital signature

Reply via email to