GNU bug report logs -
#38031
26.3; Trying to invoke the macOS File Open window causes Emacs to crash on macOS Catalina
Previous Next
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
View this message in rfc822 format
Thanks so much everyone.
I was able to build from source. I had the same libxml/tree.h error as Nathaniel.
The crash error I got was the same, but before I waste any more of your time, I wanted to share that I set up a Catalina virtual machine and installed via brew cask and did NOT get the crash, even without providing full disk access to ruby, Emacs.app, etc.
This leads me to believe it my problem isn’t specific to Emacs, but rather something else unique to my environment, though I can’t think of what that might be.
> On Nov 8, 2019, at 2:47 PM, Alan Third <alan <at> idiocy.org> wrote:
>
> 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.