Am Montag, den 18.09.2017, 18:13 +0200 schrieb Juergen Spitzmueller: > commit 3b89cd9c283d1daadfbf1d7367aa103450a276ae > Author: Juergen Spitzmueller <sp...@lyx.org> > Date: Mon Sep 18 18:12:21 2017 +0200 > > Update internal Hunspell to latest release (1.6.2)
Please test whether this builds with cmake. Wrt MacOSX, there are still some references to 1.3.3 in the build script, which I didn't touch yet, since I suspect this is related to the "self-compiled hunspell with explicit given include path" Stephan referred to: diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX- Mac-binary-release.sh index 6379876bba..59e6e6823c 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -21,9 +21,9 @@ ASpellVersion=${ASpellVersion:-"0.60.6.1"} ASpellSource="aspell-${ASpellVersion}" ASpellLibrary="libaspell.15.dylib" -HunSpellVersion=${HunSpellVersion:-"1.3.3"} +HunSpellVersion=${HunSpellVersion:-"1.6.2"} HunSpellSource="hunspell-${HunSpellVersion}" -HunSpellLibrary="libhunspell-1.3.0.dylib" +HunSpellLibrary="libhunspell-1.6.2.dylib" unset DYLD_LIBRARY_PATH LD_LIBRARY_PATH Stephan, let me know if I should commit this change as well. Jürgen
signature.asc
Description: This is a digitally signed message part