Tremulous Forum
		Mods => Modding Center => Topic started by: Lonly on September 07, 2009, 02:27:10 am
		
			
			- 
				Today, Fear/Tony edited 1 file, the Tremulous.h. He compiled it and came out every time with multiple errors. I looked over the Tremulous.h and found no problems and msys is resulting with errors.
 
 Error:
 
 $ make
 make[1]: Entering directory `/c/trunky'
 make -C src/tools/lcc install
 make[2]: Entering directory `/c/trunky/src/tools/lcc'
 bison -y  lburg/gram.y
 make[2]: bison: Command not found
 make[2]: *** [lburg/gram.c] Error 127
 make[2]: Leaving directory `/c/trunky/src/tools/lcc'
 make[1]: *** [tools] Error 2
 make[1]: Leaving directory `/c/trunky'
 make: *** [release] Error 2
 Since I've got to go I don't have time to upload tremulous.h, ill post it tommorow.
- 
				"bison" is missing. Install it.