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: Sat, 05 Aug 2023 09:46:57 +0300 Message-ID: <83o7jmt28u.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <87h6pf9m6s.fsf@yahoo.com> <83350zw0xd.fsf@gnu.org> <878rar9frw.fsf@yahoo.com> <398412716.6174912.1691153917820@mail1.libero.it> <87zg377xqc.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22512"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, angelo.g0@libero.it, emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 05 08:47:16 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 1qSB4F-0005fP-6A for ged-emacs-devel@m.gmane-mx.org; Sat, 05 Aug 2023 08:47:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSB3r-0006w7-V1; Sat, 05 Aug 2023 02:46:51 -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 1qSB3l-0006qy-Vw for emacs-devel@gnu.org; Sat, 05 Aug 2023 02:46:47 -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 1qSB3l-00024O-Nk; Sat, 05 Aug 2023 02:46:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Gk/3B9azYod6dFd4GIN3/wFJoq6ev4G+t6PsRWfuMWI=; b=HNk17VLmPKjaKqY2ebGE pDFVnKkDT8r3XtqUuOl3ZixFe8Xv8zTSmskafBYjhxpMtoOT87nLNnfxmlaq4J9taG1Wm7UODX9DV Pxm2XKiPJBMvq9fr1fCFZKgna/6InUtUOn+Rog86WnvdIgh1H4Wn1KciibZVI0ffM0NPPGMi7w14k nhuXGfArfDKg0jajr+J5EWnhewIa8oh2V6PEjh3fblCqcIPn4Gqfv2xAQP/SMA2N5MNSsydAgIrBb I2lGMigjCBsfw9FiJ9tEuv6Ttc1GR2wbY3ixThEt+57YtwPZEUhwxGpnSZBOXPTqSNM9mjBJ+ZMyj zysF5Z4VvL/BWA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSB3i-0005CK-Lf; Sat, 05 Aug 2023 02:46:43 -0400 In-Reply-To: (message from Corwin Brust on Fri, 4 Aug 2023 22:24:09 -0500) 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:308303 Archived-At: > From: Corwin Brust > Date: Fri, 4 Aug 2023 22:24:09 -0500 > Cc: Angelo Graziosi , Eli Zaretskii , emacs-devel@gnu.org > > On Fri, Aug 4, 2023 at 8:37 AM Corwin Brust wrote: > > > > With both patches applied I'm able to build feature/android under > > MSYS2/MinGW64. I am trying a 32 bit build now. > > That build also succeeded; I can run the resulting runemacs.exe from > MinGW32; it "works". On which version of MS-Windows did you test the 32-bit build? And thanks for yours and Angelo's efforts in validating this branch.