MacOS: Compliation of Jinx failed. Issue related to Homebrew? #160
-
Hello! For awhile, Jinx was working fine, and until the most recent version. I get the follow error:
I've instead enchant via Homebrew:
And
So I don't know what changed in the newest version of Jinx, but I've just now ran into this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Oh, this could be an Emacs 30.0.50 thing, too. |
Beta Was this translation helpful? Give feedback.
-
If that can help anyone, I manually compiled the shared library doing the following steps:
These are obviously quick and dirty hacks… |
Beta Was this translation helpful? Give feedback.
-
Inspired by this commit, adding the following lines to my :init
(setenv "PKG_CONFIG_PATH" (concat "/opt/homebrew/opt/glib/lib/pkgconfig/:" (getenv "PKG_CONFIG_PATH"))) |
Beta Was this translation helpful? Give feedback.
Inspired by this commit, adding the following lines to my
use-package
declaration seems to be enough to solve the compilation issue without having to manually modify files: