From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux. Date: Sun, 29 Dec 2013 23:16:50 +0200 Message-ID: <83wqin1hod.fsf@gnu.org> 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> <82E26E6F-3455-4744-A618-7033DBF39A4A@swipnet.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1388351835 29777 80.91.229.3 (29 Dec 2013 21:17:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 21:17:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 22:17:21 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 1VxNjb-0000g2-A5 for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 22:17:19 +0100 Original-Received: from localhost ([::1]:56308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNja-0002GS-Pl for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 16:17:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNjT-0002FF-2L for emacs-devel@gnu.org; Sun, 29 Dec 2013 16:17:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxNjM-0004v5-OR for emacs-devel@gnu.org; Sun, 29 Dec 2013 16:17:11 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:45956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxNjM-0004sm-Ft for emacs-devel@gnu.org; Sun, 29 Dec 2013 16:17:04 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MYL00E0070M3K00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 29 Dec 2013 23:17:03 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MYL00DJD74EP090@a-mtaout22.012.net.il>; Sun, 29 Dec 2013 23:17:03 +0200 (IST) In-reply-to: <82E26E6F-3455-4744-A618-7033DBF39A4A@swipnet.se> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:166978 Archived-At: > From: Jan Dj=E4rv > Date: Sun, 29 Dec 2013 22:04:02 +0100 > Cc: emacs-devel >=20 > Hello. >=20 > 29 dec 2013 kl. 20:01 skrev Eli Zaretskii : >=20 > >> 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 pa= ssed to the compiler with -I. As this has to do with the configure c= ode and how it handles spaces, I'm pretty sure this fails everywhere.= =20 > >=20 > > The solution might be to use relative file names. >=20 > It would not help here, the trees are urelated. > I.e. the relative path would also have a space in it, something lik= e: >=20 > ../../../../Volumes/Macintosh HD/... How about stuffing the file name into an environment variable, and using that in configure?