From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Wrong file locations in nextstep/Cocoa/Emacs.xcodeproj Date: Mon, 17 Oct 2011 17:56:38 +0200 Message-ID: <4E9C5036.3010106@swipnet.se> References: <87ipnny8s9.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318867024 24763 80.91.229.12 (17 Oct 2011 15:57:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 Oct 2011 15:57:04 +0000 (UTC) Cc: emacs-devel@gnu.org, CHENG Gao To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 17 17:57:00 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RFpYh-0006zB-6p for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2011 17:56:59 +0200 Original-Received: from localhost ([::1]:57047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFpYg-0002SC-S6 for ged-emacs-devel@m.gmane.org; Mon, 17 Oct 2011 11:56:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFpYd-0002Ig-BT for emacs-devel@gnu.org; Mon, 17 Oct 2011 11:56:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFpYY-0004HB-Tz for emacs-devel@gnu.org; Mon, 17 Oct 2011 11:56:55 -0400 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:52777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFpYS-0004Fa-GJ; Mon, 17 Oct 2011 11:56:44 -0400 Original-Received: from iph3.telenor.se (iph3.telenor.se [195.54.127.134]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 2B77DEA87F; Mon, 17 Oct 2011 17:56:39 +0200 (CEST) X-SENDER-IP: [85.225.45.201] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApdNAERPnE5V4S3JPGdsb2JhbABDiTyfLhkBAQEBNzKBbgEBBTgeIgEQCw4TFg8JAwIBAgEbDAoUBg0BBQIBAYd9ti2ICASZI4wv X-IronPort-AV: E=Sophos;i="4.69,359,1315173600"; d="scan'208";a="132292039" Original-Received: from c-c92de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.201]) by iph3.telenor.se with ESMTP; 17 Oct 2011 17:56:39 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id BBE867FA058; Mon, 17 Oct 2011 17:56:38 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: <87ipnny8s9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.196 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:145267 Archived-At: Hello. Chong Yidong skrev 2011-10-17 16:47: > CHENG Gao writes: > >> Just found out some errors in nextstep/Cocoa/Emacs.xcodeproj file. >> >> File Referenced Dir Actual Dir >> md5.h src/ lib/ >> point.h src/ does not exist in Bzr souce >> strftime.c src/ lib/ >> md5.c src/ lib/ >> filemode.c src/ lib/ > > Is this file autogenerated or hand-written? (I have no idea what it > does.) It is the definition file for Apples XCode IDE. I didn't know Emacs supplied one. I think this should be removed from Emacs, it is just a pain to update, not to mention handling different XCode versions. Emacs should after all be hacked in Emacs :-). Jan D.