all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
@ 2022-03-17  6:07 Tassilo Horn
  2022-03-17  6:57 ` Po Lu
  2022-03-17  6:57 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Tassilo Horn @ 2022-03-17  6:07 UTC (permalink / raw)
  To: emacs-devel; +Cc: Po Lu

Hi all,

on some machine, I get the following compile error for the current
master (9916b49e41):

--8<---------------cut here---------------start------------->8---
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
--8<---------------cut here---------------end--------------->8---

with emacs configured as

  ./configure --with-modules --with-x-toolkit=no \
              --with-jpeg=ifavailable --with-png=ifavailable \
              --with-tiff=ifavailable --with-native-compilation

Bye,
Tassilo



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

end of thread, other threads:[~2022-03-17  8:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2022-03-17  6:57 ` Eli Zaretskii
2022-03-17  8:21   ` Tassilo Horn

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.