emacs-devel
[Top][All Lists]
Advanced

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

Re: Android port


From: Bruno Haible
Subject: Re: Android port
Date: Sat, 05 Aug 2023 13:20:31 +0200

Angelo Graziosi wrote:
> I had lost that source but 
> 
> wget 
> https://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-bfbdf4eb892935536fc665d6cc986fd669364263.tar.gz
> 
> seems the same source. It has the same failure.
> 
> The attached tarball contains:
> 
> - autogen_configure_output.log, which is the output of
>   
>     ./autogen
>     ./configure
> 
> - make-k_V.eq.1-first_output.log, which is the output of the first `make -k 
> V=1`
> - make-k_V.eq.1-second_output.log, which is the output of the first `make -k 
> V=1`
> - config.status
> - stdio.h (/mingw64/include/stdio.h)

Thanks. The REPLACE_*PRINTF values appear to be correct.

But from this error log:

In file included from 
C:/msys64/tmp/emacs-bfbdf4eb892935536fc665d6cc986fd669364263/nt/inc/ms-w32.h:389,
                 from ../src/conf_post.h:38,
                 from ../src/config.h:3511,
                 from printf.c:18:
C:/msys64/mingw64/include/stdio.h:379:5: note: previous definition of 'printf' 
with type 'int(const char *, ...)'

it seems that nt/inc/ms-w32.h directly includes <stdio.h> from mingw, without
the interposed lib/stdio.h.

Do you have a lib/stdio.h in your build tree?

Bruno






reply via email to

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