On Jan 7, 2008 1:45 PM, zux <[EMAIL PROTECTED]> wrote: > > ok MesaLib now compiled with no problems, but xorg-server still fails on > the configure script: > > Creating destination directories for mesa module ... > > error: Source directory /sources/Mesa-6.5.3/src/mesa/array_cache does > > not exist > > configure: error: Failed to link Mesa source tree. Please specify a proper > > path to Mesa sources, or disable GLX. > > the source is in /sources/Mesa-6.5.3/ but there realy is no such file as > array_cache in the location mentioned
Yeah, that's part of the problem with changing Mesa versions. The xorg-server source is hacked up so that it can build some internal parts of Mesa to build the GLX module. However, the filenames are hardcoded into the Makefiles, so if the Mesa developers change any names (delete/rename a file), then the build breaks. That's why I suggested using Mesa-6.5.2 as the surefire build. On the other hand, you could probably just use 6.5.2 for the xorg part and leave 6.5.3 installed. I doubt the GLX interfaces changed significantly between those releases. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
