News:

Come Chat with us live! Learn how HERE!

Main Menu

Problems with compiling Tremulous SVN 895 on WinXP

Started by Redman, August 10, 2008, 07:28:32 PM

Redman

Hello.

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

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...

Bissig

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.


Redman

I installed Subversion, but only svnversion problem dissapeared. Bison still don't works.

doomagent13

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.