Hi,
I have a Lenovo T60p laptop running 32 bit Fedora 17, and this patch
fixes makedepend's behaviour when generating the src/mesa/depends file.
Prior to this patch, makedepend had hung while still consuming 100% of
the CPU. Strangely, none of the other PCs that I compile Mesa on are
affected by this problem, despite all of them running Fedora 17 too!
For reference, here is the command line I configure Mesa with:
CFLAGS='-O2 -g -gdwarf-2' ./autogen.sh --prefix=$HOME/local-mesa
--with-gallium-drivers=swrast,r300,r600 --with-dri-drivers=
--enable-texture-float --enable-gallium-g3dvl --enable-32-bit
Cheers,
Chris
P.S. Has anyone tried compiling 32 bit Mesa on a 64 bit machine recently?
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h
index b67f046..fdfa8ce 100644
--- a/src/mesa/main/mfeatures.h
+++ b/src/mesa/main/mfeatures.h
@@ -24,7 +24,7 @@
/**
- * \file mfeatures.h
+ * file mfeatures.h
* Flags to enable/disable specific parts of the API.
*/
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev