On Mon, Jul 18, 2011 at 8:05 AM, Brian Paul <bri...@vmware.com> wrote: > On 07/17/2011 03:50 PM, Marty Jack wrote: >> >> Another problem in the RC1 tarballs appears to be src/mesa/depend. This >> contains a pile of references to >> /usr/lib/gcc/x86_64-redhat-linux/4.6.0/include and will fail if you are not >> on that system. >> >> With that removed I am able to build the RC1 tarballs, but that doesn't >> mean there isn't something else wrong in the parts that I didn't build. > > The depend files included in the tarball should be empty files. Looks like > one of the recent changes to the top-level Makefile lost the 'tarballs' > dependency on 'rm_depend'. > > I'll see if I can fix this later.
Actually, we should just omit the 'depend' files from the tarball. In the makefiles we're using -include so there should be no harm if they're missing (but they should be regenerated at compile time anyway). -Brian _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev