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 feature/android Date: Tue, 07 Mar 2023 14:51:20 +0200 Message-ID: <83a60o7mif.fsf@gnu.org> References: <87edq7ztks.fsf.ref@yahoo.com> <875ybhvt4w.fsf@yahoo.com> <83356kbxnh.fsf@gnu.org> <87lekcvho4.fsf@yahoo.com> <83r0u4adgd.fsf@gnu.org> <87a60suknn.fsf@yahoo.com> <83356jafll.fsf@gnu.org> <87o7p7tz16.fsf@yahoo.com> <83sfej8v17.fsf@gnu.org> <87fsajtrrx.fsf@yahoo.com> <83o7p78ns8.fsf@gnu.org> <87y1obsamf.fsf@yahoo.com> <0100f288-fcc0-8b91-5f12-18bf22969e50@cs.ucla.edu> <87ttyzs8q1.fsf@yahoo.com> <253e9494-6f78-89b7-8f5f-9c2e8461d95a@cs.ucla.edu> <878rgaspvs.fsf@yahoo.com> <86bkl6z1sc.fsf@aarsen.me> <87mt4qqi2o.fsf@yahoo.com> <83a60q84eo.fsf@gnu.org> <87a60qqb0c.fsf@yahoo.com> <83y1oa6k71.fsf@gnu.org> <87sfehpfcv.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28032"; mail-complaints-to="usenet@ciao.gmane.io" Cc: arsen@aarsen.me, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 07 13:52:23 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 1pZWnm-00072k-Rc for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Mar 2023 13:52:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZWn6-0004Kc-1Z; Tue, 07 Mar 2023 07:51:40 -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 1pZWmt-0004KJ-O8 for emacs-devel@gnu.org; Tue, 07 Mar 2023 07:51:28 -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 1pZWms-0004Sy-Hl; Tue, 07 Mar 2023 07:51:26 -0500 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=TNLhIcU2/d3fysTjhhvFTiaRlrQRTAjSbvVu2Hn9CGA=; b=foSrllNjxTTm UukOl+yLFrB1C8BRb7hVfjJSvki2R50a8wfnk/MB/rm+rPh7Hm0D8QwI4C41fZy/vxhGXm7idNfVJ hvPxO3Z9WqLPDjcM1rBrdxfK45a0Fc4HvtVz3Xvkehf1Lz3iUNbclpEcZIt+Q974610meSM3YOjYR dg7ZTQClfKymriwFYLIiY5isTVzLjG/Om8t1klNVoWtIhtnxInEi8im2PtugBg2IF7y3WmBy+ceVl OR2pR1SpPCHgx9DJejK03UOqw8BkO4hELkTPdOs42AXeXdQG56rzsp1XL6hTKiWv8HOVad8EM8lML ppSYKoMrcGHIRokm64P1Vw==; 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 1pZWmq-0004rF-4z; Tue, 07 Mar 2023 07:51:26 -0500 In-Reply-To: <87sfehpfcv.fsf@yahoo.com> (message from Po Lu on Tue, 07 Mar 2023 08:36:16 +0800) 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:304079 Archived-At: > From: Po Lu > Cc: arsen@aarsen.me, eggert@cs.ucla.edu, emacs-devel@gnu.org > Date: Tue, 07 Mar 2023 08:36:16 +0800 > > Eli Zaretskii writes: > > >> > Once again, let's please make this work like configure does with image > >> > libraries, i.e. error out by default if modules aren't supported, and > >> > suggest using ifavailable. This will solve the problem cleanly and in > >> > a way that cannot be missed by chance. > >> > >> How about only on GNU/Linux systems, and maybe Mac OS and Windows? > > > > I don't understand what you propose, in practical terms. > > Basically, to only default to the error when opsys is set to systems > which use GCC. Why the distinction? what bad things will happen if we do this for any compiler?