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: Interest in a Cosmopolitan build? Date: Thu, 09 Nov 2023 10:47:44 +0200 Message-ID: <83zfznz51r.fsf@gnu.org> References: <83ttpw1lzw.fsf@gnu.org> <784ffc8ae66e600ffbc598232cbc1abea9e55788.camel@corcoles.net> <838r771nwu.fsf@gnu.org> <87o7g3tjho.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25417"; mail-complaints-to="usenet@ciao.gmane.io" Cc: alex@corcoles.net, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 09 09:48:33 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 1r10iG-0006Os-Ki for ged-emacs-devel@m.gmane-mx.org; Thu, 09 Nov 2023 09:48:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r10he-0004DT-1L; Thu, 09 Nov 2023 03:47:54 -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 1r10hc-0004D6-GU for emacs-devel@gnu.org; Thu, 09 Nov 2023 03:47:52 -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 1r10hc-0004gt-4m; Thu, 09 Nov 2023 03:47:52 -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=G/CvCVUGVi06A28vKULi+DXLGYETHRUEn0Lxij2TVj4=; b=XmJEOpPkDb5M OXG7HqOHjSv182vLhQNButqih3nKpAgUq4kVlzqRZARGKCr9sRljdVhE2nlLUZL2xeRTbwvKVdsd5 PqBGaEs7349IdkCyBFw2AyGY8t+RZIQ6tqa0m2QKBcMnsweL+BsRbi1hRi/Jp1SRmFASl81i24YsQ FhKQgWaSNoX8SQgAx2zHg2AZMP8fyA3jBCHZMbyUa/mHoCJB5gHlatk7Wa6Eh2yzJlvuLwe9CQOGr 9v5PNLKcTUhY90IXqvl0g1KQGStfc8oQerO+H2Iv9T5UKeS0bW6pvYOcBBJP/vnKez/Ie07M23Ke4 xS1pjixw2XYnUkusUNj+jQ==; In-Reply-To: <87o7g3tjho.fsf@yahoo.com> (message from Po Lu on Thu, 09 Nov 2023 16:32:19 +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:312388 Archived-At: > From: Po Lu > Cc: Alex Corcoles , emacs-devel@gnu.org > Date: Thu, 09 Nov 2023 16:32:19 +0800 > > Eli Zaretskii writes: > > > This sounds like a kludgey solution fopr some problem, but what is the > > problem? > > errno values are not constant under Cosmopolitan, since they vary by the > underlying OS the binary runs on. Then the change must be specific to Cosmopolitan, as I don't think we want to punish other systems on this behalf. Macros make debugging harder when people forget to compile with -g3, which they almost always do.