From: Brian P. <br...@va...> - 2001-02-12 19:07:55
|
"Sven M. Hallberg" wrote: > > Greetings, > > I have rearranged the configure.in to work with autoconf v2.13 again. > Unfortunately it is now no longer possible to use configure to compile a Mesa > with missing GLUT and/or demo source directories. However, one might consider > making those seperate packages, thus giving them their own configure script... > But that's another story. As sophisticated as autoconf is, I'm surprised that you can't detect whether or not src-glut/, demos/, etc. exist at compile time. > Anyways, my first show at building died with cpp unable to find > GL/include/glcore.h, included from glheader.h. I have not been able to find > that file anywhere, however my old locate db indicated it used to reside > in the Mesa src/ dir. Am I missing something or is this a bug? As Keith said, it's in Mesa/include/GL/internal/glcore.h. -Brian |