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: Android port Date: Sat, 05 Aug 2023 09:41:00 +0300 Message-ID: <83sf8yt2ir.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <87h6pf9m6s.fsf@yahoo.com> <83350zw0xd.fsf@gnu.org> <878rar9frw.fsf@yahoo.com> <398412716.6174912.1691153917820@mail1.libero.it> <87zg377xqc.fsf@yahoo.com> <83msz6vr0f.fsf@gnu.org> <87il9u8fk9.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36315"; mail-complaints-to="usenet@ciao.gmane.io" Cc: angelo.g0@libero.it, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 05 08:41:11 2023 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 1qSAyM-0009LZ-P7 for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Aug 2023 08:41:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSAxz-0004ZU-TQ; Sat, 05 Aug 2023 02:40:47 -0400 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 1qSAxz-0004ZE-0Y for emacs-devel@gnu.org; Sat, 05 Aug 2023 02:40:47 -0400 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 1qSAxy-0001MJ-OA; Sat, 05 Aug 2023 02:40:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=tUnepCm8x21Nsgkkihx3SU0pdLcF2+DVNM99UYIkMt8=; b=ZiQ2o6IIPU8w xGZQT0Ub4LAPyrOaThgme4FJivxISrY+O520DifIw8b3m76LeqT5yfeg5D81LqK5dpjT2v+Tl9L2s YAu5gblY6fKzIEE0dSwcDGg8ibp7kZ1o+ZQ8Pcb//BSUS+qBUPSdxBRl+1fCtkh2gy6nNEIIKjhpV us44yeWnjVdr1XdOnZRw50GaIGNEu08Sv9dh5AfLoJ4QO/K7qn86U/bwrE+kH4E+xiMSOrxu0K3Fi NcnPK3NukEpOb67pqWap3JwLbqIlTcyXS76OIzrPgsLuLtHtDbDrqdjh3HgE1h7/f4zAzAjym6lC1 BAC0EBPtVVqkQZMLS9S/kA==; Original-Received: from [87.69.77.57] (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 1qSAxy-0004dj-76; Sat, 05 Aug 2023 02:40:46 -0400 In-Reply-To: <87il9u8fk9.fsf@yahoo.com> (message from Po Lu on Sat, 05 Aug 2023 09:04:54 +0800) 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:308302 Archived-At: > From: Po Lu > Cc: angelo.g0@libero.it, emacs-devel@gnu.org > Date: Sat, 05 Aug 2023 09:04:54 +0800 > > Eli Zaretskii writes: > > >> From: Po Lu > >> Cc: Eli Zaretskii , emacs-devel@gnu.org > >> Date: Fri, 04 Aug 2023 21:17:47 +0800 > >> > >> diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site > >> index 68e264fde4c..f78ee525bf1 100644 > >> --- a/nt/mingw-cfg.site > >> +++ b/nt/mingw-cfg.site > >> @@ -175,6 +175,7 @@ gl_cv_func_nanosleep=yes > >> enable_xattr=no > >> # Don't build gnulib printf either. > >> gl_cv_func_printf_sizes_c99=yes > >> +gl_cv_func_printf_sizes_c23=yes > >> gl_cv_func_printf_long_double=yes > >> gl_cv_func_printf_infinite_long_double=yes > >> gl_cv_func_printf_directive_a=yes > > > > What feature does the gl_cv_func_printf_sizes_c23 variable test? Does > > MinGW printf indeed support that feature? If not, we are lying to the > > configure script, and that is not TRT. > > We are deceiving the configure script, but that's the only ``supported'' > way to disable the printf* modules, as they aren't subject to the normal > Make-based controls in gnulib.mk. I'm sorry, but such a solution is not acceptable, as it will be a maintenance headache, if and when we actually need these features in Emacs. We must find a cleaner solution. Let's wait for the Gnulib folks to chime in and suggest better ways of solving this.