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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-30-2003, 01:44 PM
|
#1
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Rep:
|
winex compilation problems
all right, im pretty sure im just missing somethin, but i need help (again). i decided since it cost money to get precompiled kernels for winex, that i would use it for my first attempt at compiling a kernel...
i dl'd the tarball, and extracted into my home directory (i think i was supposed to put it somewhere else, but i wasnt sure). in the terminal emulator, i typed ./configure, and it ran through a whole bunch of stuff, and then stopped, saying it needed yacc... so i went to rpmfinder, and dl'd it.
once configure was done, it said to run make depend and make... this is where im getting into problems... i can complete make depend (or at least it finished without an error message) but make will finish with this message:
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?
|
|
|
03-31-2003, 12:17 AM
|
#2
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
Same prob here  have you had any answers (by this board or otherwise)? if so, please share =)
|
|
|
03-31-2003, 02:21 AM
|
#3
|
LQ Newbie
Registered: Mar 2003
Location: Australia
Distribution: Mandrake 9.1
Posts: 6
Rep:
|
I have the same problem too.
|
|
|
03-31-2003, 07:29 PM
|
#4
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Original Poster
Rep:
|
well at least im not alone in this problem :P
anyone care to help with a solution?
|
|
|
03-31-2003, 07:39 PM
|
#5
|
Member
Registered: May 2002
Location: Los Angeles
Distribution: Mandrake 10, LFS 4.1
Posts: 179
Rep:
|
They make an .rpm file and you all seem to be useing rpm distros....worked for me. Not the best solution, but thats my solution 
Last edited by Mike Blick; 03-31-2003 at 07:41 PM.
|
|
|
03-31-2003, 07:46 PM
|
#6
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Original Poster
Rep:
|
i know that they make an rpm file, but that requires that i have to go and sign up and pay them money (which im too cheap to do) hence why im trying to teach myself to compile it... except im not sure where to go from here... i tried make install, but it also terminates in an error, which doesnt help me one bit...
|
|
|
03-31-2003, 11:47 PM
|
#7
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
From what I have learned (yesterday night and this morning) was that you get that error due to the lack of Mesa-devel. I of course made a serch for it under rpmfind, and found out that I actually have all the libraries that RPM supplies. The other solution was to download Mesa from source and install it, then install the latest GLUT (also from source) and then try to recompile WineX. I did also, to no avail. The erro keeps popping up. So I jumped to the conclussion (a little bit randomly) that the CVS snapshot I downloaded (yesterday's one) was faulty, and so I should wait until another snapshot is ready to try it again...
Mike:
Before I give away any penny/cent/peso to transgaming I want to make sure I have tested their product, and since there is no demo/evaluation RPM version, well... I am stuck to the sources. I do not want to spend money on a product I will never use due to malfunctions/issues with my hardware or just because it does not do what I want it to do.
|
|
|
04-01-2003, 01:48 PM
|
#8
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Original Poster
Rep:
|
Quote:
Mike:
Before I give away any penny/cent/peso to transgaming I want to make sure I have tested their product, and since there is no demo/evaluation RPM version, well... I am stuck to the sources. I do not want to spend money on a product I will never use due to malfunctions/issues with my hardware or just because it does not do what I want it to do.
|
i agree whole hearedly with u... i just want to be able to play games on my linux system...
|
|
|
04-02-2003, 01:57 AM
|
#9
|
Member
Registered: May 2002
Location: Los Angeles
Distribution: Mandrake 10, LFS 4.1
Posts: 179
Rep:
|
Thats cool.
|
|
|
04-02-2003, 10:41 AM
|
#10
|
LQ Addict
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403
Rep:
|
I haven't tried compiling WineX yet, I bought the rpm last year...although I will try to do just that this weekend because I don't have the space on the cc to buy a subscription again.
A suggestion, when you ./configure (if you're supposed to, but most source installs do), try a ./configure --help or -h first to see what switches you can use. I find that's EXTREMELY helpful when compiling so you can have the most optimized binary. It also is very helpful to diagnose why such and such install library isn't being found.
Now, that being said...check out this link:
WineX CVS install scripts
If I can't get the compile going myself...I'm going to try these out.
|
|
|
04-02-2003, 03:34 PM
|
#11
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Original Poster
Rep:
|
i wish i knew what i was doing half of the time... im having all sorts of problems cropping up... im thinkin about just ditchin mdk 9.0 and running up 9.1, as soon as the iso's finish...
|
|
|
04-02-2003, 11:18 PM
|
#12
|
LQ Newbie
Registered: Apr 2003
Distribution: Mandrake 9.1
Posts: 1
Rep:
|
do a search on google for glu.h and download the file and copy it to the proper directory
|
|
|
04-03-2003, 01:27 AM
|
#13
|
Senior Member
Registered: Sep 2002
Location: Philippines
Distribution: Slackware, RHEL&variants, AIX, SuSE
Posts: 1,127
Rep:
|
freshrpms.net has winex rpms. worked fin in my RHL 8 system.
|
|
|
04-03-2003, 01:31 PM
|
#14
|
Member
Registered: Feb 2003
Location: Kenyon College
Distribution: Fedora Core 3
Posts: 39
Original Poster
Rep:
|
but they dont have mdk packages...
|
|
|
04-04-2003, 05:13 PM
|
#15
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
Fresh RPMs has Winex CVS-srouce RPMs builds? bianry or .src.rpms?
Man I shouldda checked there first.
|
|
|
All times are GMT -5. The time now is 06:18 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|