https://bugs.freedesktop.org/show_bug.cgi?id=50480
--- Comment #3 from Droste <tdro...@gmx.de> 2012-05-30 11:49:19 PDT --- just to clarify what is going on: what should work, but does not: 1. git clean -fdx 2. autogen.sh .... 3. make && make install 4. make clean 5. autogen.sh --enable-32-bit ... 6. make -> fails what still does work is: 1. git clean -fdx 2. autogen.sh .... 3. make && make install 4. git clean -fdx 5. autogen.sh --enable-32-bit ... 6. make && make install -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev