-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Hello,
the build on my Linux system will always fail with:
build/sherpa-build/_deps/kaldi_native_fbank-src/kaldi-native-fbank/csrc/rfft.h:34:24: Fehler: expected »)« before »n«
It looks to me like the kaldi-native-fbank version that is pulled in via CMake lacks the proper import at the top:
#include <cstdint>
Recent versions of that library do have this include applied:
https://github.com/csukuangfj/kaldi-native-fbank/blob/master/kaldi-native-fbank/csrc/rfft.h
I would suggest to update the build to a later version, but I wonder how anyone can actually build this. I would expect this to fail for everybody. But this is not really my territory. If I add the include statement, my build succeeds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels