You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
: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
The text was updated successfully, but these errors were encountered: