Tremulous Forum

Mods => Modding Center => Topic started by: Redman on August 10, 2008, 07:28:32 pm

Title: Problems with compiling Tremulous SVN 895 on WinXP
Post by: Redman on August 10, 2008, 07:28:32 pm
Hello.

When i'm trying to compile Tremulous something like that shows in MinGW32:

Code: [Select]
Admin@REDMAN-53078D01 ~
$ cd c:/tremulous

Admin@REDMAN-53078D01 /home/User/Tremulous
$ make
/bin/sh.exe: svnversion: command not found
make -C src/tools/lcc install
make[1]: Entering directory `/home/User/Tremulous/src/tools/lcc'
bison -y  lburg/gram.y
make[1]: bison: Command not found
make[1]: *** [lburg/gram.c] Error 127
make[1]: Leaving directory `/home/User/Tremulous/src/tools/lcc'
make: *** [tools] Error 2

What im doing wrong? I'm a noob in coding...
Title: Re: Problems with compiling Tremulous SVN 895 on WinXP
Post by: Bissig on August 10, 2008, 07:50:29 pm
You seem to be missing "bison" and "svnversion". Since I have no idea how mingw works or what it contains exactly, please try to read the docu to determine where to get the mentioned software.
Title: Re: Problems with compiling Tremulous SVN 895 on WinXP
Post by: Bomb on August 10, 2008, 08:17:54 pm
You probably need to install Subversion (http://subversion.tigris.org/).
Title: Re: Problems with compiling Tremulous SVN 895 on WinXP
Post by: Redman on August 10, 2008, 09:53:52 pm
I installed Subversion, but only svnversion problem dissapeared. Bison still don't works.
Title: Re: Problems with compiling Tremulous SVN 895 on WinXP
Post by: doomagent13 on August 11, 2008, 10:01:51 pm
Go to the mingw downloads page on sourceforge. (I forget the url)  Download the pre-compiled bison.  Extract it into mingw such that all compressed files end up in the appropriate directories.