|
From: Alfred C. <alf...@t-...> - 2005-07-10 23:51:24
|
Hi, i tried to compile the stable version of htcobol 0.62 within the actual=20 debian-sarge. The used gcc is gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright =A9 2003 Free Software Foundation, Inc. the result of make gives a result like that: alfred@tux:/usr/local/src/tinycobol-0.62/compiler$ make gcc -I/usr/include -I/usr/local/include -I../lib -I../ -c scan.c scan.c:1060: error: Syntaxfehler before "YY_PROTO" scan.l:120: error: Syntaxfehler before "switch" scan.l:123: error: redefinition of `yy_start' scan.c:272: error: `yy_start' previously defined here scan.l:123: Warnung: data definition has no type or storage class scan.l:124: error: Syntaxfehler before "break" Is anybody out there, who can give me a hint ? Thanks, Alfred |