From: Po Lu <luangruo@yahoo.com>
To: Tassilo Horn <tsdh@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
Date: Thu, 17 Mar 2022 14:57:47 +0800 [thread overview]
Message-ID: <87h77xnk0k.fsf@yahoo.com> (raw)
In-Reply-To: <87r171yuoh.fsf@gnu.org> (Tassilo Horn's message of "Thu, 17 Mar 2022 07:07:46 +0100")
Tassilo Horn <tsdh@gnu.org> writes:
> Hi all,
>
> on some machine, I get the following compile error for the current
> master (9916b49e41):
>
> make[1]: Entering directory '/home/horn/Repos/el/emacs/src'
> make -C ../oldXMenu/ libXMenu11.a
> make[2]: Entering directory '/home/horn/Repos/el/emacs/oldXMenu'
> make[2]: 'libXMenu11.a' is up to date.
> make[2]: Leaving directory '/home/horn/Repos/el/emacs/oldXMenu'
> CC xterm.o
> xterm.c: In function ‘x_dnd_begin_drag_and_drop’:
> xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
> 1122 | current_count = 0;
> | ^~~~~~~~~~~~~
> | current_column
> xterm.c:1122:3: note: each undeclared identifier is reported only once for each function it appears in
> make[1]: *** [Makefile:415: xterm.o] Error 1
> make[1]: Leaving directory '/home/horn/Repos/el/emacs/src'
> make: *** [Makefile:469: src] Error 2
>
> with emacs configured as
>
> ./configure --with-modules --with-x-toolkit=no \
> --with-jpeg=ifavailable --with-png=ifavailable \
> --with-tiff=ifavailable --with-native-compilation
Should be fixed now, thanks.
next prev parent reply other threads:[~2022-03-17 6:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-17 6:07 xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’? Tassilo Horn
2022-03-17 6:57 ` Po Lu [this message]
2022-03-17 6:57 ` Eli Zaretskii
2022-03-17 8:21 ` Tassilo Horn
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h77xnk0k.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=emacs-devel@gnu.org \
--cc=tsdh@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 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).