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: can't compile master on MacOS 10.15 with fink Date: Mon, 22 Feb 2021 11:23:39 +0000 Message-ID: References: <87sg5o1rj8.fsf@mat.ucm.es> <877dn0h3na.fsf@gmail.com> <875z2k1i0k.fsf@mat.ucm.es> 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="36058"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 22 12:24:59 2021 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 1lE9Kl-0009Fn-Hz for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 12:24:59 +0100 Original-Received: from localhost ([::1]:46926 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE9Kk-00019n-JK for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 06:24:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE9Jg-0000UR-9g for emacs-devel@gnu.org; Mon, 22 Feb 2021 06:23:52 -0500 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:2d:8::218]:40095) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE9Jc-0002dj-1h for emacs-devel@gnu.org; Mon, 22 Feb 2021 06:23:51 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.28]) (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 345D060520 for ; Mon, 22 Feb 2021 11:23:42 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1613993021; bh=Icy1xL57Hou8sUUGdGPXB+MgZDcuGQVeyFc23LFgZvg=; h=Date:From:To:Subject:References:In-Reply-To:From; b=lSTo22Hw/zQzRkIF4/t1b5YOFKGItXhBUF5e+26Avup2GTKeaEzRqK4nTv3mP90Ot GqoXCvSvIwKBv2bJiASOTxBEanDxUJixRFdc4K3y7QcOJ+aNKh7IqLUmmRx+v8OrbL WY4Q2QHr1w+Vj9R4SqKvhEA6K5ILQJ2xXFiY+qTRL/9T3o/LXbStCrW9IHrwTFcTjn zzzKDpBDIMTqn47DYSDwyiYMcBnGh6lV/uTMLXf9RNTa2eEZOQFAuFS69XTJolICj/ Wmv8bIg5PjKzAVd0TwnA/BlciDG8KndYGu6tz3OjX1NCfy7XN/bdUgpH+KSfcwHnzt v6fvXm3M+zNIA== Original-Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 49568202AA0B50; Mon, 22 Feb 2021 11:23:39 +0000 (GMT) Mail-Followup-To: Alan Third , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <875z2k1i0k.fsf@mat.ucm.es> Received-SPF: pass client-ip=2a01:4f8:fff0:2d:8::218; 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:265475 Archived-At: On Mon, Feb 22, 2021 at 12:03:39PM +0100, Uwe Brauer wrote: > > Where can I find the ns gui? > > And which options should I use then? Have a look in nextstep/INSTALL in the git repo. Basically, you don't need any flags. That's how I build: ./configure make make install -- Alan Third