1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
bisonc++ 2.4.1-1 Failed 117.58689
Reason: GCC_ERROR
1-line summary:
FlexLexer.h:130: error: expected unqualified-id before numeric constant
multi-line summary:
In file included from yylex.cc:394:
/usr/include/FlexLexer.h:130: error: expected unqualified-id before numeric constant
excerpt for mail:
g++ -c -o scanner/o/11yylex.o -Wall -O3 scanner/yylex.cc
In file included from yylex.cc:394:
/usr/include/FlexLexer.h:130: error: expected unqualified-id before numeric constant
system - failure of system call (status 256)
system - failure of system call (status 256)
make: *** [build-stamp] Error 1
|