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: Tassilo Horn
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 09:21:58 +0100
User-agent: mu4e 1.7.10; emacs 29.0.50

Eli Zaretskii <eliz@gnu.org> writes:

>>   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.

Yes, I'm now past the compilation of xterm.c.
Thank you both!

Bye,
Tassilo



reply via email to

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