igorsitdikov / lid_kaldi

Apache License 2.0
22 stars 6 forks source link

Cannot find header files #8

Open Mansi9991 opened 1 year ago

Mansi9991 commented 1 year ago

When I try to make liblid.so file using make it gives me error

In file included from kaldi_recognizer.cc:15:
kaldi_recognizer.h:15:10: fatal error: base/kaldi-common.h: No such file or directory
   15 | #include "base/kaldi-common.h"
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.