search for: arith_or

Displaying 1 result from an estimated 1 matches for "arith_or".

2005 Jan 27
1
klibc/ash doesn't compile
...ror: (Each undeclared identifier is reported only once arith_lex.l:66: error: for each function it appears in.) arith_lex.l:69: error: `ARITH_LPAREN' undeclared (first use in this function) arith_lex.l:70: error: `ARITH_RPAREN' undeclared (first use in this function) arith_lex.l:71: error: `ARITH_OR' undeclared (first use in this function) [...] the patch below solves the problem: [ghigo@therra klibc]$ diff -Naur klibc-0.197/ash/Makefile.orig klibc-0.197/ash/Makefile --- klibc-0.197/ash/Makefile.orig Thu Jan 27 20:46:53 2005 +++ klibc-0.197/ash/Makefile Thu Jan 27 20:47:05 2005...