grep LIBXML2_CFLAGS config.log ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= pkg_cv_LIBXML2_CFLAGS=-I/usr/include/libxml2 LIBXML2_CFLAGS='-I/usr/include/libxml2’
There is no folder /usr/include/libxml2
On Wed, 02 Oct 2019 13:43:55 +0900,Zach Pearson wrote: /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
-I/usr/include/libxml2 looks strange. What is the output of"grep LIBXML2_CFLAGS config.log" and"grep /usr/include/libxml2 config.log"? YAMAMOTO Mitsuharu address@hidden
|