Click to See Complete Forum and Search --> : WineX


Legithrandil
12-13-2002, 05:52 PM
I went and downloaded winex from CVS off of sourceforge.net. after running ./wineinstall, it compiled for awhile and game me this message

make[2]: Entering directory `/home/legithrandil/wine/dlls/d3dgl'
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/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/legithrandil/wine/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: Leaving directory `/home/legithrandil/wine/dlls'
make: *** [dlls] Error 2

Compilation failed, aborting install.

It keeps doing this and I don't really know what to do about it. Any suggestions?

trilarian
12-14-2002, 03:37 AM
You are missing a library called glu.h. I believe you can get that by intalling mesa-devel. If you need an rpm search mesa-devel at rpm-find. If that doesn't solve the problem do a google search on glu.h and see if you can dl that file directly. I'd try mesa-devel first though.

Legithrandil
12-16-2002, 05:15 PM
ok, I installed the library that I needed and I installed and compiled wine. now, when I try to run it, it says that the directory '/usr//bine/wine' doesn't exsist. how do I get it to work???

::sigh::... if it isn't one thing, it is something else.

tgg
12-16-2002, 05:18 PM
I get the same issue Help!!!!!