From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: mituharu@math.s.chiba-u.ac.jp Newsgroups: gmane.emacs.devel Subject: Re: Compilation failure on macOS 10.15 Catalina Date: Thu, 26 Sep 2019 05:29:58 +0900 Message-ID: <6c6acaf1143135c5a99ea86a3f61b394.squirrel@weber.math.s.chiba-u.ac.jp> References: <83sgoloedi.fsf@gnu.org> <658AF539-1AE7-459D-94C7-44970AA94EEF@acm.org> <83impho4s8.fsf@gnu.org> <4FAEE347-0F67-426F-AA0D-3DB15E3907DC@acm.org> <83pnjomn0s.fsf@gnu.org> <261D4586-212E-4032-9E14-B952A3F63CF0@zjp.codes> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="240074"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: SquirrelMail/1.4.22-5.el6 Cc: emacs-devel@gnu.org To: "Zach Pearson" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 25 22:33:55 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDDz0-0010Fl-UR for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 22:33:55 +0200 Original-Received: from localhost ([::1]:57076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDDyz-00033v-FU for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 16:33:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41410) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDDvK-00031P-Os for emacs-devel@gnu.org; Wed, 25 Sep 2019 16:30:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDDvJ-0006Rn-E1 for emacs-devel@gnu.org; Wed, 25 Sep 2019 16:30:06 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:63828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iDDvJ-0006Hn-5F for emacs-devel@gnu.org; Wed, 25 Sep 2019 16:30:05 -0400 Original-Received: from weber.math.s.chiba-u.ac.jp (weber [192.168.32.4]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 92FE6F08F3; Thu, 26 Sep 2019 05:29:58 +0900 (JST) (envelope-from mituharu@math.s.chiba-u.ac.jp) Original-Received: from 218.43.9.72 (SquirrelMail authenticated user mituharu) by weber.math.s.chiba-u.ac.jp with HTTP; Thu, 26 Sep 2019 05:29:58 +0900 In-Reply-To: <261D4586-212E-4032-9E14-B952A3F63CF0@zjp.codes> X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240292 Archived-At: > 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=3D32927 YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp