maelvls / homebrew-amc

🍺 Homebrew formula for auto-multiple-choice 📖
https://www.auto-multiple-choice.net/download-macosx.en
34 stars 10 forks source link

gettext.c libary mismatched #89

Open luclaurent opened 1 year ago

luclaurent commented 1 year ago

Dear Maël,

Thank you for your amazing work.

I try to install amc on MacOS Sonoma via Homebrew. After installing libraries and dependencies (everything seems to work fine), I ran sudo auto-multiple-choice latex-link and I get the error gettext.c: loadable library and perl binaries are mismatched (got first handshake key 0xf880080, needed 0xff00080).

How can I solve it?

Thank you in advance

malshar commented 3 months ago

try this

brew uninstall --force --ignore-dependencies auto-multiple-choice brew reinstall glib brew install --build-from-source auto-multiple-choice