Re: CMake and HAVE_HUNSPELL_CXXABI

2024-06-22 Thread Kornel Benko
Am Sat, 22 Jun 2024 14:33:36 +0200 schrieb "Jürgen Spitzmüller" : > Am Samstag, dem 22.06.2024 um 14:07 +0200 schrieb Jürgen Spitzmüller: > > If I compile master with cmake > > > > HAVE_HUNSPELL_CXXABI = FALSE > > > > although it should be true (and a

Re: CMake and HAVE_HUNSPELL_CXXABI

2024-06-22 Thread Jürgen Spitzmüller
Am Samstag, dem 22.06.2024 um 14:07 +0200 schrieb Jürgen Spitzmüller: > If I compile master with cmake > > HAVE_HUNSPELL_CXXABI = FALSE > > although it should be true (and also is with autotools). With a fresh build the problem is gone. Sorry for the noise. -- Jürgen -- ly

CMake and HAVE_HUNSPELL_CXXABI

2024-06-22 Thread Jürgen Spitzmüller
If I compile master with cmake HAVE_HUNSPELL_CXXABI = FALSE although it should be true (and also is with autotools). In consequence I get deprecation warning for hunspell commands (which are surpassed by the above boolean). This is with external hunspell. With -DLYX_EXTERNAL_HUNSPELL:BOOL=OFF