Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57417 - nvidia-glx-1.0.6106-r1, gl.h : change "#include <GL/glext>"
Summary: nvidia-glx-1.0.6106-r1, gl.h : change "#include <GL/glext>"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-17 14:45 UTC by Udo Beckmann
Modified: 2004-07-18 03:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Udo Beckmann 2004-07-17 14:45:31 UTC
emerging x11-libs/fox-1.2.6 fails due to missing typedefs. The error occurs in
glext.h, included by gl.h (To give an example: one of the typedefs missed is
GLenum).
I could solve the problem using a simple modification:

pomacea include # diff gl.h gl.h.orig
54a55
> #include <GL/glext.h>
77,78d77
< #include <GL/glext.h>
<

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Udo Beckmann 2004-07-17 14:54:26 UTC
Sorry,

I just wanted to fix the problem on my second computer and I saw: There is already an offical fix for this error.