View Single Post
Old 01-14-2025, 08:53 AM   #21
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,617
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by philja View Post
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.

Last edited by DiapDealer; 01-14-2025 at 09:01 AM.
DiapDealer is offline   Reply With Quote