festvox / flite

A small fast portable speech synthesis system
Other
859 stars 186 forks source link

Could not install lex_lookup on Windows #98

Open ReemxxxOsama opened 1 year ago

ReemxxxOsama commented 1 year ago

Environment: operating system: Windows

i followed these instructions:

        $ tar xjf flite-2.0.5-current.tar.bz2
        $ cd flite-2.0.5-current
        or

        $ git clone git@github.com: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: image

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: image

4- using git bash here in the directory and start running the ./configure: it produced: image

5- running make command: image

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?

image image

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.

B1ackg0d commented 6 months ago

Same problem.QAQ