Markus Gerwinski wrote:
tsystem.h:63:19: stdio.h: No such file or directory tsystem.h:66:23: sys/types.h: No such file or directory tsystem.h:69:19: errno.h: No such file or directory tsystem.h:76:20: string.h: No such file or directory tsystem.h:80:20: stdlib.h: No such file or directory tsystem.h:81:20: unistd.h: No such file or directory include/limits.h:132:75: limits.h: No such file or directory
After in the Makefile.in I added -I$(srcdir)/fixinc/tests/base to the include path, only this error message remained:
I don't know Mingw myself, but this path looks strange (tests!?). Are you sure this is the actual locations of standard C headers such as stdio.h etc. (and not just some -- test? -- files that happen to use the same names for whichever reason)?
Does anyone have an idea what I'm doing wrong? -- My MinGW installation directory is just C:\MinGW, so all of the important system headers should be found in C:\MinGW\include.
Did you try adding this directory to the include path?
Frank