emacs-devel
[Top][All Lists]
Advanced

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

Re: Android port


From: Angelo Graziosi
Subject: Re: Android port
Date: Sun, 6 Aug 2023 22:26:20 +0200 (CEST)

> 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...



reply via email to

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