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
1 warning generated.
Cloning into '/tmp/openblas'...
fatal: Unable to read current working directory: No such file or directory
make: getcwd: No such file or directory
make: *** No targets specified and no makefile found. Stop.
Cloning into '/home/himanshu/Downloads/Vosklet/kaldi'...
fatal: Unable to read current working directory: No such file or directory
Cloning into '/home/himanshu/Downloads/Vosklet/vosk'...
fatal: Unable to read current working directory: No such file or directory
In file included from CommonModel.cc:1:
./CommonModel.h:4:10: fatal error: 'vosk_api.h' file not found
4 | #include "vosk_api.h"
| ^~~~~~~~~~~~
1 error generated.
In file included from Recognizer.cc:1:
In file included from ./Recognizer.h:2:
./CommonModel.h:4:10: fatal error: 'vosk_api.h' file not found
4 | #include "vosk_api.h"
| ^~~~~~~~~~~~
1 error generated.
In file included from Bindings.cc:1:
./CommonModel.h:4:10: fatal error: 'vosk_api.h' file not found
4 | #include "vosk_api.h"
| ^~~~~~~~~~~~
1 error generated.
em++: error: CommonModel.o: No such file or directory ("CommonModel.o" was expected to be an input file, based on the commandline arguments provided)
also, I have another stupid question, what should I do after running this:
cd src && INITIAL_MEMORY=350mb MAX_THREADS=3 ./make
The text was updated successfully, but these errors were encountered:
I followed the instructions at https://github.com/msqr1/Vosklet/blob/main/Documentation.md#compilation, but I am getting this error:
also, I have another stupid question, what should I do after running this:
cd src && INITIAL_MEMORY=350mb MAX_THREADS=3 ./make
The text was updated successfully, but these errors were encountered: