PS: As jason have some compilation problems too as it use a specific gl.h
with a generic glext.h,
i'm thinking about not using anymore the gl/glext headers definitions (i'm too bored to fixes each mismatch headers declaration)
| In file included from basetexture.c:29: | d3d8_private.h:198: error: parse error before "PFNGLCOLORTABLEEXTPROC" | d3d8_private.h:198: warning: no semicolon at end of struct or union | d3d8_private.h:198: error: parse error before "glPointParameterfEXT" | d3d8_private.h:198: warning: type defaults to `int' in declaration of
`glPointParameterfEXT'
| d3d8_private.h:198: error: `glPointParameterfEXT' redeclared as different
kind of symbol
| /usr/include/GL/gl.h:2484: error: previous declaration of
`glPointParameterfEXT'
| d3d8_private.h:198: warning: data definition has no type or storage class | d3d8_private.h:198: error: parse error before "glPointParameterfvEXT"
This is exactly the problem I am having with patches beyond dx48
Any idea what patch Alexander is up to in cvs?
BTW Possibly a question for Alexander, but can we prefix the changelog with eg [dx48] when we have long patch sequences, as its hard keeping track of everything
Jason