This is gonna be embarrasing...

Questions or HOWTOs about the above? Post 'em here...
Post Reply
mr manalishi
Private First Class
Private First Class
Posts: 64
Joined: Tue May 10, 2005 6:13 pm

This is gonna be embarrasing...

Post by mr manalishi »

how do you compile Bzflag once you've "checked it out" from Sourceforge.net?
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Post by Teppic »

Code: Select all

./autogen.sh
./configure
make
sudo make install    OR   ./src/bzflag/bzflag -directory ./data
mr manalishi
Private First Class
Private First Class
Posts: 64
Joined: Tue May 10, 2005 6:13 pm

Post by mr manalishi »

running SuSe 10.1, this is what I get (autogen.sh command fail):
Found GNU Autoconf version 2.59
Found GNU Automake version 1.9.6
Found GNU Libtool version 1.5.22
touch: cannot touch `INSTALL': Permission denied
cp: cannot create regular file `misc/COPYING.backup': Permission denied

Automatically preparing build ... Warning: autoreconf failed
Attempting to run the configuration steps individually

Preparing build ... ERROR: aclocal failed
EDIT: do you have to use root mode? cause there's nothing going wrong in root.
EDIT 2: GOOD GOD!!! Root couldn't create some directories. AND ROOT IS THE SYSTEM MANAGER.
mr manalishi
Private First Class
Private First Class
Posts: 64
Joined: Tue May 10, 2005 6:13 pm

Post by mr manalishi »

where is the new 2.0.9 BZflag located?
Legolas_
Private First Class
Private First Class
Posts: 513
Joined: Thu Jan 20, 2005 10:24 pm

Post by Legolas_ »

First of all i dont even know why you would want 2.0.9 since there probably is not many new features.

the directory to grab the compile is always the same no matter what the latest version is. Please read about compiling on the other forums for help there.
User avatar
macsforme
General
General
Posts: 2069
Joined: Wed Mar 01, 2006 5:43 am

Post by macsforme »

To check out the latest 2.0.x version from cvs:

Code: Select all

cvs -d:pserver:anonymous@bzflag.cvs.sourceforge.net:/cvsroot/bzflag login
Hit enter when prompted for a password, then...

Code: Select all

cvs -z3 -d:pserver:anonymous@bzflag.cvs.sourceforge.net:/cvsroot/bzflag co -r v2_0branch bzflag
Post Reply