Page 1 of 1

This is gonna be embarrasing...

Posted: Sun Jul 02, 2006 9:20 pm
by mr manalishi
how do you compile Bzflag once you've "checked it out" from Sourceforge.net?

Posted: Sun Jul 02, 2006 9:38 pm
by Teppic

Code: Select all

./autogen.sh
./configure
make
sudo make install    OR   ./src/bzflag/bzflag -directory ./data

Posted: Sun Jul 02, 2006 11:05 pm
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.

Posted: Sun Jul 02, 2006 11:33 pm
by mr manalishi
where is the new 2.0.9 BZflag located?

Posted: Mon Jul 03, 2006 12:37 am
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.

Posted: Mon Jul 03, 2006 4:18 am
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