[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this fun
From: |
Tassilo Horn |
Subject: |
xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’? |
Date: |
Thu, 17 Mar 2022 07:07:46 +0100 |
User-agent: |
mu4e 1.7.10; emacs 29.0.50 |
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
- xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?,
Tassilo Horn <=