|
|
#1 | |
|
HLFS
Join Date: Dec 2006
Location: Krakow/Poland
Posts: 1
|
Hi
Yesterday after compiling wine-0.9.27 I found that games using OpenGL failed to run. First I thought that it was something in the new version of wine, which could have triggered this behaviour, but after recompiling and reinstalling version 0.9.26, with which everything worked fine before, I stumbled upon the same error messages. Looking closer at was I was doing, I found the errors spit out by wine configure script: configure: WARNING: Wine will be build without OpenGL or Direct3D support configure: WARNING: because something is wrong with the OpenGL setup: configure: WARNING: No OpenGL development headers were found I checked out config.log and found the reason for this behaviour: Code:
configure:9292: checking for GL/gl.h
configure:9315: gcc -c -I/usr/X11R6/include conftest.c >&5
In file included from /usr/X11R6/include/GL/gl.h:1630,
from conftest.c:124:
/usr/X11R6/include/GL/glext.h:6952: error: redefinition of typedef 'PFNGLGETUNIFORMUIVEXTPROC'
/usr/X11R6/include/GL/glext.h:6941: error: previous declaration of 'PFNGLGETUNIFORMUIVEXTPROC' was here
Code:
typedef void (APIENTRY * PFNGLGETUNIFORMUIVEXTPROC) (GLuint program, GLint location, GLuint *params); For Your convenience I placed the - ready to download and replace file - here: http://wine.szift.org/glext.h Just right click the link, choose "Save link destination as..." and then copy the file to /usr/include/GL (or /usr/local/include/GL if You have one) - replacing the old file. After a bit more research I found that this header file is in the NVIDIA-Linux-x86-1.0-9629-pkg1 and because I upgraded to it since my last wine compilation - this proved to be the bug maker ![]() Now I've found that there's NVIDIA-Linux-x86-1.0-9631-pkg1 already available to install, and that the header file there also contains the duplicate entry. My distribution is Linux From Sratch, and my compiler is gcc 3.4.3 |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
This is a known bug which was already discussed in a few other threads on this forum.
|
|
|
|
|
|
|
#3 | |
|
Registered User
|
Quote:
|
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jan 2007
Posts: 2
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Registered User
|
Quote:
![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regression with 295.33 and GeForce GT 240 | maro | NVIDIA Linux | 16 | 06-29-12 06:47 PM |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |
| Mandrake 9 and nVidia drivers | HunterA3 | NVIDIA Linux | 9 | 10-09-02 02:54 AM |
| Mandrake 8.2 Nvidia src.rpm problems | Mr_Malcontent | NVIDIA Linux | 8 | 09-11-02 09:53 PM |
| Error! Linux cannot find my nVidia integrated sound card! Please help! | targatop | NVIDIA Linux | 1 | 09-08-02 04:55 PM |