Bug 53063

Summary: configure script lacks check for gl
Product: xorg Reporter: Dave Cameron <xorg>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: 7.7 (2012.06)   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Dave Cameron 2012-08-02 00:08:03 UTC
The configure script completed successfully, but when running make, the following error occurs:

make[2]: Entering directory `/root/src/xorg/xf86-video-ati-6.14.4/src'
  CC     ati.lo
  CC     atimodule.lo
  CCLD   ati_drv.la
  CC     radeon_accel.lo
In file included from radeon.h:76,
                 from radeon_accel.c:80:
/usr/include/GL/glxint.h:36:19: error: GL/gl.h: No such file or directory
In file included from radeon.h:76,
                 from radeon_accel.c:80:
/usr/include/GL/glxint.h:103: error: expected specifier-qualifier-list before ‘GLboolean’
make[2]: *** [radeon_accel.lo] Error 1
make[2]: Leaving directory `/root/src/xorg/xf86-video-ati-6.14.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/src/xorg/xf86-video-ati-6.14.4'
make: *** [all] Error 2

Installing libgl1-mesa-dev on Debian 6.0.3 allows the build to complete successfully. I guess the configure script should check for gl.
Comment 1 Michel Dänzer 2012-08-03 07:36:02 UTC
Current Git master no longer includes any GL/* files.

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.