17 Nov
2005
17 Nov
'05
10:49 p.m.
Monique Louise <monique.louise@gmail.com> writes:
I receive the following message when I try to compile and install nhc98 at WinXP:
timeUnix.c:7:23: sys/times.h: No such file or directory
My guess is that your installation of Cygwin is missing the component that provides some of the standard C header files. <sys/times.h> is part of the POSIX standard (4.5.2), and is normally supported by Cygwin. Check (using Cygwin's setup.exe) that you have at least these packages from the Devel category: gcc-mingw-core glib-devel There may be others that are required also. Regards, Malcolm