GNU bug report logs - #38031
26.3; Trying to invoke the macOS File Open window causes Emacs to crash on macOS Catalina

Previous Next

Package: emacs;

Reported by: Michael Dixon <dixius99 <at> gmail.com>

Date: Sat, 2 Nov 2019 16:11:02 UTC

Severity: normal

Found in version 26.3

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 38031 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Nathaniel Bass <nw3455 <at> gmail.com>
Cc: 38031 <at> debbugs.gnu.org, Michael Dixon <dixius99 <at> gmail.com>,
 Stefan Kangas <stefan <at> marxist.se>
Subject: Re: bug#38031: 26.3; Trying to invoke the macOS File Open window
 causes Emacs to crash on macOS Catalina
Date: Fri, 8 Nov 2019 19:47:47 +0000
On Thu, Nov 07, 2019 at 09:06:43PM -0800, Nathaniel Bass wrote:
> I tried and before I got to testing the patch I ran into an issue building
> Emacs on macOS 10.15 (aka Catalina).
> 
> When I run make I get the following error:
> 
> xml.c:26:10: fatal error: 'libxml/tree.h' file not found
> #include <libxml/tree.h>
>          ^~~~~~~~~~~~~~~
> 1 error generated.

Hi Nathaniel, thanks for helping out!

The libxml issue is a known problem with homebrew installs. Let me
know if you’re not using homebrew.

To work around it I suggest making sure libxml2 is installed through
homebrew and running this before configure:

    export PKG_CONFIG_PATH="`brew --prefix libxml2`/lib/pkgconfig:$PKG_CONFIG_PATH"

-- 
Alan Third




This bug report was last modified 5 years and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.