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 09:48:53 +0200 Message-ID: <0E599DD5-FA70-4928-A78C-EE0D7FCA1A65@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 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1378108158 13618 80.91.229.3 (2 Sep 2013 07:49:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Sep 2013 07:49:18 +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=29"?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 02 09:49:18 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 1VGOsw-000382-H3 for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2013 09:49:18 +0200 Original-Received: from localhost ([::1]:37626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGOsw-0007tZ-5u for ged-emacs-devel@m.gmane.org; Mon, 02 Sep 2013 03:49:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGOsm-0007r8-VS for emacs-devel@gnu.org; Mon, 02 Sep 2013 03:49:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGOsd-00024e-Ew for emacs-devel@gnu.org; Mon, 02 Sep 2013 03:49:08 -0400 Original-Received: from mail01.bdtv.se ([176.10.222.34]:51500) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VGOsd-00024P-2q for emacs-devel@gnu.org; Mon, 02 Sep 2013 03:48:59 -0400 Original-Received: (qmail 26616 invoked by uid 89); 2 Sep 2013 07:48:56 -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 07:48:56 -0000 Original-Received: from [172.16.2.175] (unknown [176.57.193.190]) by coolsville.localdomain (Postfix) with ESMTPSA id 709F31A027D; Mon, 2 Sep 2013 07:48:56 +0000 (UTC) In-Reply-To: <20130902.090506.652506440796554663.kazu@iij.ad.jp> X-Mailer: iPhone Mail (10B350) 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:163122 Archived-At: Hello.=20 I've checked in a fix in trunk, please try it. Jan D.=20 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 >=20 > --Kazu