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: igc: trying to chase a crash Date: Wed, 27 Nov 2024 08:47:01 -0500 Message-ID: References: <874j3v2lq3.fsf@telefonica.net> <87ttbtm45y.fsf@no.lan> <5907228.rdbgypaU67@3-191.divsi.unimi.it> 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="8520"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Vincenzo Pupillo , emacs-devel@gnu.org, chad , =?utf-8?Q?=C3=93scar?= Fuentes To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 27 14:47:51 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 1tGIOU-00024M-Cd for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Nov 2024 14:47:50 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tGINm-0000rC-6Z; Wed, 27 Nov 2024 08:47:06 -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 1tGINi-0000qi-Ep for emacs-devel@gnu.org; Wed, 27 Nov 2024 08:47:02 -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 1tGINh-0003Mi-NN; Wed, 27 Nov 2024 08:47:01 -0500 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=/9vUj/B6QvRwsnds23wZeHv7Rzb/5COR7qzwQ2T65q8=; b=V3PoyX9OPenmIRWWzljz nEbiayHcqQXM/Pqn3GJs/NccIVjX3yypds1j2Zb3x0Pw8HFC9rwURhaR+YWtdyndCdZhfM8FW/bd4 wiEJ0VNQD6iKcydX4cTC9hn3CeehzrT9wcQR/x/rwvMne+SD6ToKEC1+o8EQz041JmgsUIiWNVCAS G4iupwYYg+TvRfiHH4Lgi2ZIZ+++FJd/t5BLlX7OGZwBaK2O1GzYO33FF7TNaeCF8ET6yj8hgjknQ OtMp3WWvme9gVJVtEPxYxCjtjnllsDQ1HWTxsuRLBbyYCcws50CL3FPAKWJl9ygsH4DHsfNRErTbU +k8/L8rPvz0z9g==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tGINh-0004tv-5S; Wed, 27 Nov 2024 08:47:01 -0500 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llmann=22'?= =?utf-8?Q?s?= message of "Wed, 27 Nov 2024 12:16:27 +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:325766 Archived-At: Gerd M=C3=B6llmann writes: > Andrea Corallo writes: > >> BTW, I think if the user explicitly uses --with-mps the configuration >> should fail if MPS is not available. >> >> Andrea > > Can't say much about that - it's behaving like for some other libs ATM. True, but my feeling is that for important features like this (at least) the other behavior is better, that's why --with-nativecomp can signal an error. Also I assume that a user checking out scratch/igc and compiling with --with-mps really want to try igc :)