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
$ tar xjf flite-2.0.5-current.tar.bz2
$ cd flite-2.0.5-current
or
$ git clone [email protected]:festvox/flite.git
$ cd flite/
then
$ ./configure && make
$ sudo make install
$ cd testsuite
$ make lex_lookup
$ sudo cp lex_lookup /usr/local/bin
steps i have done:
1- first thing i have faced that there is no c compoile on my machine, so i followed the steps here https://code.visualstudio.com/docs/cpp/config-mingw
1.1- installing the [C/C++ extension for VS Code]
1.2- then installing the [Installing the MinGW-w64 toolchain]
checking that c compiler installed in the machine:
2- the second thing i started tofollow the above istructions:
i downloaded the flite from the git repo in .zip file and unziped it mannualy and added the directory in my project dorectory
3- change the pd with pR in the main/Makefile directory:
4- using git bash here in the directory and start running the ./configure:
it produced:
Environment:
operating system: Windows
i followed these instructions:
steps i have done:
1- first thing i have faced that there is no c compoile on my machine, so i followed the steps here
https://code.visualstudio.com/docs/cpp/config-mingw
1.1- installing the [C/C++ extension for VS Code]
1.2- then installing the [Installing the MinGW-w64 toolchain]
checking that c compiler installed in the machine:
2- the second thing i started tofollow the above istructions:
i downloaded the flite from the git repo in .zip file and unziped it mannualy and added the directory in my project dorectory
3- change the pd with pR in the main/Makefile directory:
4- using git bash here in the directory and start running the ./configure:
it produced:
5- running make command:
Attemp2:
I have downloaded the lastest version of flite from here:
http://www.festvox.org/flite/download.html
and it produced another error after running make command:
have you seen that error before?
could you tell me if there is something wrong in the steps?
i spend almost two days trying to solve that out , and in vain.
The text was updated successfully, but these errors were encountered: