Graham Murray wrote: > > On trying to build an application which uses -mno-cygwin, the > compilation fails because it cannot find "standard" sytem headers. I > added "-v" to the CFLAGS and the output follows. I am sure that this > worked about 2 weeks ago, and since then I have only used the setup > (from the web page) utility to keep everything up-to-date. > > In file included from h-basic.h:20, > from angband.h:19, > from artifact.c:13: > h-system.h:20: stdio.h: No such file or directory > h-system.h:21: ctype.h: No such file or directory > h-system.h:22: errno.h: No such file or directory > h-system.h:28: stdlib.h: No such file or directory > h-system.h:50: time.h: No such file or directory > h-system.h:59: io.h: No such file or directory > h-system.h:67: memory.h: No such file or directory > h-system.h:73: fcntl.h: No such file or directory > h-system.h:104: string.h: No such file or directory > make: *** [artifact.o] Error 1
I hate to ask this :) Do you have these headers in the /usr/include/mingw directory ? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/