Re: [XFree86] SOXXFREE86MISCREV

2007-02-28 Thread Marc Aurele La France
On Wed, 21 Feb 2007, Frank J. R. Hanstick wrote: On Feb 21, 2007, at 8:37 AM, Marc Aurele La France wrote: On Mon, 19 Feb 2007, Frank J. R. Hanstick wrote: The modified supplied gl.h is in xc/extras/Mesa/include/GL and the modification is as follows: /* * Added from gl.h found in

Re: [XFree86] SOXXFREE86MISCREV

2007-02-21 Thread Marc Aurele La France
On Mon, 19 Feb 2007, Frank J. R. Hanstick wrote: The modified supplied gl.h is in xc/extras/Mesa/include/GL and the modification is as follows: /* * Added from gl.h found in frameworks */ #ifndef GL_TYPEDEFS_2_0 #define GL_TYPEDEFS_2_0 typedef char GLchar; #endif This is a work around;

Re: [XFree86] SOXXFREE86MISCREV

2007-02-19 Thread Frank J. R. Hanstick
Hello, The modified supplied gl.h is in xc/extras/Mesa/include/GL and the modification is as follows: /* * Added from gl.h found in frameworks */ #ifndef GL_TYPEDEFS_2_0 #define GL_TYPEDEFS_2_0 typedef char GLchar; #endif This is a work around; however, I believe the actual correction