[Mesa-dev] [Bug 50480] Commit f9d1562 breaks x86 build after x86_64 build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 30 11:49:19 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=50480

--- Comment #3 from Droste <tdroste at 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.


More information about the mesa-dev mailing list