From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Zach Pearson Newsgroups: gmane.emacs.devel Subject: Re: Compilation failure on macOS 10.15 Catalina Date: Wed, 25 Sep 2019 16:55:11 -0500 Message-ID: <5553DB40-43BF-4980-BAB7-59D4668C42E8@zjp.codes> 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> <6c6acaf1143135c5a99ea86a3f61b394.squirrel@weber.math.s.chiba-u.ac.jp> Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.13\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="64776"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: mituharu@math.s.chiba-u.ac.jp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 25 23:56:43 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 1iDFH8-000Gho-VV for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 23:56:43 +0200 Original-Received: from localhost ([::1]:57768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDFH7-0008E0-Dz for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 17:56:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41479) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDFFt-00081B-1J for emacs-devel@gnu.org; Wed, 25 Sep 2019 17:55:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDFFp-0006L9-LV for emacs-devel@gnu.org; Wed, 25 Sep 2019 17:55:22 -0400 Original-Received: from fwd2.porkbun.com ([52.10.201.111]:47592) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDFFp-0006GE-Cd for emacs-devel@gnu.org; Wed, 25 Sep 2019 17:55:21 -0400 Original-Received: by fwd1.porkbun.com (Postfix, from userid 497) id 52F3C4D756; Wed, 25 Sep 2019 21:55:17 +0000 (UTC) Original-Received: from [10.0.1.12] (24-124-122-162-dynamic.midco.net [24.124.122.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: zach@zjp.codes) by fwd1.porkbun.com (Postfix) with ESMTPSA id 81C564D74E; Wed, 25 Sep 2019 21:55:13 +0000 (UTC) X-Priority: 3 (Normal) In-Reply-To: <6c6acaf1143135c5a99ea86a3f61b394.squirrel@weber.math.s.chiba-u.ac.jp> X-Mailer: Apple Mail (2.3594.4.13) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 52.10.201.111 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:240294 Archived-At: Sorry for the double reply, I forgot to cc the mailing list. Whoops.=20 To the first:=20 -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, mituharu@math.s.chiba-u.ac.jp wrote: >=20 >> 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 >>=20 >> /Library/Developer/CommandLineTools/usr/include/ >>=20 >> Because of this Emacs cannot find libxml/tree.h during the = compilation >> process. >=20 > 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? >=20 > $ pkg-config --cflags --libs "libxml-2.0 > 2.6.17" > $ pkg-config --variable pcfiledir "libxml-2.0 > 2.6.17" >=20 > See also https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32927 >=20 > YAMAMOTO Mitsuharu > mituharu@math.s.chiba-u.ac.jp >=20 >=20 >=20