• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux OpenGL

spamsk8r

Golden Member
I was trying to compile Wine on my Mandrake 8.1 box and it failed with an error that it couldn't find glu.h, which is an OpenGL header file i believe. This file is nowhere to be found on my computer, where can I get it. I went to the OpenGL website and it said that it should be included with X11.

Geoff
 
On my SuSE box, it comes in the xf86glu-devel package.

If there's no similarly-named package on your distro, then investigate the Mesa software rendering packages. Mesa is known to package OGL headers I think.

You can probably download a wine daily RPM that works on your box, and is compiled a/ OpenGL support.
 
> locate glu.h
/usr/include/GL/glu.h
> rpm -q --whatprovides /usr/include/GL/glu.h
Mesa-devel-3.4.2-7

there .. it's Mesa development packagge ( make sure to install the rpm that comes for your distribution, Mdk 8.1 in this case )

 
Back
Top