Quote:
Originally Posted by philja
Could it be due to outdated stuff in my distro?
|
Nah. More likely outdated stuff in Sigil's hunspell code. It's probably because your system's gcc compiler was updated and is now flashing more warnings. We've not updated any hunspell code in Sigil 2.4.0.
I've always gotten a lot of hunspell warnings when building on Linux with more recent versions of gcc. We'll take a look to be sure though. Thanks.
NOTE: you can also use your distro's own hunspell (instead of Sigil's bundled version) by installing your distro's hunspell development package (libhunspell-dev on Ubuntu) and telling cmake to use it instead by adding -DUSE_SYSTEM_LIBS=1 to your original sigil cmake configure command. That might reduce some of the deprecation warnings.