Hi, as I try to compile the 'foo.c' output from AWKA with gcc (Mingw) or other free compiler such as 'lcc' running under Win32, the compiler returns lots of errors related to 'libawka.h' without being able to complete its task:
In file included from awka_out.c:3:
C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/libawka.h:1208: error: syntax error
before "a_VAR"
C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/libawka.h:1216: error: syntax error
before "a_VAR"
C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/libawka.h:1227: error: syntax error
before "int"
C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/libawka.h:1236: error: syntax error
before "a_VAR"
C:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/libawka.h:1463: error: syntax error
before "char"
Please notice anything work really fine under linux.
file of compiling errors; automatically generated by the lcc compiler