emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r115773: Port xcrun configuration to GNU/Linux.


From: Thien-Thi Nguyen
Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux.
Date: Sun, 29 Dec 2013 10:11:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

() YAMAMOTO Mitsuharu <address@hidden>
() 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 ‘CPPFLAGS’?  Something like:

 ln -f -s "$xcsdkdir" fake-xcsdkdir
 xcsdkdir=`pwd`/fake-xcsdkdir
 AS_VAR_APPEND([CPPFLAGS],[ -I$xcsdkdir/usr/include/libxml2])

The kludge can be conditionalized on space-detection, i suppose.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgpiwPEVwSiVV.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]