unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* NS compile error after trunk merge r118324
@ 2014-11-09  6:12 Adrian Robert
  2014-11-09 10:36 ` Jan D.
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Robert @ 2014-11-09  6:12 UTC (permalink / raw)
  To: emacs-devel@gnu.org Development; +Cc: Jan Djärv

Hi,

I get a compile error from trunk

> nsterm.m:3922:11: error: use of undeclared identifier 'update_p'
>          update_p = YES;
>          ^
> nsterm.m:3926:7: error: use of undeclared identifier 'update_p'
>  if (update_p)
> 


Adding a definition at nsterm.m: 3855:

  BOOL update_p = YES;

“fixes" it, but I don’t think it is right since it looks from the changes like ns_set_vertical_scrollbar() and ns_set_horizontal_scrollbar() were seen as one function.  I’m not sure if this error was in the original emacs-24 branch or came from the merge to trunk.  (Was the ‘horizontal’ method created in trunk?  If so there may be a number of other divergences to look at.)

http://lists.gnu.org/archive/html/emacs-diffs/2014-11/msg00117.html
http://lists.gnu.org/archive/html/emacs-diffs/2014-11/msg00120.html

thanks,
Adrian




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

end of thread, other threads:[~2014-11-10  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-09  6:12 NS compile error after trunk merge r118324 Adrian Robert
2014-11-09 10:36 ` Jan D.
2014-11-09 19:40   ` Glenn Morris
2014-11-09 21:25     ` Jan D.
2014-11-09 22:57       ` Glenn Morris
2014-11-10  6:17         ` Jan Djärv
2014-11-10  7:40           ` Glenn Morris

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