Bisect bad commit result: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95836b46e77abfe5411922eb7cf71a18c028f42a Issue Summary: Mesa master (d988ea5e810868244eb1a1e7ede32295c9ed9ad4) does not compile... the following error occurs: In file included from ../x86/gen_matypes.c:40:0: ../../../src/mesa/main/glheader.h:53:19: fatal error: GL/gl.h: No such file or directory compilation terminated. Steps: 1. clone mesa master 2. ensure mesa-GL-devel package is not installed on your system. 3. ./autogen.sh --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi 4. make -j4 Result: make -j4 fails with the aforementioned error.
Created attachment 63349 [details] bisect/compile log
Created attachment 63350 [details] [review] Possible fix Possible fix, see http://lists.freedesktop.org/archives/mesa-dev/2012-June/023158.html
Created attachment 63353 [details] [review] proper patch
Created attachment 63354 [details] [review] fix space problem
Committed as 78ac9af58021b7cc649c35fda112f61c98b31766. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.