unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* build on master broken on macOS? keyboard.c
@ 2018-06-15 14:06 Filipp Gunbin
  2018-06-15 14:46 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Filipp Gunbin @ 2018-06-15 14:06 UTC (permalink / raw)
  To: emacs-devel

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



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

* Re: build on master broken on macOS? keyboard.c
  2018-06-15 14:06 build on master broken on macOS? keyboard.c Filipp Gunbin
@ 2018-06-15 14:46 ` Eli Zaretskii
  2018-06-15 15:53   ` Filipp Gunbin
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2018-06-15 14:46 UTC (permalink / raw)
  To: Filipp Gunbin; +Cc: emacs-devel

> From: Filipp Gunbin <fgunbin@fastmail.fm>
> Date: Fri, 15 Jun 2018 17:06:47 +0300
> 
> 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);
>                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Thanks, please try again.  I hope I fixed this.



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

* Re: build on master broken on macOS? keyboard.c
  2018-06-15 14:46 ` Eli Zaretskii
@ 2018-06-15 15:53   ` Filipp Gunbin
  0 siblings, 0 replies; 3+ messages in thread
From: Filipp Gunbin @ 2018-06-15 15:53 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On 15/06/2018 17:46 +0300, Eli Zaretskii wrote:

>> From: Filipp Gunbin <fgunbin@fastmail.fm>
>> Date: Fri, 15 Jun 2018 17:06:47 +0300
>>
>> 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);
>>                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Thanks, please try again.  I hope I fixed this.

Fixed, thanks for the instant response!

Filipp



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

end of thread, other threads:[~2018-06-15 15:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-15 14:06 build on master broken on macOS? keyboard.c Filipp Gunbin
2018-06-15 14:46 ` Eli Zaretskii
2018-06-15 15:53   ` Filipp Gunbin

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).