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 12:54:23 +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 Fri, 27 Dec 2013 16:42:25 -0800, Paul Eggert <address@hidden> said:

> Glenn Morris wrote:
>> (I'm loving this feature freeze as much as usual.)

> Me too!  In trunk bzr 115782 I fixed the problem you reported on
> GNU/Linux, but can't easily test this stuff on OS X.

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,
because it is used in the context like this:

  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
        :
  (eval "$ac_compile") 2>conftest.err

                                     YAMAMOTO Mitsuharu
                                address@hidden



reply via email to

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