Bug 53063 - configure script lacks check for gl
Summary: configure script lacks check for gl
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.7 (2012.06)
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 00:08 UTC by Dave Cameron
Modified: 2012-08-03 07:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.