From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat' Date: Thu, 21 Apr 2022 23:22:08 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17767"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Po Lu , Mattias =?iso-8859-1?Q?Engdeg=E5rd?= , Paul Eggert , emacs-devel@gnu.org To: Keith David Bershatsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 22 00:23:55 2022 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 1nhfDP-0004Mi-9J for ged-emacs-devel@m.gmane-mx.org; Fri, 22 Apr 2022 00:23:55 +0200 Original-Received: from localhost ([::1]:51670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhfDO-0002Lo-6b for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Apr 2022 18:23:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhfBr-0001OW-47 for emacs-devel@gnu.org; Thu, 21 Apr 2022 18:22:19 -0400 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:65::8:228]:43323) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhfBo-0004lf-K9 for emacs-devel@gnu.org; Thu, 21 Apr 2022 18:22:18 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 319E2EA; Thu, 21 Apr 2022 22:22:12 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.100]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1650579731; bh=9djYtUT4cAkf+fdiwfnjVCLX+dAKCZbRrv/MxXYFqlI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XFLabStbqKVfX+qdHvBxbyIkhOa2Pc/pUXrHc2En5m/34DoF45IRZzdQbHRfAW4mN mypjka6iV0nB8+mw+QVNkvVHqLC53PYnDamgP/Aph1jwgpIj1b5syiN2FmaurNAkjM YyyHvinIrU5c6OIDAe5DvR+f7kPlssZua2SWJHc1ZP0y6V4sWOvMWsv0lojSADEzPA F9daj0Ai6XVhVAbtKWOkIl7yyXjw/YyNMDPDo6TvB5vvlGSJPWTfbvECp+g5gWmAAN SHwsRYHfxkQTW/Mhw2AaHMmiTHyYV5LbhyG2Q4VWdbleh6WmCeV/CNM5zoHB1mKhK5 Afmmh0474HgYA== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95) (envelope-from ) id 1nhfBg-000hTB-2G; Thu, 21 Apr 2022 23:22:08 +0100 Mail-Followup-To: Alan Third , Keith David Bershatsky , emacs-devel@gnu.org, Po Lu , Mattias =?iso-8859-1?Q?Engdeg=E5rd?= , Paul Eggert Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:fff0:65::8:228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:288778 Archived-At: On Thu, Apr 21, 2022 at 01:51:03PM -0700, Keith David Bershatsky wrote: > I kept the combined two most recent changes, and I made the new change, and have the following build output: > > CC nsterm.o > nsterm.m: In function 'ns_query_color': > nsterm.m:2125: error: 'genericRGBColorSpace' undeclared (first use in this function) > nsterm.m:2125: error: (Each undeclared identifier is reported only once > nsterm.m:2125: error: for each function it appears in.) > make[1]: *** [nsterm.o] Error 1 > make: *** [src] Error 2 > ~/Desktop/emacs $ *sigh* OK, I think it should have been: [[((NSColor *)col) colorUsingColorSpace:[NSColorSpace genericRGBColorSpace]] getRed: &r green: &g blue: &b alpha: &a]; -- Alan Third