From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux. Date: Sun, 29 Dec 2013 10:11:16 +0100 Message-ID: <87ppog2f9n.fsf@zigzag.favinet> References: <3vtxdtx38w.fsf@fencepost.gnu.org> <52BE1E71.1040604@cs.ucla.edu> <52BFCC3C.3040504@cs.ucla.edu> <52BFD493.9090002@cs.ucla.edu> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1388308072 6826 80.91.229.3 (29 Dec 2013 09:07:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 09:07:52 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 10:07:58 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 1VxCLl-0004UD-H4 for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 10:07:57 +0100 Original-Received: from localhost ([::1]:54468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxCLl-0001u7-0T for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 04:07:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxCLd-0001tz-Em for emacs-devel@gnu.org; Sun, 29 Dec 2013 04:07:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxCLX-0004Pz-C1 for emacs-devel@gnu.org; Sun, 29 Dec 2013 04:07:49 -0500 Original-Received: from smtp205.alice.it ([82.57.200.101]:24830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxCLX-0004Pm-18 for emacs-devel@gnu.org; Sun, 29 Dec 2013 04:07:43 -0500 Original-Received: from zigzag.favinet (95.236.25.189) by smtp205.alice.it (8.6.060.28) id 529A59310721EE40 for emacs-devel@gnu.org; Sun, 29 Dec 2013 10:07:41 +0100 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1VxCP7-0004zR-P1 for emacs-devel@gnu.org; Sun, 29 Dec 2013 10:11:25 +0100 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sun, 29 Dec 2013 17:16:29 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.101 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:166963 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () YAMAMOTO Mitsuharu () Sun, 29 Dec 2013 17:16:29 +0900 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/...). How about making a symlink (w/o space!) from the builddir and adding that to =E2=80=98CPPFLAGS=E2=80=99? Something like: ln -f -s "$xcsdkdir" fake-xcsdkdir xcsdkdir=3D`pwd`/fake-xcsdkdir AS_VAR_APPEND([CPPFLAGS],[ -I$xcsdkdir/usr/include/libxml2]) The kludge can be conditionalized on space-detection, i suppose. =2D-=20 Thien-Thi Nguyen GPG key: 4C807502 (if you're human and you know it) read my lisp: (responsep (questions 'technical) (not (via 'mailing-list))) =3D> nil --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlK/5zcACgkQZwMiJEyAdQKWFQCffqr4/fsBj9mSZHPn4HYSBZfy vhgAoNP8QRxu+98b5mF/NN8CjJc5wznv =0NrP -----END PGP SIGNATURE----- --=-=-=--