[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this
From: |
Eli Zaretskii |
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 08:57:51 +0200 |
> From: Tassilo Horn <tsdh@gnu.org>
> Date: Thu, 17 Mar 2022 07:07:46 +0100
> Cc: Po Lu <luangruo@yahoo.com>
>
> 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
Thanks, I think I fixed this now.