View Single Post
Old 01-30-2023, 11:17 AM   #88
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,934
Karma: 6361444
Join Date: Nov 2009
Device: many
Okay, I looked closer at newer versions of Hunspell than what comes in Sigil and they have added a new C wrapper call to the hunspell.h interface called Hunspell_add_dic.

The newer version of the language tool is looking for that specifically but it does not exist in the older internal hunspell dictionary that comes with Sigil.

I will add that extra wrapper call to our hunspell.h (the underlying C++ version already exists) and/or try to update the version of hunspell that is built into Sigil.

Your best bet until that time might be to download and install an official hunspell (recent version) dll and use it to replace the one in the Sigil directory (or build it youself) or use an earlier version of language tool that does not use that specific C call for hunspell.

Hope this explains things.
KevinH is online now   Reply With Quote