Skip to content

kaldi-native-fbank version #392

@wolpers

Description

@wolpers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions