Re: GNULib Module nanosleep Breaks CVS Build On Windows
Jim Meyering <[email protected]> Wed, 12 May 2004 16:12:15 +0200
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <[email protected]> |
"Conrad T. Pino" <[email protected]> wrote: > Derek Price of the CVS Project http://www.cvshome.org/ > recently pulled GNULib updates into CVS source tree and > our Windows build using Visual Studio C++ 6.0 tool set > broke. This is what we know so far: > > http://mail.gnu.org/archive/html/bug-cvs/2004-05/msg00127.html Thanks for the report. Regarding getting declarations for select into nanosleep.c for WOE, the proper (POSIX) way would be to include <sys/select.h>. Would that work on your system?