Trying to install wineX

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
I am trying to install wineX on Mandrake 9. I uninstalled the previous wine and, following Electrode's FAQ, downloaded wineX using cvs. I do tools/wineinstall and it goes for a while but then it errors out and quits. Here is the end of what's on my screen when it fails:
1R6/include -o caps.o caps.c
In file included from d3dgl_private.h:5,
from caps.c:18:
../../include/wine_gl.h:31:20: GL/glu.h: No such file or directory
make[2]: *** [caps.o] Error 1
make[2]: Leaving directory `/home/ryan/wine/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: Leaving directory `/home/ryan/wine/dlls'
make: *** [dlls] Error 2

Compilation failed, aborting install.

Anyone know what this means or how I can fix it?


 

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
Where would I get the OpenGL headers? I searched Mandrake and didn't find anything with opengl. I did a search on rpmfind and the only results were libraries and opengl implementation for PLD Linux Distribution.
Thanks for the help.
 

manly

Lifer
Jan 25, 2000
13,086
3,851
136
manly@p3-800:~/Documents> rpm -qf /usr/include/GL/gl.h
mesa-devel-4.0.1-74

I don't have glu.h on my system though. Nvidia's binary driver distribution includes their own OpenGL headers too.

Speaking of WineX, when it was released it only ran well on Nvidia graphics cards. What's the current situation with Radeon 7500 or higher?
 

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
Manly: It's the same for me. I get:

rpm -qf /usr/include/GL/gl.h
XFree86-devel-4.2.1-3mdk

I don't have glu.h either. Are you saying this file should be in the nvidia driver? Because I have the nvidia driver installed.
 

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
I just went to dri.sourceforge.net and found 2 glu header files. I copied them over and I'm compiling wineX now. I'll let you know how it turns out.
 

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
Well I got it installed and configured. But when I tried to run notepad.exe, I got an error about user32.dll not being implemented or something. Guess it's time to uninstall and try it again:(
 

rpc64

Platinum Member
Jan 5, 2002
2,135
0
0
Well I thought I'd give a little update of my progress. I installed wineX again, and this time I used a config utility I found called winesetuptk. And, after working on it all day, I FINALLY got kazaa to run(an old version). OY! I also tried to run Starcraft and it works but only runs in a small window.

Edit: Oh yeah. Thank you Nothinman for pointing me in the right direction.