Tremulous Forum

Mods => Modding Center => Topic started by: Lonly on September 07, 2009, 02:27:10 am

Title: Edit 1 File, Big Error
Post 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:

Code: [Select]
$ 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.
Title: Re: Edit 1 File, Big Error
Post by: Bissig on September 07, 2009, 02:55:02 am
"bison" is missing. Install it.