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: MPS codegen Date: Fri, 14 Jun 2024 21:28:57 +0300 Message-ID: <86wmmrwf86.fsf@gnu.org> References: <87le3b43qi.fsf@gmail.com> <86r0d21tqj.fsf@gnu.org> <877cetgqiz.fsf_-_@gmail.com> <87wmmsg2e4.fsf@gmail.com> <878qz8ezn4.fsf@gmail.com> <8734pfgb51.fsf@gmail.com> <86ikybyd2h.fsf@gnu.org> <87v82bebc6.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37073"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, acorallo@gnu.org, emacs-devel@gnu.org To: Helmut Eller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 14 20:30:00 2024 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 1sIBgW-0009Qs-Kl for ged-emacs-devel@m.gmane-mx.org; Fri, 14 Jun 2024 20:30:00 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sIBfc-0001Oo-AD; Fri, 14 Jun 2024 14:29:04 -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 1sIBfb-0001Og-3j for emacs-devel@gnu.org; Fri, 14 Jun 2024 14:29:03 -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 1sIBfa-0008JS-RC; Fri, 14 Jun 2024 14:29:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=h8fe4EnoQI3LMSidmYzX5mM3Ev3Mi1fACJY0+LLcVQ0=; b=g3WGmaY1aymx lqQgM7TsvWQ3EVlqQDIbp21V5Tr/FsnurEhE2aa4viareO555o2K7BFGK1BUtKvdVCOjinWCwmdFO Qm50z0tbmgQig8jeHQm5D4IXP5+o3L+xqpXqk+YLxm864OP2pp/NHqf2qotP4gb+dr661/QNySn4G L9IqmBVDWJ/OVaxoN/hFpasmAspMmh0aaPNti+qJj8vxQnp5ARbLJDSB1XYqKYqKIvVd37oZHh50P QvdQoE6BTsmQN8DSu2o/xHt4Wqc5Wirs0CA1oZOFNZMDt92amMSb3GwqDPqCsx+C6a7mct1ScoFaM eTixYaZouFZTP/YoRD63Hw==; In-Reply-To: <87v82bebc6.fsf@gmail.com> (message from Helmut Eller on Fri, 14 Jun 2024 18:30:17 +0200) 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:320084 Archived-At: > From: Helmut Eller > Cc: gerd.moellmann@gmail.com, acorallo@gnu.org, emacs-devel@gnu.org > Date: Fri, 14 Jun 2024 18:30:17 +0200 > > > Does the current branch build on GNU/Linus > > as a 32-bit executable? > > Yes, it builds here. At least the tty version. Too bad. This means the problem is probably Windows-specific, and thus will probably remain unsolved (and make this branch not very interesting for me).