From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD still broken for OSX Date: Mon, 29 Sep 2008 21:34:53 +0000 (UTC) Message-ID: References: <86wsgya51q.fsf@blue.stonehenge.com> <86ljxc6ur4.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1222724119 16251 80.91.229.12 (29 Sep 2008 21:35:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Sep 2008 21:35:19 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 29 23:36:17 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KkQPg-0004lP-5Z for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 23:36:16 +0200 Original-Received: from localhost ([127.0.0.1]:41175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkQOd-00012a-AC for ged-emacs-devel@m.gmane.org; Mon, 29 Sep 2008 17:35:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KkQOX-00012T-W2 for emacs-devel@gnu.org; Mon, 29 Sep 2008 17:35:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KkQOV-00012H-5u for emacs-devel@gnu.org; Mon, 29 Sep 2008 17:35:04 -0400 Original-Received: from [199.232.76.173] (port=57036 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KkQOU-00012E-TQ for emacs-devel@gnu.org; Mon, 29 Sep 2008 17:35:02 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:38890 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KkQOU-0002sY-F5 for emacs-devel@gnu.org; Mon, 29 Sep 2008 17:35:02 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KkQOS-00034H-VC for emacs-devel@gnu.org; Mon, 29 Sep 2008 21:35:01 +0000 Original-Received: from dpc67142130031.direcpc.com ([67.142.130.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Sep 2008 21:35:00 +0000 Original-Received: from Adrian.B.Robert by dpc67142130031.direcpc.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Sep 2008 21:35:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.142.130.31 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/523 (KHTML, like Gecko, Safari/523.10) OmniWeb/v621.0.99313) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104236 Archived-At: Randal L. Schwartz stonehenge.com> writes: > Here's how I repeat the error, using the CVS view: > > make distclean > ./configure --prefix=/opt/emacs --with-ns > make bootstrap install OK, thanks. I'm not sure what the behavior is with --prefix specified but without --disable-self-contained. Where do the lisp and the Emacs.app end up after the make invocation? Could you try either with no --prefix or adding --disable-ns-self-contained to the configure invocation? If this fixes it we should probably auto-disable self-contained if a prefix is set. thanks, Adrian