#688 closed defect (invalid)
missing opengl
| Reported by: | Owned by: | beastd | |
|---|---|---|---|
| Priority: | normal | Component: | vo |
| Version: | 1.0rc1 | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
New nvidia binary 1.0.96xx causes problems. Can't compile opengl.
Incopatibility with new headers or so.
On nvidia 1.0.87xx is OK.
piter
Change History (2)
comment:1 by , 20 years ago
| Summary: | missing opengl → missing opengl |
|---|
comment:2 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
nVidia officially confirmed that these headers are broken, so just use some
non-broken (e.g. MESA) ones.
Note:
See TracTickets
for help on using tickets.

(In reply to comment #0)
Sorry. I forget something.
============ Checking for OpenGL ============
#include <GL/gl.h>
int main(void) { return 0; }
cc -march=i486 -mtune=pentium4 -mfpmath=sse -msse2 -mmmx -O2 -fomit-frame-
pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT -I/usr/X11/include -s -z
combreloc -o /tmp/mplayer-conf-18266-10645.o /tmp/mplayer-conf-1521-10645.c -L/
usr/X11R6/lib -lXext -lX11 -lpthread -lGL -lm
In file included from /usr/X11/include/GL/gl.h:1630,
/usr/X11/include/GL/glext.h:6952: error: redefinition of typedef
'PFNGLGETUNIFORMUIVEXTPROC'
/usr/X11/include/GL/glext.h:6941: error: previous declaration of
'PFNGLGETUNIFORMUIVEXTPROC' was here
ldd /tmp/mplayer-conf-18266-10645.o
ldd: /tmp/mplayer-conf-18266-10645.o: No such file or directory
#include <GL/gl.h>
int main(void) { return 0; }
cc -march=i486 -mtune=pentium4 -mfpmath=sse -msse2 -mmmx -O2 -fomit-frame-
pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT -I/usr/X11/include -s -z
combreloc -o /tmp/mplayer-conf-18266-10645.o /tmp/mplayer-conf-1521-10645.c -L/
usr/X11R6/lib -lXext -lX11 -lpthread -lGL -lm -lpthread
In file included from /usr/X11/include/GL/gl.h:1630,
/usr/X11/include/GL/glext.h:6952: error: redefinition of typedef
'PFNGLGETUNIFORMUIVEXTPROC'
/usr/X11/include/GL/glext.h:6941: error: previous declaration of
'PFNGLGETUNIFORMUIVEXTPROC' was here
ldd /tmp/mplayer-conf-18266-10645.o
ldd: /tmp/mplayer-conf-18266-10645.o: No such file or directory
#include <GL/gl.h>
int main(void) { return 0; }
cc -march=i486 -mtune=pentium4 -mfpmath=sse -msse2 -mmmx -O2 -fomit-frame-
pointer -s -pipe -DNDEBUG -DG_DISABLE_ASSERT -I/usr/X11/include -s -z
combreloc -o /tmp/mplayer-conf-18266-10645.o /tmp/mplayer-conf-1521-10645.c -
lopengl32
In file included from /usr/X11/include/GL/gl.h:1630,
/usr/X11/include/GL/glext.h:6952: error: redefinition of typedef
'PFNGLGETUNIFORMUIVEXTPROC'
/usr/X11/include/GL/glext.h:6941: error: previous declaration of
'PFNGLGETUNIFORMUIVEXTPROC' was here
ldd /tmp/mplayer-conf-18266-10645.o
ldd: /tmp/mplayer-conf-18266-10645.o: No such file or directory
Result is: no
##########################################