Author Topic: Problems with compiling Tremulous SVN 895 on WinXP  (Read 4152 times)

Redman

  • Posts: 103
  • Turrets: +6/-6
Problems with compiling Tremulous SVN 895 on WinXP
« 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...

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Problems with compiling Tremulous SVN 895 on WinXP
« Reply #1 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.

Bomb

  • Guest
Re: Problems with compiling Tremulous SVN 895 on WinXP
« Reply #2 on: August 10, 2008, 08:17:54 pm »
You probably need to install Subversion.

Redman

  • Posts: 103
  • Turrets: +6/-6
Re: Problems with compiling Tremulous SVN 895 on WinXP
« Reply #3 on: August 10, 2008, 09:53:52 pm »
I installed Subversion, but only svnversion problem dissapeared. Bison still don't works.

doomagent13

  • Posts: 506
  • Turrets: +18/-18
Re: Problems with compiling Tremulous SVN 895 on WinXP
« Reply #4 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.