Wow, the folder name change did the trick. Thank you very much. Anyways why is it not a good idea to train in Cygwin? I am not very familiar with how linux works and I don't want to change my laptop OS to Linux. Do I really need to train in Linux?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I already have installed pocketsphinx and the scripts are properly running with my scripts. no errors and the training was done. Thanks Nickolay for answering all my questions.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have finally gave up training my scripts on Windows. I downloaded the latest version of Cygwin
I already have the dependencies below:
python
devel
perl
autoconf and automake
make
lib
*gnu and gcc4.9.3
When I run ./configure cygwin command prompt shows the photo I attached below.
Last edit: Leimiaoren 2015-11-27
We do not recommend cygwin
Error happens because you have '(' in a folder name FILES(Linux). It is not a good idea to use special symbols or spaces in folder names.
Wow, the folder name change did the trick. Thank you very much. Anyways why is it not a good idea to train in Cygwin? I am not very familiar with how linux works and I don't want to change my laptop OS to Linux. Do I really need to train in Linux?
Sphinxbase and sphinxtrain had been configured, make and make install properly.
When I tried to do this with pocketsphinx, configure was successful but "make" is not. it got stuck in this (photo below). It is not running anymore.
I already have installed pocketsphinx and the scripts are properly running with my scripts. no errors and the training was done. Thanks Nickolay for answering all my questions.