all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Robert <adrian.b.robert@gmail.com>
To: "emacs-devel@gnu.org Development" <emacs-devel@gnu.org>
Cc: "Jan Djärv" <jan.h.d@swipnet.se>
Subject: NS compile error after trunk merge r118324
Date: Sun, 9 Nov 2014 08:12:36 +0200	[thread overview]
Message-ID: <39AB655E-CA13-48E3-8E5C-4B322DCB6F3C@gmail.com> (raw)

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




             reply	other threads:[~2014-11-09  6:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-09  6:12 Adrian Robert [this message]
2014-11-09 10:36 ` NS compile error after trunk merge r118324 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

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=39AB655E-CA13-48E3-8E5C-4B322DCB6F3C@gmail.com \
    --to=adrian.b.robert@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    /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.