From: Filipp Gunbin <fgunbin@fastmail.fm>
To: emacs-devel@gnu.org
Subject: build on master broken on macOS? keyboard.c
Date: Fri, 15 Jun 2018 17:06:47 +0300 [thread overview]
Message-ID: <m2bmccjg94.fsf@fgunbin.playteam.ru> (raw)
make bootstrap (if it matters, config args were --without-all --without-ns --with-dbus --with-file-notification=no --with-gnutls --with-modules --with-xml2 --with-zlib)
...
keyboard.c:5338:16: warning: implicit declaration of function 'make_lispy_focus_out' is invalid in C99 [-Wimplicit-function-declaration]
return make_lispy_focus_out (event->frame_or_window);
^
keyboard.c:5338:16: warning: incompatible integer to pointer conversion returning 'int' from a function with result type 'Lisp_Object'
(aka 'union Lisp_X *') [-Wint-conversion]
return make_lispy_focus_out (event->frame_or_window);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
make[3]: Leaving directory '/Users/fgunbin/src/emacs/admin/unidata'
CCLD temacs
ld: warning: option -prebind is obsolete and being ignored
Undefined symbols for architecture x86_64:
"_make_lispy_focus_out", referenced from:
_make_lispy_event in keyboard.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:608: temacs] Error 1
Filipp
next reply other threads:[~2018-06-15 14:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-15 14:06 Filipp Gunbin [this message]
2018-06-15 14:46 ` build on master broken on macOS? keyboard.c Eli Zaretskii
2018-06-15 15:53 ` Filipp Gunbin
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=m2bmccjg94.fsf@fgunbin.playteam.ru \
--to=fgunbin@fastmail.fm \
--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.