Re: [XFree86] SOXXFREE86MISCREV

2007-02-19 Thread Marc Aurele La France
On Fri, 16 Feb 2007, Frank J. R. Hanstick wrote: The build process advanced to the following: In file included from /System/Library/Frameworks/OpenGL.framework/Headers/CGLContext.h:9, from dri_driver.h:43, from dri_driver.c:69: /System/Library/Frameworks

Re: [XFree86] SOXXFREE86MISCREV

2007-02-19 Thread Frank J. R. Hanstick
Hello, The definition of GLchar is in /System/Library/Frameworks/ OpenGL.framework/Headers/gl.h; however, gl.h is also in xc/include/GL which is checked first. This is a problem with having several include sources within a build. I do not know how the gl.h in xc/ Include/Gl is generated (

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 wou

[XFree86] VENDOR_RELEASE

2007-02-19 Thread Frank J. R. Hanstick
Hello, Farther down in the build, the following error occurred: darwin.c: In function 'DarwinPrintBanner': darwin.c:149: error: 'VENDOR_RELEASE' undeclared (first use in this function) darwin.c:149: error: (Each undeclared identifier is reported only once darwin.c:149: error: for each