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 21:01:22 +0200 Message-ID: <83zjnj1ny5.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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1388343705 16484 80.91.229.3 (29 Dec 2013 19:01:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 19:01:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 20:01:51 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 1VxLcU-0000Wg-F2 for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 20:01:50 +0100 Original-Received: from localhost ([::1]:56041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLcT-0005v9-QK for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 14:01:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLcL-0005uy-W2 for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:01:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxLcG-0003JW-Sx for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:01:41 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:51713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLcG-0003JR-Kt for emacs-devel@gnu.org; Sun, 29 Dec 2013 14:01:36 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MYL00M000N23200@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Sun, 29 Dec 2013 21:01:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MYL00MYH0UM2N10@a-mtaout21.012.net.il>; Sun, 29 Dec 2013 21:01:35 +0200 (IST) In-reply-to: <5813E29F-E1BC-490B-831F-DECABC31020D@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.169 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:166973 Archived-At: > From: Jan Dj=C3=A4rv > 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 passe= d 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 The solution might be to use relative file names.