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: Why have you disable mouse on TTY builds? Date: Sun, 05 Jan 2025 11:05:29 +0200 Message-ID: <8634hxaaw6.fsf@gnu.org> References: <5c8854f9-53ec-43c7-b82a-e040ba246ccf@libero.it> 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="9959"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 05 10:06:18 2025 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 1tUMaQ-0002SB-AM for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jan 2025 10:06:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tUMZl-0005hJ-Jn; Sun, 05 Jan 2025 04:05:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tUMZk-0005h2-AG for emacs-devel@gnu.org; Sun, 05 Jan 2025 04:05:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tUMZj-0006GV-Vb; Sun, 05 Jan 2025 04:05:35 -0500 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=uBUZTlDxJ60oPGQvxjQ1ZRC0eebsdVmTd2XT85+RjUs=; b=Ku6dIfRH+8EJgBmE3D2B T4v01qXNMjbPfDbQ353I9vzFk3HwyGoYJ6HIpbOsnKEpD/kuVxFiGvU5Y1h4GKDO0GxiLJ7YcQzfo BJPWpoPkFcUllW2g6NCrKYFGGUyPRr2F5waVE2J2dCGUPhacRO+7zQNdv0v0kyfS2ESGubohXm92J nQrLq3d98etUAClqeyuo3RNcxLrddGa9AecbMRRH9jx2quXVVa8iiM5a33fTOAJbOQ2M/98AVRT0n Mdat+xAx/cnarKx1aQAz/UzLn8cqnQm7k3k0vYFlGGHhxP34gSdZxlxEshWCsz4O8mlxCvM8gfIHU A9WPKzGKelPHvA==; In-Reply-To: (message from Angelo Graziosi on Sun, 5 Jan 2025 01:16:08 +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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:327711 Archived-At: > Date: Sun, 5 Jan 2025 01:16:08 +0100 > From: Angelo Graziosi > > BTW, the TTY(*) build shows the following warning Did you report these issues to the MSYS2 folks? They maintain the package build scripts independently of the upstream project, so they need to be told, IMO. > $ grep -i warning emacs-master-tty-x86_64-20250104_115339-release-build.log > ac-wrapper: autoreconf: warning: auto-detected versions not found ( ); > falling back to latest available I don't get this here, and don't understand what that means. Maybe you have an Autoconf version that emits this for some reason. > checking whether C compiler handles -Werror -Wunknown-warning-option... no > checking for C compiler option to allow warnings... -Wno-error These are normal. > configure: WARNING: libattr development library was not found or not usable. > configure: WARNING: GNU Emacs will be built without xattr support. Do you have some xattr.h header file or libxattr library installed? The configure script tells you these cannot be used (which is correct for the Windows build). I don't see these warnings here, but then I don't have this library installed. > dynamic-setting.el:59:12: Warning: the function ‘reconsider-frame-fonts’ > is not known to be defined. I don't get this here, and there's already a declare-function form in dynamic-setting.el and the call is guarded by display-graphic-p. So I don't see why you get this. I attempted to fix the other wranings.