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

* Re: xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Po Lu @ 2022-03-17  6:57 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: emacs-devel

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.



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

* Re: xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-03-17  6:57 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: luangruo, emacs-devel

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



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

* Re: xterm.c:1122:3: error: ‘current_count’ undeclared (first use in this function); did you mean ‘current_column’?
  2022-03-17  6:57 ` Eli Zaretskii
@ 2022-03-17  8:21   ` Tassilo Horn
  0 siblings, 0 replies; 4+ messages in thread
From: Tassilo Horn @ 2022-03-17  8:21 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: luangruo, emacs-devel

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



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