search for: arith_rparen

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

Did you mean: arith_lparen
2005 Jan 27
1
klibc/ash doesn't compile
...error: `ARITH_NUM' undeclared (first use in this function) arith_lex.l:66: error: (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...