[Mesa-dev] [Bug 51335] New: Compile Error: GL/gl.h: No such file or directory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 22 08:06:34 PDT 2012


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 at lists.freedesktop.org
        ReportedBy: ullysses.a.eoff at intel.com
                CC: eric at 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.


More information about the mesa-dev mailing list