From: Info - E. S.r.l. <in...@es...> - 2007-05-17 16:35:12
|
Hi all I have download and open tar file for start porting of old source of cobol for microfocus compiler. But i have this problem on directory /compiler /usr/local/src/tinycobol-0.63# make Making all in compiler make[1]: Entering directory `/usr/local/src/tinycobol-0.63/compiler' gcc -I/usr/include -I/usr/local/include -I../lib -I../ -c scan.c scan.c:1076: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âYY_PROTOâ scan.l:744: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âYY_PROTOâ make[1]: *** [scan.o] Error 1 /usr/local/src/tinycobol-0.63# cd compiler /usr/local/src/tinycobol-0.63/compiler# make Making all in compiler make[1]: Entering directory `/usr/local/src/tinycobol-0.63/compiler' gcc -I/usr/include -I/usr/local/include -I../lib -I../ -c scan.c scan.c:1076: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âYY_PROTOâ scan.l:744: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âYY_PROTOâ make[1]: *** [scan.o] Error 1 Have you think, where is problem ? Regards Massimo Spataro |