Games for Linux

Q&A, advice, reviews, and news about the computers, phones, TVs, stereos, and pretty much anything else that can't be easily whittled out of a stick or chipped out of stone.
TheScaryOne
Redshirt
Posts: 2886
Joined: Fri Feb 14, 2003 2:28 pm
Location: My Own Personal Hell, Arizona
Contact:

Post by TheScaryOne » Wed Jul 30, 2003 3:31 am

He might be using a graphical interface instead of the command line. I have no idea any balance of that, but hey, I'm trying to help... And terminal sounds like command line thing.

spoon
Redshirt
Posts: 1709
Joined: Fri Feb 14, 2003 12:49 pm
Location: Springfield, IL
Contact:

Post by spoon » Wed Jul 30, 2003 3:49 am

This happens for me:
% wine [insert anything here, or nothing at all]
wine: chdir to /tmp/.wine-user/server-343-65c05e : No such file or directory

Bruce
Redshirt
Posts: 295
Joined: Tue Feb 18, 2003 12:41 pm
Location: Melbourne
Contact:

Post by Bruce » Wed Jul 30, 2003 5:57 am

Finally!

Looks like it isnt installed properly/not everything is installed. I've never installed the wine RPMs so dont know what they actually contain or their dependancies. Check the install notes (once again not too knowledgable about RPM, but there should be some) and make sure you have everything.
Just because life sucks, it doesnt mean you have to care.

MasteR
Redshirt
Posts: 3064
Joined: Thu Mar 06, 2003 12:48 am

Post by MasteR » Wed Jul 30, 2003 6:38 am

i have redhat 9. I installed wine from the source and it works fine.

get the source,
extract it
on command line change to the source directory
./configure
make
make sure your in root and do make install


least thats how i did it

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Re: Games for Linux

Post by EvilElf » Wed Jul 30, 2003 7:43 am

ok.... can you take me through that step by step
/me is still really new to this OS
:S
Image

Bruce
Redshirt
Posts: 295
Joined: Tue Feb 18, 2003 12:41 pm
Location: Melbourne
Contact:

Post by Bruce » Wed Jul 30, 2003 7:58 am

He did pretty much. If you want to install from source:

get tarball
run 'tar zxvf <tarfile>'
enter the dir created
run './configure'
run 'make'
use 'su' and give root passwd
run 'make install'
Just because life sucks, it doesnt mean you have to care.

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Post by EvilElf » Wed Jul 30, 2003 8:18 am

ok got to the run make but don't know the command to enter for that :s
Image

Bruce
Redshirt
Posts: 295
Joined: Tue Feb 18, 2003 12:41 pm
Location: Melbourne
Contact:

Post by Bruce » Wed Jul 30, 2003 8:25 am

er... sorry but do you realise how stupid that sounds? Try reading my post again.
Just because life sucks, it doesnt mean you have to care.

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Post by EvilElf » Wed Jul 30, 2003 8:28 am

Gah I am really stupid
/me bangs head onto near by wall.
Also you must know I have really no clue about this OS ATM So I am really fucking clueless about what to do.
Image

User avatar
Tanarin
Redshirt
Posts: 705
Joined: Tue Apr 01, 2003 5:49 am
Location: Westfield, MA

Post by Tanarin » Wed Jul 30, 2003 3:03 pm

Hmm, EE if you like UT2K3, disk 3 also acts as the Linux Install Disk for it, just pop it in and install from there, and as a bonus you don't need WinE to run it either. Just pop in disk 3 and install. Make sure to patch up afterwords, otherwise you won't be able to play multiplayer online.
Why not hop over to the FFRPG project.

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Post by EvilElf » Wed Jul 30, 2003 6:58 pm

don't have UT2k3 also I'm thinking I'm just going to give up on this cause whenever I do the command make it says something about a rule and *looks up at Bruce's post* all he says is 'make' and I have no fucking clue what to do I have never used any Limux OS before about 3 days ago!
Image

MasteR
Redshirt
Posts: 3064
Joined: Thu Mar 06, 2003 12:48 am

Post by MasteR » Wed Jul 30, 2003 11:36 pm

type make

make is a command that tells it to compile, if ./configure was run before it

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Post by EvilElf » Wed Jul 30, 2003 11:51 pm

this is what happens when I do that.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ /home/evilelf/wine/configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[evilelf@x1-6-00-40-2b-4e-8f-7c evilelf]$ make
make: *** No targets specified and no makefile found. Stop.
Image

Bruce
Redshirt
Posts: 295
Joined: Tue Feb 18, 2003 12:41 pm
Location: Melbourne
Contact:

Post by Bruce » Thu Jul 31, 2003 12:46 am

OK EvilElf, you are slowly learning. when something doesnt work PASTE THE ERROR.

Fir you should be in the dir with the souce (wine), not running it from your home dir. This wont break configure but it will break make.

Also note that it is configure which broke, not make.

configure: error: no acceptable C compiler found in $PATH

That says you dont have a C compiling. To compile C beleive it or not you need it. This is where i dissagree with RPM based distros being good for newbies, in deb all the tools required would have installed when you got the source.

SO you will need to get:

GCC
G++ (if it has C++ code, I think wine is)
binutils (maybe, and you might already have it)
libraries. Read the instructions for wine.

You can go through one at a time, when you run ./configure it will tell you what you are still missing.
Just because life sucks, it doesnt mean you have to care.

User avatar
EvilElf
Redshirt
Posts: 5056
Joined: Fri Feb 14, 2003 11:24 pm
Real Name: Daniel
Gender: Male
Location: Portland, Oregon

Post by EvilElf » Thu Jul 31, 2003 1:05 am

Where can I find those?
Image

Locked

Who is online

Users browsing this forum: No registered users and 1 guest