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: trunk r115773: Port xcrun configuration to GNU/Linux. Date: Sun, 29 Dec 2013 14:21:14 +0100 Message-ID: References: <3vtxdtx38w.fsf@fencepost.gnu.org> <52BE1E71.1040604@cs.ucla.edu> <52BFCC3C.3040504@cs.ucla.edu> <52BFD493.9090002@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1388323290 15146 80.91.229.3 (29 Dec 2013 13:21:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 13:21:30 +0000 (UTC) Cc: Paul Eggert , emacs-devel To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 14:21:36 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 1VxGJE-0002ZA-Gr for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 14:21:36 +0100 Original-Received: from localhost ([::1]:55239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxGJE-0003B2-0Q for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 08:21:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxGJ6-0003Av-T8 for emacs-devel@gnu.org; Sun, 29 Dec 2013 08:21:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxGJ2-00054S-2e for emacs-devel@gnu.org; Sun, 29 Dec 2013 08:21:28 -0500 Original-Received: from mailfe04.swip.net ([212.247.154.97]:56444 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxGJ1-00054C-St; Sun, 29 Dec 2013 08:21:24 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 463470534; Sun, 29 Dec 2013 14:21:16 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1827) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.97 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:166967 Archived-At: Hello. 29 dec 2013 kl. 09:16 skrev YAMAMOTO Mitsuharu = : >>>>>> On Sat, 28 Dec 2013 23:51:47 -0800, Paul Eggert = said: >=20 >> YAMAMOTO Mitsuharu wrote: >>> you cannot put quotes in the value of CPPFLAGS. >=20 >> Ah, OK, thanks, I reverted the change. >=20 >> If someone ever has spaces in xcsdkdir's value they can worry about >> fixing this. >=20 Too bad autoconf is so bad at space handling. > Yes. Actually it is not so uncommon to have spaces as a part of a > volume name (e.g., /Volumes/Macintosh HD/Applications/Xcode.app/...). > That's why I didn't apply the patch in > http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00760.html to > the Mac port. >=20 We only need to use xcsdkdir if xcrun is used, I made that change. > I'd encourage those who build Emacs themselves to install the Command > Line Developer Tools on Mavericks (i.e., $ xcode-select --install) so > they have /usr/include directory, which does not exist by default. Last I checked, that required an additional registration. Some people = are not comfortable with that. Also, upgrading Xcode is easier if xcrun is used. Jan D.