From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs.icns Date: Mon, 2 Sep 2013 07:06:18 +0200 Message-ID: <6D2656B9-12D5-4BB3-A7AB-43605B641364@swipnet.se> References: <20130828.131621.1814606820726668051.kazu@iij.ad.jp> <0DD1856E-B5BB-45F1-9C5D-BEC98C48BCAB@swipnet.se> <20130902.090506.652506440796554663.kazu@iij.ad.jp> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1378098382 17627 80.91.229.3 (2 Sep 2013 05:06:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2013 05:06:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?Kazu_Yamamoto_=28=E5=B1=B1=E6=9C=AC=E5=92=8C=E5=BD=A6?= =?utf-8?Q?=29?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 02 07:06:24 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VGMLH-0003lk-Gx for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2013 07:06:23 +0200 Original-Received: from localhost ([::1]:36964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGMLH-0002Ye-18 for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2013 01:06:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGML8-0002Wh-Rs for emacs-devel@gnu.org; Mon, 02 Sep 2013 01:06:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGML3-0005P1-3A for emacs-devel@gnu.org; Mon, 02 Sep 2013 01:06:14 -0400 Original-Received: from mail01.bdtv.se ([176.10.222.34]:51139) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VGML2-0005O2-Ml for emacs-devel@gnu.org; Mon, 02 Sep 2013 01:06:09 -0400 Original-Received: (qmail 17347 invoked by uid 89); 2 Sep 2013 05:06:06 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.bdtv.se with ESMTPA; 2 Sep 2013 05:06:06 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 128E81A027C; Mon, 2 Sep 2013 05:06:06 +0000 (UTC) In-Reply-To: <20130902.090506.652506440796554663.kazu@iij.ad.jp> X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 176.10.222.34 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163121 Archived-At: Hello. 2 sep 2013 kl. 02:05 skrev Kazu Yamamoto (=E5=B1=B1=E6=9C=AC=E5=92=8C=E5=BD= =A6) : > Hi, >=20 >> Somehow the nextstep/Makefile thinks nextstep/Emacs.app is up to >> date. This could happen before, but a fix is in the trunk. Are you >> running trunk? >=20 > Yes. >=20 >> If not, do a=20 >> % touch nextstep/Cocoa/Emacs.base >=20 > I did this just in case but "make -j" did not copy the necessary > files. >=20 > Here is what I used: >=20 > % touch nextstep/Cocoa/Emacs.base > % make maintainer-clean > % ./autogen.sh > % CFLAGS=3D'-g3 -O0' ./configure --with-ns > % make -j3 install=20 I did that but did not get the error, so it is a race that depends on = your machine probably. Ca you do the above but slightly different: % make -j3 install 2>&1 | tee make.out and then send me make.out? Thanks, Jan D.