From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: xterm.c:1122:3: error: =?utf-8?Q?=E2=80=98current=5Fcount?= =?utf-8?Q?=E2=80=99?= undeclared (first use in this function); did you mean =?utf-8?Q?=E2=80=98current=5Fcolumn=E2=80=99?= =?utf-8?Q?=3F?= Date: Thu, 17 Mar 2022 08:57:51 +0200 Message-ID: <83o825gj68.fsf@gnu.org> References: <87r171yuoh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21946"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 17 07:58:45 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nUk5s-0005Wu-2c for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Mar 2022 07:58:44 +0100 Original-Received: from localhost ([::1]:48448 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUk5q-0001Wc-VD for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Mar 2022 02:58:43 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUk56-0000ql-KZ for emacs-devel@gnu.org; Thu, 17 Mar 2022 02:57:56 -0400 Original-Received: from [2001:470:142:3::e] (port=49884 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUk56-0001cc-B6; Thu, 17 Mar 2022 02:57:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=6HXsM6dSIG2Fcs9gZuGkgLK62vQxOg+BLk7NdLYK3vs=; b=QlxpafHFDd2GopaAm6dh W+TQi7FwCFbSXP19G2J0LGkMsWmqCO7xqEBXXINGUxQOUT3AHstIlRpnG97zp9T7t2S1e900EdD5G lQJGs5y/WSRdJ0gfthktNZ4rnVZV2ci+IrTWrkV9ch3LcLUO6WcfkHN+o7W2HE0WE82o9704mfEd2 sULcmDMRfHIAPOs4v2Txpetr++hwdUxaZMOetIskI233vUtQ4/cmctwg9/wNLv+XWoXRyIvG+xLgS nTjTAlcHs/t0z32fI8sBrq7BIGPHPGlfINbVIJWTs2I7QYTkWYD0Qf6TPWMRKLznbFsCL7nfhxJnf rTroHkWJxqMLUg==; Original-Received: from [87.69.77.57] (port=4789 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUk55-00038a-Kk; Thu, 17 Mar 2022 02:57:55 -0400 In-Reply-To: <87r171yuoh.fsf@gnu.org> (message from Tassilo Horn on Thu, 17 Mar 2022 07:07:46 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:287245 Archived-At: > From: Tassilo Horn > Date: Thu, 17 Mar 2022 07:07:46 +0100 > Cc: Po Lu > > 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.