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: Sun, 06 Aug 2023 18:39:59 +0300 Message-ID: <83edkgp4c0.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <87il9s5vmv.fsf@yahoo.com> <83o7jkpbi1.fsf@gnu.org> <7795730.O3cEFmX14Z@nimes> <83leeopaw1.fsf@gnu.org> <87cz0047ar.fsf@yahoo.com> <300293781.6205921.1691334594442@mail1.libero.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33646"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, bruno@clisp.org, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 06 17:40:04 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 1qSfrQ-0008Yb-1B for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Aug 2023 17:40:04 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSfr8-0002GA-1e; Sun, 06 Aug 2023 11:39:46 -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 1qSfr5-0002Fz-Tp for emacs-devel@gnu.org; Sun, 06 Aug 2023 11:39:43 -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 1qSfr4-0007sV-Ez; Sun, 06 Aug 2023 11:39:42 -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=g9alF3mGZ6vCHWDlMBKqJz3UoXRU+Ml/aSKg1JMm56o=; b=g/LIqiGApL1j 47wDSoCxXfnZ0/eqHnXaLL2GLApzvcFFkh+VImBl8r9BxLzYuuKrcoIqvTOtTLWxCNB8oT5P6b3nA JJLZMG8uabxzdsvyaYrHpgwHFht0ZiAyI1qAxsPfQA1/nzAoXh7IicFNoUUabvbd2SUkZNtosvBR1 UvqV8CkIOd0pZ4pPPFBLjZRS8gDZfNiFA/HsVJAXB9JNL10QUEwT+Ku+sFcWuJ2F0wavXNEerg92F Up1KMQ6M52nrhXPyP84D9os22C9LS09J+ElThBGHUMTYwDn51rXu6weZigA/7kLk2YTKefDzpGv07 aeaUM3ycOaRaOtwUtqOGkg==; In-Reply-To: <300293781.6205921.1691334594442@mail1.libero.it> (message from Angelo Graziosi on Sun, 6 Aug 2023 17:09:54 +0200 (CEST)) 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:308374 Archived-At: > Date: Sun, 6 Aug 2023 17:09:54 +0200 (CEST) > From: Angelo Graziosi > Cc: Bruno Haible , eggert@cs.ucla.edu, emacs-devel@gnu.org > > > Il 06/08/2023 15:41 CEST Po Lu ha scritto: > > [...] > > Hmm, yes. Angelo, would you give this a spin and ack? > > > > diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site > > index f78ee525bf1..b6c7639362e 100644 > > --- a/nt/mingw-cfg.site > > +++ b/nt/mingw-cfg.site > > @@ -174,20 +174,5 @@ gl_cv_func_nanosleep=yes > > # as xattr will not be supported here. > > 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 > > -gl_cv_func_printf_directive_b=yes > > -gl_cv_func_printf_directive_f=yes > > -gl_cv_func_printf_directive_n=yes > > -gl_cv_func_printf_directive_ls=yes > > -gl_cv_func_printf_directive_lc=yes > > -gl_cv_func_printf_positions=yes > > -gl_cv_func_printf_flag_grouping=yes > > -gl_cv_func_printf_flag_leftadjust=yes > > -gl_cv_func_printf_flag_zero=yes > > -gl_cv_func_printf_precision=yes > > -gl_cv_func_printf_enomem=yes > > ac_cv_func_vasprintf=yes > > +gl_cv_func_vasprintf_posix=yes > > On top of previous or from scratch? On top of previous, I think. In any case, you are supposed to be left with just these two, under the "Don't build gnulib printf either" comment: # Don't build gnulib printf either. ac_cv_func_vasprintf=yes gl_cv_func_vasprintf_posix=yes Thanks.