You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like openfst 1.8 has removed the fst/fst.h header, so configuration fails:
checking fst/fst.h usability... no
checking fst/fst.h presence... yes
configure: WARNING: fst/fst.h: present but cannot be compiled
configure: WARNING: fst/fst.h: check for missing prerequisite headers?
configure: WARNING: fst/fst.h: see the Autoconf documentation
configure: WARNING: fst/fst.h: section "Present But Cannot Be Compiled"
configure: WARNING: fst/fst.h: proceeding with the compiler's result
configure: WARNING: ## -------------------------------------- ##
configure: WARNING: ## Report this to [email protected] ##
configure: WARNING: ## -------------------------------------- ##
checking for fst/fst.h... no
checking for fst/fst.h... (cached) no
checking for openfst libraries... no
configure: error: Can't find OpenFST or one or more of its extensions. Use --with-openfst-includes and --with-openfst-libs to specify where you have installed OpenFst. OpenFst should have been configured with the following flags: --enable-static --enable-shared --enable-far --enable-ngram-fsts
The text was updated successfully, but these errors were encountered:
Last I looked there were a lot of changes in v1.8 that break the build. It will probably take me some time before I can address them. If you think you can solve it faster, of course a pull request is welcome.
Last I looked there were a lot of changes in v1.8 that break the build. It will probably take me some time before I can address them. If you think you can solve it faster, of course a pull request is welcome.
Can Phonetiaurus build with Openfst 1.7.5 ? My project uses fst 1.7.5 , but master branch version Phonetiaurus cant build with it
It looks like openfst 1.8 has removed the fst/fst.h header, so configuration fails:
The text was updated successfully, but these errors were encountered: