From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: MPS: native comp Date: Tue, 30 Apr 2024 09:05:40 -0400 Message-ID: References: <86y18vow8z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18960"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= , emacs-devel@gnu.org, eller.helmut@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 30 15:06:37 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 1s1nBt-0004k5-AS for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Apr 2024 15:06:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s1nBJ-0002CZ-UB; Tue, 30 Apr 2024 09:06:01 -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 1s1nBE-00029u-2l for emacs-devel@gnu.org; Tue, 30 Apr 2024 09:05:56 -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 1s1nBD-0008B4-PV; Tue, 30 Apr 2024 09:05:55 -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=c3m+hN0AdcTG/WImfZH3GZDAT9Jiwyq4I+P+lJfIU2M=; b=MSyxuz0pV7hBYD94ocus YENTQ/LpA7jc11CMrTMyyotOWJ5fut9nkNYpMxTGWZ2tlrmWXCl787ZSIfD0nyLRnx38ANXqU6M41 BBJt3KEhfHLcqQeY1h3UrAbm6O5oiH4jMBP45SKBYJL6RhZ6YWqfbk0SmQ7agSIQXcw7FLecKNJcB 75YW96+p5LrGBZPDJPfcE48LCkGBm1PtLCsskCaqAZAPrLqnTS7rpsOO/9lp785LNXHTVOk/tiiE/ TVG3kXYeLaB3aDTf81INRA4J8LwwtGWC7+ScXOZk1RU5nanyoLJRq0B4TKCGZaFMv+PhAHXfoNJ6i 8j20steYgAKBGg==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s1nB0-0005r1-2D; Tue, 30 Apr 2024 09:05:53 -0400 In-Reply-To: <86y18vow8z.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 30 Apr 2024 15:44:44 +0300") 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:318424 Archived-At: Eli Zaretskii writes: >> From: Gerd M=C3=B6llmann >> Cc: Eli Zaretskii , emacs-devel@gnu.org, Helmut Eller >> >> Date: Tue, 30 Apr 2024 13:54:50 +0200 >>=20 >> Andrea Corallo writes: >>=20 >> > PS last week I failed compiling MPS :/ I hope I can retry in the future >> > and have a look. >>=20 >> Maybe Helmut could help you? He's on Debian. > > FTR, I've built MPS on Trisquel GNU/Linux with no trouble at all. > There's a ready makefile in the tarball, you just need to run it. > > MPS doesn't use Autoconf (well, it does, but not the way we are used > to). Instead, for every platform it supports OOTB it has a makefile > ready to run. Okay thanks for the info, I tried ./configure + make on the repo checking out the latest release but this failed on my machine. Also I was puzzled there are instruction to build it using only the compiler like 'cd code && cc -O2 -c mps.c' (but I wanted have it installed as well). Andrea