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: Merging MPS a.k.a. scratch/igc, yet again Date: Tue, 10 Dec 2024 16:41:30 +0200 Message-ID: <86cyhzbnxh.fsf@gnu.org> References: <878qwuitbu.fsf@yahoo.com> <87jzcajrnz.fsf@protonmail.com> <86o71mfhox.fsf@gnu.org> <87frmyjn9j.fsf@protonmail.com> <86ldwqfcqv.fsf@gnu.org> <87a5d6jgim.fsf@protonmail.com> <86a5d6f7bn.fsf@gnu.org> <871pyijctd.fsf@protonmail.com> <8634iyf257.fsf@gnu.org> <8634iwex8q.fsf@gnu.org> <87plm0msrq.fsf@telefonica.net> <86ttbbbs7d.fsf@gnu.org> <87h67bn07n.fsf@telefonica.net> 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="16518"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 10 15:42:17 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 1tL1RH-00044O-Rt for ged-emacs-devel@m.gmane-mx.org; Tue, 10 Dec 2024 15:42:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tL1Qr-00018e-VY; Tue, 10 Dec 2024 09:41:49 -0500 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 1tL1Qr-00018U-6d for emacs-devel@gnu.org; Tue, 10 Dec 2024 09:41:49 -0500 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 1tL1Qq-0003eG-SF; Tue, 10 Dec 2024 09:41:48 -0500 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=zMzK7dArn6b0kRFzLeilK7a2ouavQopOc7oEBXagmMg=; b=phes9GAk1/DpNwSBtmIt H/OLzSFUIqSU3ZfUS90sejl2Rjg7XQ6Hp+cfD+wrd+el26tu+hfv0zRf5koWnwgzdh1B0n4TsEJ1f xRRydr7CK4rbf1RhFPaO0ohi1HzUMZlac9byha5+OPYLmzVjL2noQwfd6thcWouKYshnovNoCd6gB 2IPxIsC0+YUwvbkT9vMIEeAdJSn05KzpNyAEcLzvH2A8njVOrUzXXb7SjIbz1I8FwBq1koz7nQT5r 60cOHKosRS8rDZz+vlOqn/FXBekn0End40m5Yo7J+qOOQexVgZcRKmbz1Nc4uT8jODBwRvqfeTDgf 7rTjx0dJrucx9w==; In-Reply-To: <87h67bn07n.fsf@telefonica.net> (message from =?utf-8?Q?=C3=93scar?= Fuentes on Tue, 10 Dec 2024 14:20:44 +0100) 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:326291 Archived-At: > From: Óscar Fuentes > Date: Tue, 10 Dec 2024 14:20:44 +0100 > > Eli Zaretskii writes: > > >> From: Óscar Fuentes > >> Date: Mon, 09 Dec 2024 22:49:13 +0100 > >> > >> In fact, I'm pretty sure that any experienced autotools hacker can add > >> MPS to the Emacs build in no time. The only annoying bit is that some > >> MPS headers collide with Emacs' > > > > ??? The MPS build instructions in manual/build.txt say to copy to > > /usr/include only the headers that begin with "mps", and there are no > > such headers in Emacs, AFAICT. So what kind of collisions did you > > see? > > I don't recall the details, but passing -I/path/to/mps/code to Emacs' > config script resulted in a failed build because the wrong headers were > picked while compiling certain .c files. That should be quite easy to > replicate, if you are interested. If that's what you did, then I understand. The MPS instructions tell to copy all the mps*.h files into your /usr/include tree, not what you did.