all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: Master broken by commit b76389f
Date: Fri, 08 Jun 2018 12:49:12 +0300	[thread overview]
Message-ID: <83in6tvc9z.fsf@gnu.org> (raw)

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.



             reply	other threads:[~2018-06-08  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08  9:49 Eli Zaretskii [this message]
2018-06-08 10:01 ` Master broken by commit b76389f Eli Zaretskii
2018-06-08 15:23 ` Paul Eggert
2018-06-08 18:05   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83in6tvc9z.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.