unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* master build broken on macOS
@ 2022-06-09 14:53 Filipp Gunbin
  2022-06-09 15:49 ` Jim Porter
  2022-06-09 16:41 ` Eli Zaretskii
  0 siblings, 2 replies; 8+ messages in thread
From: Filipp Gunbin @ 2022-06-09 14:53 UTC (permalink / raw)
  To: emacs-devel, jporterbugs

window.c:1021:11: error: invalid operands to binary expression ('Lisp_Object' (aka 'struct Lisp_Object') and 'Lisp_Object')
    (unit == Qremap ? WINDOW_BODY_IN_REMAPPED_CHARS
     ~~~~ ^  ~~~~~~
1 error generated.


commit 43f8690ebf3439af90cf72c619e75afb4cff1a83
Author: Jim Porter <jporterbugs@gmail.com>
Date:   Thu Jun 2 21:12:04 2022 -0700

Thanks.



^ permalink raw reply	[flat|nested] 8+ messages in thread
* master build broken on macOS
@ 2021-11-16 12:59 Filipp Gunbin
  2021-11-16 13:04 ` Po Lu
  0 siblings, 1 reply; 8+ messages in thread
From: Filipp Gunbin @ 2021-11-16 12:59 UTC (permalink / raw)
  To: emacs-devel

With these errors.

  CC       keymap.o
keymap.c:135:33: error: passing 'Lisp_Object' (aka 'struct Lisp_Object') to parameter of incompatible type 'bool'
                   intern_c_string (defname), Qnil);
                                              ^~~~
./globals.h:6463:14: note: expanded from macro 'Qnil'
#define Qnil builtin_lisp_symbol (0)
             ^~~~~~~~~~~~~~~~~~~~~~~
keymap.c:77:13: note: passing argument to parameter here
                                    bool);
                                        ^
keymap.c:1444:36: error: passing 'Lisp_Object' (aka 'struct Lisp_Object') to parameter of incompatible type 'bool'
  store_in_keymap (keymap, c, cmd, Qnil);
                                   ^~~~
./globals.h:6463:14: note: expanded from macro 'Qnil'
#define Qnil builtin_lisp_symbol (0)
             ^~~~~~~~~~~~~~~~~~~~~~~
keymap.c:735:26: note: passing argument to parameter 'remove' here
                 Lisp_Object def, bool remove)
                                       ^
2 errors generated.
make[2]: *** [Makefile:390: keymap.o] Error 1



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

end of thread, other threads:[~2022-06-09 17:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 14:53 master build broken on macOS Filipp Gunbin
2022-06-09 15:49 ` Jim Porter
2022-06-09 17:51   ` Eli Zaretskii
2022-06-09 16:41 ` Eli Zaretskii
2022-06-09 17:28   ` Filipp Gunbin
  -- strict thread matches above, loose matches on Subject: below --
2021-11-16 12:59 Filipp Gunbin
2021-11-16 13:04 ` Po Lu
2021-11-16 13:11   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).