DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

[Model/Framework] What is the problem?

Open jaktk opened this issue 3 years ago • 0 comments

Related to Kaldi/SpeechRecognition/kaldi-asr-backend

Bug I am trying to build the library outside docker and the fst libraries prints plenty of similar errors: fst/dfs-visit.h:129:13: error: comparison of integer expressions of different signedness: ‘const int’ and ‘std::vector<unsigned char>::size_type’ {aka ‘long unsigned int’} [-Werror=sign-compare]

To Reproduce Steps to reproduce the behavior:

  1. cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/install" -B build .
  2. link kaldi and fst directories to Kaldi/SpeechRecognition/kaldi-asr-backend
  3. cmake --build build --parallel

Instead of linking the directories, one can build with -DCMAKE_PREFIX_PATH I suppose. No visible change for me.

Environment Debian Buster No container

jaktk avatar Apr 22 '22 12:04 jaktk