postmodern / ffi-hunspell

Ruby FFI bindings for Hunspell.
MIT License
48 stars 24 forks source link

Support hunspell 1.7 #25

Closed dorner closed 5 years ago

dorner commented 5 years ago

The newest version of hunspell is 1.7.0. If this is installed, ffi-hunspell won't work:

dyld: lazy symbol binding failed: Symbol not found: __ZN8HunspellC2EPKcS1_S1_
dennissivia commented 5 years ago

It seems as if master no includes checking for libhunspell 1.7, but there is no new gem version released yet. Would that be possible? I am using ffi-hunspell in a gem and therefore can't just point to a git branch. Would love a 0.4.x being released for that :bowing_man:

postmodern commented 5 years ago

ffi-hunspell 0.5.0 has been released with 1.7 support. Sorry for the long delay.