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 also is with autotools).  
> 
> With a fresh build the problem is gone.
> 
> Sorry for the noise.
> 

Yes, this is sometimes the result of cmake trying to speed up the configuration 
process
in that it caches the found config-variables for  later use.
The  drawback happens when some new stuff is added and cmake still uses the old
values.
BTW, no need to make a fresh build, it should be enough to remove the file 
CMakeCache.txt.

Kornel


pgp0oubc8Nmys.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


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
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


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
everything works as expected.

-- 
Jürgen
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel