From: Allen B. <ba...@lo...> - 2001-07-09 12:09:02
|
"Sven M. Hallberg" wrote: > > On Sun, Jul 08, 2001 at 11:04:43AM -0400, Allen Barnett wrote: > > Hi, > > > > Sorry to be a pest. I did a fresh check out and build of the current CVS > > version of Mesa. The build fails in the src/OSMesa directory: > > Oh, please continue productive pestism. > OK :-) Here is an even more minor issue: 'make distclean' dies like this: ... Making distclean in X86 make[2]: Entering directory `/home/src/Mesa/src/X86' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -g -O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fstrict-aliasing -malign-loops=2 -malign-jumps=2 -malign-functions=2 -D_REENTRANT -DPTHREADS -c gen_matypes.c In file included from gen_matypes.c:40: ../../src/glheader.h:72:18: conf.h: No such file or directory In file included from ../../src/mtypes.h:33, from gen_matypes.c:41: ../../src/config.h:38:18: conf.h: No such file or directory make[2]: *** [gen_matypes.o] Error 1 make[2]: Leaving directory `/home/src/Mesa/src/X86' ... If you fix this, though, please don't revert to requiring me to remmber to rebuild matypes.h by hand :-) Thanks, Allen |