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: Tue, 1 Oct 2019 23:43:55 -0500

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C lib-src all
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src 
VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all
gcc -c  -Demacs  -I. -I. -I../lib -I../lib         -I/usr/include/libxml2       
-I/usr/local/Cellar/little-cms2/2.9/include       -MMD -MF deps/xml.d -MP   
-I/usr/local/Cellar/gnutls/3.6.9/include 
-I/usr/local/Cellar/nettle/3.4.1/include 
-I/usr/local/Cellar/libtasn1/4.14/include 
-I/usr/local/Cellar/p11-kit/0.23.17/include/p11-kit-1    -Wno-switch 
-Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes 
-Wno-initializer-overrides -Wno-tautological-compare 
-Wno-tautological-constant-out-of-range-compare -g3 -O2  xml.c
xml.c:26:10: fatal error: 'libxml/tree.h' file not found
#include <libxml/tree.h>
         ^~~~~~~~~~~~~~~
1 error generated.
make[1]: *** [xml.o] Error 1
make: *** [src] Error 2

> On 1 Oct 2019, at 23:42, YAMAMOTO Mitsuharu <address@hidden> wrote:
> 
> On Wed, 02 Oct 2019 13:34:46 +0900,
> Zach Pearson wrote:
>> 
>> Mitsuharu:
>> 
>> xml.c:26:10: fatal error: 'libxml/tree.h' file not found
>> #include <libxml/tree.h>
> 
> Please try "make V=1" and show the output around the error.
> 
>                                    YAMAMOTO Mitsuharu
>                               address@hidden




reply via email to

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