all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Master broken by commit b76389f
@ 2018-06-08  9:49 Eli Zaretskii
  2018-06-08 10:01 ` Eli Zaretskii
  2018-06-08 15:23 ` Paul Eggert
  0 siblings, 2 replies; 4+ messages in thread
From: Eli Zaretskii @ 2018-06-08  9:49 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

In a 32-bit MinGW build --with-wide-int, I cannot compile today's master:

    CC       dispnew.o
  In file included from lisp.h:35:0,
		   from dispnew.c:27:
  ../lib/verify.h:207:21: error: static assertion failed: "verify (alignof (union vectorlike_header) % GCALIGNMENT == 0)"
   # define _GL_VERIFY _Static_assert
		       ^
  ../lib/verify.h:252:20: note: in expansion of macro '_GL_VERIFY'
   # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
		      ^
  lisp.h:901:1: note: in expansion of macro 'verify'
   verify (alignof (union vectorlike_header) % GCALIGNMENT == 0);
   ^
  ../lib/verify.h:207:21: error: static assertion failed: "verify (alignof (struct Lisp_String) % GCALIGNMENT == 0)"
   # define _GL_VERIFY _Static_assert
		       ^
  ../lib/verify.h:252:20: note: in expansion of macro '_GL_VERIFY'
   # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
		      ^
  lisp.h:1384:1: note: in expansion of macro 'verify'
   verify (alignof (struct Lisp_String) % GCALIGNMENT == 0);
   ^
  Makefile:382: recipe for target `dispnew.o' failed

and many similar problems in other C source files.



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

end of thread, other threads:[~2018-06-08 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08  9:49 Master broken by commit b76389f Eli Zaretskii
2018-06-08 10:01 ` Eli Zaretskii
2018-06-08 15:23 ` Paul Eggert
2018-06-08 18:05   ` Eli Zaretskii

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.