emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Current master fails to compile


From: Eli Zaretskii
Subject: Current master fails to compile
Date: Sun, 09 Dec 2018 08:30:39 +0200

  In file included from lisp.h:35:0,
                   from alloc.c:33:
  alloc.c: In function 'allocate_pseudovector':
  alloc.c:3414:31: error: expression in static assertion is not constant
     verify (size_max + rest_max <= VECTOR_ELTS_MAX);
             ~~~~~~~~~~~~~~~~~~~~^~~~
  ../lib/verify.h:252:32: note: in definition of macro 'verify'
   # define verify(R) _GL_VERIFY (R, "verify (" #R ")")
                                  ^
  Makefile:384: recipe for target `alloc.o' failed
  make[1]: *** [alloc.o] Error 1

I see this both on GNU/Linux and on MS-Windows.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]