Hi, first off I'd like to know if this is the right place to report such compile errors or if there is a bug database somewhere.
make install of X from current CVS results in an error because two header files cannot be found. They exist but at another place than where they are looked for. installing in lib/GL/mesa/src/OSmesa... make[4]: Entering directory /usr/local/src/X/xc/lib/GL/mesa/src/OSmesa' gcc -m32 -c -o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.o ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S In file included from ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:42: ../../../../../lib/GL/mesa/src/X86/matypes.h:9:22: assyntax.h: No such file or directory ../../../../../lib/GL/mesa/src/X86/common_x86_asm.S:43:33: common_x86_features.h: No such file or directory make[4]: *** [../../../../../lib/GL/mesa/src/X86/common_x86_asm.o] Error 1 neon:/usr/local/src/X/xc# find ./ -name "assyntax.h" ./extras/Mesa/src/X86/assyntax.h ./programs/Xserver/hw/xfree86/os-support/assyntax.h neon:/usr/local/src/X/xc# find ./ -name "common_x86_features.h" ./extras/Mesa/src/X86/common_x86_features.h Regards, Axel Siebenwirth _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
