From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Newsgroups: gmane.emacs.devel Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux. Date: Sun, 29 Dec 2013 19:41:28 +0100 Message-ID: <5813E29F-E1BC-490B-831F-DECABC31020D@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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1388342510 5098 80.91.229.3 (29 Dec 2013 18:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 18:41:50 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 19:41:55 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 1VxLJD-0005zR-3r for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 19:41:55 +0100 Original-Received: from localhost ([::1]:55996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLJC-0008Nx-Hc for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 13:41:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLJ4-0008Ng-1E for emacs-devel@gnu.org; Sun, 29 Dec 2013 13:41:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxLIy-00060B-7H for emacs-devel@gnu.org; Sun, 29 Dec 2013 13:41:45 -0500 Original-Received: from mailfe06.swip.net ([212.247.154.161]:32980 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxLIr-0005zP-Tm; Sun, 29 Dec 2013 13:41:34 -0500 X-T2-Spam-Status: No, hits=0.0 required=5.0 tests=MIME_QP_LONG_LINE Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 463135996; Sun, 29 Dec 2013 19:41:31 +0100 In-Reply-To: <8361q73bea.fsf@gnu.org> X-Mailer: iPhone Mail (11B554a) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.161 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:166972 Archived-At: Hello.=20 29 dec 2013 kl. 16:49 skrev Eli Zaretskii : >> From: Thien-Thi Nguyen >> Date: Sun, 29 Dec 2013 10:11:16 +0100 >>=20 >> How about making a symlink (w/o space!) from the builddir and adding >> that to =E2=80=98CPPFLAGS=E2=80=99? >=20 > So we are going to support builddir with blanks on MS-Windows, but not > on Posix platforms? Ts-ts-ts... This has nothing to do with builddir, but include directories passed to the c= ompiler with -I. As this has to do with the configure code and how it handl= es spaces, I'm pretty sure this fails everywhere.=20 Jan D.=20=