Conkey100 created an issue (geany/geany-plugins#1516) I am using Geany 2.1 on Linux Mint 22.1, compiled from the source tarball. I installed the the addon package the same way, and Spellcheck didn't install.
I have checked all of the dependencies I can find, and as far as I can see they are all installed on my system. Running "./configure --enable-spellcheck", the relevant part of the output seems to be: ``` configure: error: Package requirements (enchant >= 1.3) were not met: Package 'enchant', required by 'virtual:world', not found ``` Enchant is definitely installed: ``` brad@brad-Alienware-m16-R1-AMD:~/Downloads/geany-plugins-2.1$ apt list --installed | grep enchant WARNING: apt does not have a stable CLI interface. Use with caution in scripts. enchant-2/noble,now 2.3.3-2build2 amd64 [installed] libenchant-2-2/noble,now 2.3.3-2build2 amd64 [installed] python3-enchant/noble,noble,now 3.2.2-1 all [installed] ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1516 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
