emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Android port


From: Eli Zaretskii
Subject: Re: Android port
Date: Mon, 07 Aug 2023 05:26:33 +0300

> Date: Sun, 6 Aug 2023 22:26:20 +0200 (CEST)
> From: Angelo Graziosi <angelo.g0@libero.it>
> Cc: luangruo@yahoo.com, bruno@clisp.org, eggert@cs.ucla.edu,
>  emacs-devel@gnu.org
> 
> 
> > Il 06/08/2023 20:53 CEST Eli Zaretskii ha scritto:
> > 
> > Sorry, one typo and one more variable:
> > 
> >   gl_cv_func_printf_posix=yes
> >   gl_cv_func_vfprintf_posix=yes
> >   gl_cv_func_vasprintf_posix=yes
> >   ac_cv_func_vasnprintf
> 
> Now:
> 
> $ tail nt/mingw-cfg.site
> # Suppress configure-time diagnostic from unnecessary libxattr check,
> # as xattr will not be supported here.
> enable_xattr=no
> # Don't build gnulib printf either.
> ac_cv_func_vasprintf=yes
> gl_cv_func_vasprintf_posix=yes
> gl_cv_func_printf_posix=yes
> gl_cv_func_vfprintf_posix=yes
> gl_cv_func_vasprintf_posix=yes
> ac_cv_func_vasnprintf
> 
> 
> but I am afraid, it still fails...

The last one should be

  ac_cv_func_vasnprintf=yes

Anyway, thank you for your efforts.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]