Jim Myhrberg
Jim Myhrberg
@maikol-solis Apologies, this one slipped through the cracks for me. I should have some spare time this weekend to try and reproduce it with a fresh doom-emacs setup. Your `LIBRARY_PATH`...
@bklebe that explains a lot. I'll see if I can get the elisp in the site start file in the builds patched in some other way.
This has been fixed in the upstream build script in [v0.6.54](https://github.com/jimeh/build-emacs-for-macos/releases/tag/v0.6.54), so launching emacs with `-Q` or `--no-site-file` does not break native compilation, and as such means it should not...
Emacs itself doesn't actually include tree-sitter grammars. They decided to leave grammar installation up to the users, which does make sense as anyone can make a grammar and there's a...
I've had a look at this before, but I don't really remember much about it anymore... lol 😅 But I did add a `--poll` option that applies a patch for...
This is superseded by #115. Thanks for this submission @jesse-c. Apologies for not getting to this sooner, but I've ended up doing this as part of my work on adding...
Thanks for raising this. Yes I definitely want to do this, and ideally I’d like to switch to Nix as well. I had not realized caldwell is using Nix, so...
This is somewhat addressed with the switch to Nix, as that locks all built-time deps to exact versions via the `flake.lock` file. And for the sake of visibility I have...
Can't say I've ever seen this error. But as suggested, your libgccjit just seems broken. The build script now does support Nix in addition to Homebrew, so if you're feeling...
Oh, that's neat :) If possible I prefer pointing the script to a URL to fetch a patch where it's likely to be updated. Hence my question is where you...