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: YAMAMOTO Mitsuharu
Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux.
Date: Sun, 29 Dec 2013 16:33:31 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Sat, 28 Dec 2013 23:16:12 -0800, Paul Eggert <address@hidden> said:

> YAMAMOTO Mitsuharu wrote:
>> You changed
>> 
>> CPPFLAGS="$CPPFLAGS -I$xcsdkdir/usr/include/libxml2"
>> 
>> to
>> 
>> CPPFLAGS="$CPPFLAGS -I'$xcsdkdir/usr/include/libxml2'"
>> 
>> in r115773.  But it actually does not work as you might expect,

> Thanks, I changed it to:

>   CPPFLAGS=$CPPFLAGS' -I"$xcsdkdir"/usr/include/libxml2'

> in trunk bzr 115801.  I can't easily test this, as I don't use OS X,
> so please let me know of are any further problems.

It doesn't work either.  The "eval" command interprets *, ?, [...],
and blanks after the parameter expansion for $CPPFLAGS, but it does
not strip quotes/escapes in the result of the parameter expansion.  So
you cannot put quotes in the value of CPPFLAGS.

                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

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