-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
kaldi fails to build with openfst-1.8.3 #4956
Comments
fst/types.h does not exist in openfst 1.8.3. Can you show the g++ line from
the build output? I think we never tried to compile under freebsd. Did you
run make in tools/?
y.
…On Thu, Oct 31, 2024 at 5:33 AM ***@***.*** ***@***.***> wrote:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/compressed-matrix.cc:22:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../matrix/compressed-matrix.h:24:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../matrix/kaldi-matrix.h:29:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../matrix/matrix-common.h:26:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../base/kaldi-common.h:35:
In file included from /usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../base/kaldi-error.h:34:
/usr/ports/audio/kaldi/work/kaldi-4a8b7f6/src/matrix/../base/kaldi-types.h:55:10: fatal error: 'fst/types.h' file not found
55 | #include <fst/types.h>
| ^~~~~~~~~~~~~
1 error generated.
FreeBSD 14.1
—
Reply to this email directly, view it on GitHub
<#4956>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYXZVAVA6DI5FW26JKBTZ6GXH7AVCNFSM6AAAAABQ5QLSQ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYZDKOJUG4ZDCNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Add to your compilation command line |
Yeah, but that variable should be already set up automatically, thats why I'm confused. Or is this person also working on the WASM port? |
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: