Mail Archives: cygwin-developers/1998/12/26/04:35:47
I am attempting to compile winsup-981224 on my W98 machine and came up with
this problem:
In file included from /src/winsup/syscalls.cc:20:
\src\newlib\libc\include\utmp.h:4: sys/utmp.h: No such file or directory
make[1]: *** [syscalls.o] Error 1
make: *** [all-target-winsup] Error 2
Comparing the original B20.1 winsup directory with the 981124 version, I
noted that the copy in winsup/include is gone, causing the compiler to fall
back to the copy in newlib/libc/include, which unfortunately points to the
non-existant newlib/libc/include/sys/utmp.h.
I have replaced the utmp.h from the original B20.1 version, but I can't help
but wonder why the file was deleted in the first place.
Please advise.
Kind regards - Will.
- Raw text -