-
Notifications
You must be signed in to change notification settings - Fork 123
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 #157
Comments
I have not seen this error before, but do not have access to a Windows machine and so cannot replicate it. |
thanks sir for your reply. another question, is it okay for those checks to be not found? |
All the steps look appropriate. The libraries that |
I will ask them, Thank you so much. Another question: and it produced another error after running make command: |
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:
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: