LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-04-2003, 05:51 PM   #16
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Re: winex compilation problems


Quote:
Originally posted by PsychoFarmer
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/alex/winex221/dlls/d3dgl'
make[1]: *** [d3dgl/libd3dgl.so] Error 2
make[1]: Leaving directory `/home/alex/winex221/dlls'
make: *** [dlls] Error 2

i didnt copy the whole thing, just where is shows the error, the last couple of lines...

any ideas to help me?
You need to install Mesa, there should be two rpm's, mesa and mesa-devel, mesa-devel will contain the missing GL/glu.h and other files, Note: If you have a nvidia card with the nvidia drivers installed you will get errors and X server lockups caused by conflicts between the mesa openGL libs and the nvidia openGL libs, but only if you run any GL / 3d app with both installed. You can install mesa along side the nvidia drivers for as long as it takes to compile a program that requires glu, but you should uninstall it and reinstall the nvidia glx package before you attempt to run the program you just compiled (or any other GL app - including screensavers).
The nv_check script will help you identify and remove any conflicting openGL libs from your system
 
Old 04-05-2003, 02:25 PM   #17
PsychoFarmer
Member
 
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39

Original Poster
Rep: Reputation: 15
binary, but its only for redhat 7.4, i think
 
Old 07-31-2003, 12:45 AM   #18
Abe_the_Man
Member
 
Registered: Jul 2003
Location: Oshawa, Ontario, Canada
Distribution: ?????
Posts: 324

Rep: Reputation: 30
I'm so happy I found this post. This is the exact problem that I have. I'm just glad to know it's not cause I'm an idiot.
 
Old 08-02-2003, 11:41 AM   #19
PsychoFarmer
Member
 
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39

Original Poster
Rep: Reputation: 15
havent checked the latest version... anyone know if the latest actually compiles, or is still borked?
 
Old 08-05-2003, 06:17 PM   #20
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
You should try to check out the latest CVS tree branch and try it yourself. If doesn't compile... well wait a few days and try again.
 
Old 08-06-2003, 12:46 PM   #21
Abe_the_Man
Member
 
Registered: Jul 2003
Location: Oshawa, Ontario, Canada
Distribution: ?????
Posts: 324

Rep: Reputation: 30
I downloaded the latest CVS just a few days ago and it won't compile.
I keep getting errors. When i run the ./tools/wineinstall (while logged in as root) it configures fine but it won't compile:


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

If anybody can tell me what this means i will be your best friend!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ compilation problems madhatter301 Programming 4 03-16-2005 05:13 PM
winex compilation failure garfield81 Linux - Software 9 08-27-2004 02:59 PM
Compilation Problems kamransoomro84 Programming 9 05-04-2004 06:39 PM
Problem with compilation of WineX Kristoffer Slackware 7 03-08-2003 12:09 PM
X compilation problems da Perp Linux From Scratch 2 07-16-2002 02:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration