
September 13th, 2010, 03:15 PM
|
|
Registered User
|
|
Join Date: Sep 2010
Posts: 3
Time spent in forums: 1 h 43 sec
Reputation Power: 0
|
|
|
I dont really think that the math header has syntax errors
Hi,
Mini:Evaluator develop$ make
bison -d grammar.y
grammar.y: conflicts: 24 shift/reduce
flex rules.l
cc -0 -o Evaluator grammar.tab.c lex.yy.c -ly -ll -lm
In file included from grammar.y:3:
/usr/include/architecture/i386/math.h:310: error: syntax error before numeric constant
/usr/include/architecture/i386/math.h:355: error: syntax error before numeric constant
make: *** [Evaluator] Error 1
Mini:Evaluator develop$
Any ideas as to why I would be getting these two syntax errors from a system header?
|