Hi All,
While compiling ruby with the command:
" make PROTOCOL=MOESI_CMP_token DESTINATION=MOESI_CMP_token "
I am getting following errors. Please help me in this regard.
Thanks,
- Anup
Errors
=======
[anup@shani ruby]$ make PROTOCOL=MOESI_CMP_token DESTINATION=MOESI_CMP_token
ls: generated/MOESI_CMP_token/*.C: No such file or directory
Ruby: Building protocol: MOESI_CMP_token
Ruby: Making slicc
cd ../slicc; make
make[1]: Entering directory `/home/anup/workspace/gems-2.0/slicc'
SLICC: Running flex and bison
make generated/generated
make[2]: Entering directory `/home/anup/workspace/gems-2.0/slicc'
SLICC: Generating parser
bison --verbose --defines -o generated/parser.c parser/parser.y
make[2]: bison: Command not found
make[2]: *** [generated/generated] Error 127
make[2]: Leaving directory `/home/anup/workspace/gems-2.0/slicc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/anup/workspace/gems-2.0/slicc'
make: *** [all] Error 2
[anup@shani ruby]$
|