To reduce the list of dependencies (and thus the complexity of building libvoikko with hfst support for Windows), Harri Pitkänen suggested to build libarchive with all optional libraries turned off. After doing this, installing it, and then rebuilding hfst-ospell linked to this minimal libarchive, nothing happens when running hfst-ospell with a zhfst file.
Here is what I did:
Result: nothing happens, input is accepted.
Expected: input to be proofread, possibly with suggestions.
I then ran hfst-ospell with GDB, the output can be found here.
hfst-ospell version: svn r3635
hfst-ospell -V
hfstospell 0.2.5
Dec 2 2013 17:38:41
copyright (C) 2009 - 2011 University of Helsinki
OS version:
uname -a
Darwin xxx.yyy.fi 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013;
root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
Reported by me.
This bug can be closed, it isn't a real bug. The limbo state disappeared - and hfst-ospell returned to normal operation - as soon as I added the library required for reading zhfst files (zlib).
it can be kept open until someone writes libarchive tests for zip support in configure.ac