Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build with openfst 1.8 #70

Open
r-burns opened this issue Oct 10, 2021 · 2 comments
Open

Fails to build with openfst 1.8 #70

r-burns opened this issue Oct 10, 2021 · 2 comments

Comments

@r-burns
Copy link

r-burns commented Oct 10, 2021

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 phonetisaurus@gmail.com ##
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
@AdolfVonKleist
Copy link
Owner

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.

@no-execution
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants