emacs-devel
[Top][All Lists]
Advanced

[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: Po Lu
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]