emacs-devel
[Top][All Lists]
Advanced

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

Re: Compilation failure on macOS 10.15 Catalina


From: Zach Pearson
Subject: Re: Compilation failure on macOS 10.15 Catalina
Date: Wed, 25 Sep 2019 16:55:11 -0500

Sorry for the double reply, I forgot to cc the mailing list. Whoops. 

To the first: 

-I/usr/local/Cellar/libxml2/2.9.9_2/include/libxml2 
-L/usr/local/Cellar/libxml2/2.9.9_2/lib -lxml2

And the second:

/usr/local/opt/libxml2/lib/pkgconfig

> On 25 Sep 2019, at 15:29, address@hidden wrote:
> 
>> I think that Apple has changed the way the Xcode command line tools
>> arrange headers on the system e.g. they are no longer put into
>> /usr/include but exist in
>> 
>> /Library/Developer/CommandLineTools/usr/include/
>> 
>> Because of this Emacs cannot find libxml/tree.h during the compilation
>> process.
> 
> The current configure script is supposed to handle this situation.
> I suspect you have bogus libxml-2.0.pc referring to /usr/include.
> What is the output of the following commands?
> 
>  $ pkg-config --cflags --libs "libxml-2.0 > 2.6.17"
>  $ pkg-config --variable pcfiledir "libxml-2.0 > 2.6.17"
> 
> See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32927
> 
>                                    YAMAMOTO Mitsuharu
>                               address@hidden
> 
> 
> 




reply via email to

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