gheja / gbdk

GameBoy Developer's Kit (GBDK) 2.96a from 2002 tuned so it can be compiled on a modern system (Ubuntu 18.04 LTS and 16.04 LTS).
84 stars 10 forks source link

SDCC.lex:49:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'YY_PROTO' #5

Closed gheja closed 10 years ago

gheja commented 10 years ago

SDCC.lex:49:12: error: expected '=', ',', ';', 'asm' or 'attribute' before 'YY_PROTO' make[2]: * [SDCClex.o] Error 1 make[2]: Leaving directory '/home/builder/project/sdcc/src' make[1]: * [sdcc-cc] Error 2 make[1]: Leaving directory '/home/builder/project/sdcc' make: *\ [sdcc-build] Error 2

gheja commented 10 years ago

It seems that YY_PROTO() macro could not be properly handled. Don't ask me why...