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: Compilation failure on macOS 10.15 Catalina Date: Wed, 25 Sep 2019 14:55:03 -0500 Message-ID: <261D4586-212E-4032-9E14-B952A3F63CF0@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> Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3594.4.13\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="72671"; mail-complaints-to="usenet@blaine.gmane.org" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 25 21:56:33 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 1iDDOm-000IfS-Kf for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 21:56:28 +0200 Original-Received: from localhost ([::1]:56898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDDOk-0004yI-Ol for ged-emacs-devel@m.gmane.org; Wed, 25 Sep 2019 15:56:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDDNb-0003On-6v for emacs-devel@gnu.org; Wed, 25 Sep 2019 15:55:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDDNa-0001KP-4E for emacs-devel@gnu.org; Wed, 25 Sep 2019 15:55:15 -0400 Original-Received: from fwd2.porkbun.com ([52.10.201.111]:32819) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iDDNZ-00018F-SC for emacs-devel@gnu.org; Wed, 25 Sep 2019 15:55:14 -0400 Original-Received: by fwd1.porkbun.com (Postfix, from userid 497) id 6E0874D747; Wed, 25 Sep 2019 19:55:06 +0000 (UTC) Original-Received: from [10.104.254.106] (unknown [129.237.90.145]) (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 1053F40892 for ; Wed, 25 Sep 2019 19:55:04 +0000 (UTC) In-Reply-To: <83pnjomn0s.fsf@gnu.org> 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:240290 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=20 /Library/Developer/CommandLineTools/usr/include/ Because of this Emacs cannot find libxml/tree.h during the compilation = process.=20 I=E2=80=99ve found that adding this directory to ac_x_header_dirs in = configure, then re-running ./configure, the trying to compile allows the = program to build (the compiler output notes some deprecations but = they=E2=80=99re just warnings). Is this a patch that should be upstream?=20= Thanks for any guidance/feedback. I=E2=80=99m not sure if this is a = permanent change and Apple intended for it to be that way or not.=20 Zach=20=