all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* MinGW build broken with O_CLOEXEC undeclared
@ 2020-03-08  8:53 martin rudalics
  2020-03-08  9:05 ` Paul Eggert
  2020-03-08 15:03 ` Eli Zaretskii
  0 siblings, 2 replies; 13+ messages in thread
From: martin rudalics @ 2020-03-08  8:53 UTC (permalink / raw)
  To: emacs-devel; +Cc: Paul Eggert

Compiling master is currently broken on my Windows XP (MinGW gcc 4.8.1) as below

../../lib/futimens.c:31:1: warning: no previous prototype for 'futimens' [-Wmissing-prototypes]
  futimens (int fd, struct timespec const times[2])
  ^
   CC       getopt1.o
   CC       gettimeofday.o
   CC       memmem.o
   CC       mempcpy.o
   CC       memrchr.o
   CC       mkostemp.o
   CC       mktime.o
   CC       open.o
../../lib/open.c: In function 'sys_open':
../../lib/open.c:127:49: error: 'O_CLOEXEC' undeclared (first use in this function)
                    flags & ~(have_cloexec <= 0 ? O_CLOEXEC : 0), mode);
                                                  ^
../../lib/open.c:127:49: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [open.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/c/emacs-git/trunk/dbg/lib'
make: *** [lib] Error 2

martin



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-03-08 18:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-08  8:53 MinGW build broken with O_CLOEXEC undeclared martin rudalics
2020-03-08  9:05 ` Paul Eggert
2020-03-08  9:34   ` martin rudalics
2020-03-08 10:08     ` Paul Eggert
2020-03-08 15:11       ` Eli Zaretskii
2020-03-08 15:03 ` Eli Zaretskii
2020-03-08 16:38   ` martin rudalics
2020-03-08 17:04     ` Eli Zaretskii
2020-03-08 17:09       ` Eli Zaretskii
2020-03-08 18:15         ` martin rudalics
2020-03-08 17:21       ` martin rudalics
2020-03-08 17:56         ` Paul Eggert
2020-03-08 18:15           ` martin rudalics

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.