zhitko/speech-rate-meter

fatal error: 'modules/wav_file/wavFile.h' file not found

borisflesch opened this issue · 0 comments

Hello,

I just tried to build the Speech Rate Meter from sources.

After completing to build Inton Core, I am facing the following fatal error when building the Speech Rate Meter with cmake --build . --target all :

/speech-rate-meter/../IntonCoreBin/install/include/helpers.h:7:10: fatal error: 'modules/wav_file/wavFile.h' file not found
#include "modules/wav_file/wavFile.h"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Any idea where the issue may come from?

Thank you in advance!

PS: Building with cmake version 3.19.2 on macOS Big Sur version 11.3.1