From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: Merging feature/android Date: Tue, 14 Mar 2023 14:03:39 +0100 Message-ID: <86sfe7mqms.fsf@gnu.org> References: <87edq7ztks.fsf.ref@yahoo.com> <87edq7ztks.fsf@yahoo.com> <874jqn9508.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29585"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 14 14:06:13 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 1pc4M1-0007SA-3s for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Mar 2023 14:06:13 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pc4LJ-0005Lm-PO; Tue, 14 Mar 2023 09:05:29 -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 1pc4LI-0005I1-2x for emacs-devel@gnu.org; Tue, 14 Mar 2023 09:05:28 -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 1pc4LH-0003La-K1; Tue, 14 Mar 2023 09:05:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=PO3T/4k8yaijcqMphFpRGKZifWgN5bX6iEG8NzbXUds=; b=TO8x339GUf+BS6MHRoso F5Wb7YO0k1Hmm5ppPU+cs0oJ7XysrPD1fGzUddeon5rFsg+BcJ0V1kva3dvd5jsLYVKN4j1Z0i1jD +b/rOkWilkMcvrHUe8fnLWEIPMOyvpTc+HYa0+klGU7QBaDF9SqmQXDZ3cz3VmVWJxPnaDweFs0vS U8Dld8iNUEyTg5h4lD1cxyaOT9HYKUNED5PeysDn3mgVw+UOg7PqVpAfE1htRI8G6tKl65MTuW/bi PPhN+N1TBKFZKx+BOf632Wsca7PFR/Gfd2svYx2er+6hwOZsoxWzqP6UW1lQt35Ug6QGhQVuY1g7w 4YXK3RM5BiytjA==; Original-Received: from p5b32627f.dip0.t-ipconnect.de ([91.50.98.127] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pc4LH-0007Bv-6f; Tue, 14 Mar 2023 09:05:27 -0400 In-Reply-To: <874jqn9508.fsf@yahoo.com> (Po Lu's message of "Tue, 14 Mar 2023 15:16:55 +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:304437 Archived-At: Po Lu writes: > Would someone please test it on Windows as well? ./autogen.sh and ./configure both work. Running make says: CC fingerprint.o CC acl_entries.o CC asnprintf.o CC asprintf.o CC frexp.o asprintf.c:30:1: error: redefinition of 'asprintf' 30 | asprintf (char **resultp, const char *format, ...) | ^~~~~~~~ In file included from Z:/pathto/emacs-android/nt/inc/ms-w32.h:389, from ../src/conf_post.h:38, from ../src/config.h:3470, from asprintf.c:18: Z:/pathto/msys64/mingw64/include/stdio.h:265:5: note: previous definition of 'asprintf' with type 'int(char **, const char *, ...)' 265 | int asprintf(char **__ret, const char *__format, ...) | ^~~~~~~~ make[2]: *** [Makefile:102: asprintf.o] Error 1 This is with MSYS2/MinWG64, GCC 12.2.0. HTH. Best, Arash