Tremulous Forum
		Mods => Modding Center => Topic started by: Redman on August 10, 2008, 07:28:32 pm
		
			
			- 
				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...
- 
				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.
			
- 
				You probably need to install Subversion (http://subversion.tigris.org/).
			
- 
				I installed Subversion, but only svnversion problem dissapeared. Bison still don't works.
			
- 
				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.