Everything I run ./autogen or ./build_for_iphone I get the following error:
checking for GStreamer... checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/PocketSphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/PocketSphinx/../sphinxbase... no
The problem is, if I copy and paste the path into the terminal it works. What
could I possibly be doing wrong?
Thanks, Andrew
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
checking for GStreamer... checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/pocketsphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/pocketsphinx/../sphinxbase... no
Still not working, can't figure out what's going on here
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have double and tripple checked the log file. I don't see any problems,
other than it can't find the directory. I have run chown -R Andrew SphinxCMU
and chmod -R a+rwx SphinxCMU to make sure it wasn't a folder permissions
issue. I have also run the script as SU.
Hi Guys,
Everything I run ./autogen or ./build_for_iphone I get the following error:
checking for GStreamer... checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/PocketSphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/PocketSphinx/../sphinxbase... no
The problem is, if I copy and paste the path into the terminal it works. What
could I possibly be doing wrong?
Thanks, Andrew
Seeing you named pocketsphinx as PocketSphinx I guess you named sphinxbase as
SphinxBase. It was a bad idea.
I've tried it both ways;
pocketsphinx sphinxbase
checking for GStreamer... checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/pocketsphinx/../sphinxbase... no
checking for sphinxbase in
/Users/Andrew/Documents/SphinxCMU/pocketsphinx/../sphinxbase... no
Still not working, can't figure out what's going on here
It's also always a good idea to check the detailed log in the file config.log
I have double and tripple checked the log file. I don't see any problems,
other than it can't find the directory. I have run chown -R Andrew SphinxCMU
and chmod -R a+rwx SphinxCMU to make sure it wasn't a folder permissions
issue. I have also run the script as SU.
Log file:
http://www.mediafire.com/?j2zmggntzjr
Any help you can provide is much appreciated.
Andrew
Crap, I wasn't running make. Sorry.
As always, thanks for your help.