Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install lex_lookup on Windows #98

Open
ReemxxxOsama opened this issue Aug 21, 2023 · 1 comment
Open

Could not install lex_lookup on Windows #98

ReemxxxOsama opened this issue Aug 21, 2023 · 1 comment

Comments

@ReemxxxOsama
Copy link

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 [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:
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
Copy link

Same problem.QAQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants