Apologies if this has been posted before, I did some searching and couldn't find a solution to this exact problem. I downloaded sphinxbase-5prealpha and unzipped it. I also made sure all the dependencies are installed.
I ran autogen.sh and everything looked fine. I ran configure, and again no errors. Then I ran make and got the below output, ending with "Error 1". Any thoughts as to how I can fix this or what I'm doing wrong?
Thanks!
libtool:link:(cd.libs/libsphinxbase.lax/libsphinxutil.a && ar x "/Users/bt/Desktop/Speech Recognition/sphinxbase-5prealpha/src/libsphinxbase/util/.libs/libsphinxutil.a")../../libtool:line1082:cd:.libs/libsphinxbase.lax/libsphinxutil.a:Nosuchfileordirectorymake[3]:***[libsphinxbase.la]Error1make[2]:***[all-recursive]Error1make[1]:***[all-recursive]Error1make:***[all-recursive]Error1
Last edit: noparachute44 2015-10-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
Apologies if this has been posted before, I did some searching and couldn't find a solution to this exact problem. I downloaded sphinxbase-5prealpha and unzipped it. I also made sure all the dependencies are installed.
I ran autogen.sh and everything looked fine. I ran configure, and again no errors. Then I ran make and got the below output, ending with "Error 1". Any thoughts as to how I can fix this or what I'm doing wrong?
Thanks!
Last edit: noparachute44 2015-10-06
This is a libtool bug where it can not handle path with "Speech Recognition" as one of the components.
http://lists.gnu.org/archive/html/bug-automake/2007-10/msg00005.html
Experienced programmers never use spaces in folder names.