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 22:04:02 +0100 Message-ID: <82E26E6F-3455-4744-A618-7033DBF39A4A@swipnet.se> References: <3vtxdtx38w.fsf@fencepost.gnu.org> <52BE1E71.1040604@cs.ucla.edu> <52BFCC3C.3040504@cs.ucla.edu> <52BFD493.9090002@cs.ucla.edu> <87ppog2f9n.fsf@zigzag.favinet> <8361q73bea.fsf@gnu.org> <5813E29F-E1BC-490B-831F-DECABC31020D@swipnet.se> <83zjnj1ny5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1388351066 22148 80.91.229.3 (29 Dec 2013 21:04:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 21:04:26 +0000 (UTC) Cc: emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 22:04:31 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 1VxNXC-0000yM-Uj for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 22:04:31 +0100 Original-Received: from localhost ([::1]:56267 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNXC-0000LY-FO for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 16:04:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNX4-0000KY-O8 for emacs-devel@gnu.org; Sun, 29 Dec 2013 16:04:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxNWy-0006ms-Vf for emacs-devel@gnu.org; Sun, 29 Dec 2013 16:04:22 -0500 Original-Received: from mailfe01.swip.net ([212.247.154.1]:56469 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNWp-0006le-Nh; Sun, 29 Dec 2013 16:04:07 -0500 X-T2-Spam-Status: No, hits=0.0 required=5.0 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 467951750; Sun, 29 Dec 2013 22:04:05 +0100 Original-Received: from c-46-246-21-207.anonymous.at.anonine.com (unknown [46.246.21.207]) (Authenticated sender: jhd) by hosdjarv.se (Postfix) with ESMTPSA id 74DEB1A009D; Sun, 29 Dec 2013 21:04:04 +0000 (UTC) In-Reply-To: <83zjnj1ny5.fsf@gnu.org> X-Mailer: Apple Mail (2.1827) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.1 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:166977 Archived-At: Hello. 29 dec 2013 kl. 20:01 skrev Eli Zaretskii : >> From: Jan Dj=E4rv >> Date: Sun, 29 Dec 2013 19:41:28 +0100 >> Cc: "emacs-devel@gnu.org" >>=20 >> This has nothing to do with builddir, but include directories passed = to the compiler with -I. As this has to do with the configure code and = how it handles spaces, I'm pretty sure this fails everywhere.=20 >=20 > The solution might be to use relative file names. It would not help here, the trees are urelated. I.e. the relative path would also have a space in it, something like: ../../../../Volumes/Macintosh HD/... Jan D.