https://bugs.freedesktop.org/show_bug.cgi?id=51335
Bug #: 51335 Summary: Compile Error: GL/gl.h: No such file or directory Classification: Unclassified Product: Mesa Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: ullysses.a.e...@intel.com CC: e...@anholt.net 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. -- 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