Author Topic: Edit 1 File, Big Error  (Read 2583 times)

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Edit 1 File, Big Error
« 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.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Edit 1 File, Big Error
« Reply #1 on: September 07, 2009, 02:55:02 am »
"bison" is missing. Install it.