LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems compiling Winex (https://www.linuxquestions.org/questions/linux-software-2/problems-compiling-winex-78898/)

Abe_the_Man 08-04-2003 11:25 AM

Problems compiling Winex
 
Everytime i try to compile winex (from CVS) on my system i get a bunch of errors.

Here is the last few lines:

make[2]: *** [depend] Error 1
make[2]: Leaving directory `/root/wine/dlls/x11drv'
make[1]: *** [x11drv/__depend__] Error 2
make[1]: Leaving directory `/root/wine/dlls'
make: *** [dlls/__depend__] Error 2


Please tell me what it means and howto fix it! I love linux but am getting to the end of my rope. If i can't get my games working i think i'm going back to windows.

Please help!

I'm running it on Redhat 8
-Athlon 18
-256 DDR
-S3 Prosavege integrated video
-Sound Blaster 128

DrOzz 08-04-2003 02:47 PM

sometimes cvs version of winex is a bitch and doesn't work properly even when it does get installed...show all the steps you have done that succeeded, and what user are you when doing each step..

Abe_the_Man 08-04-2003 08:39 PM

I ran the winex install tool './tools/wineinstall ' (while loggedin as root). It automatically configures it (which works fine) and then compiles it. I hget the errors during the compile. Here it is:

Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
I see that WINE has already been configured, so I'll skip that.
Compiling WINE. Grab a lunch or two, rent a video, or whatever,
in the meantime...

cd `dirname dlls/__depend__` && make depend
make[1]: Entering directory `/root/wine/dlls'
cd `dirname glu32/__depend__` && make depend
make[2]: Entering directory `/root/wine/dlls/glu32'
../../tools/makedep -I. -I. -I../../include -I../../include -C. glu.c -C.
make[2]: Leaving directory `/root/wine/dlls/glu32'
cd `dirname d3dgl/__depend__` && make depend
make[2]: Entering directory `/root/wine/dlls/d3dgl'
../../tools/makedep -I. -I. -I../../include -I../../include -C. caps.c d3dgl_main.c fixedfunc.c light.c prim.c state.c texstate.c texture.c vprogram.c -C.
make[2]: Leaving directory `/root/wine/dlls/d3dgl'
cd `dirname opengl32/__depend__` && make depend
make[2]: Entering directory `/root/wine/dlls/opengl32'
../../tools/makedep -I. -I. -I../../include -I../../include -C. wgl.c opengl_norm.c opengl_ext.c -C.
make[2]: Leaving directory `/root/wine/dlls/opengl32'
cd `dirname x11drv/__depend__` && make depend
make[2]: Entering directory `/root/wine/dlls/x11drv'
cd `dirname ../../graphics/x11drv/__depend__` && make depend
make[3]: Entering directory `/root/wine/graphics/x11drv'
../../tools/makedep -I. -I. -I../../include -I../../include -C. bitblt.c bitmap.c brush.c clipping.c codepage.c dib.c graphics.c init.c objects.c opengl.c palette.c pen.c text.c xfont.c -C.
make[3]: Leaving directory `/root/wine/graphics/x11drv'
cd `dirname ../../windows/x11drv/__depend__` && make depend
make[3]: Entering directory `/root/wine/windows/x11drv'
../../tools/makedep -I. -I. -I../../include -I../../include -C. clipboard.c event.c keyboard.c -C.
make[3]: Leaving directory `/root/wine/windows/x11drv'
../../tools/makedep -I. -I. -I../../include -I../../include -C. desktop.c dga2.c hud.c mouse.c scroll.c window.c winpos.c x11ddraw.c x11drv_main.c xrender.c xvidmode.c xrandr.c glx.c executebuffer.c -C.
xrandr.h: No such file or directory
xrandr.h was first included from x11ddraw.c:18
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/root/wine/dlls/x11drv'
make[1]: *** [x11drv/__depend__] Error 2
make[1]: Leaving directory `/root/wine/dlls'
make: *** [dlls/__depend__] Error 2

Compilation failed, aborting install.

Just so you know i don't have any old wine install.

PLEASE HELP!! I don't want to go back to the dark side! Save me from Darth GATES Please!!


All times are GMT -5. The time now is 09:51 AM.