I'm trying to compile for the iPhone but I'm stuck on the 1st steps. I have a
folder containing both the pocketsphinx and sphinxbase folders and their
contents. I am using Mac OSX Lion. The folder is located on my desktop. I have
run the autogen.sh file within the sphinx base folder and it was successful.
When I run the autogen.sh file in the pocket sphinx folder, the program
doesn't seem to be able to find the sphinxbase folder.
it says here: http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx
to run ./configure if we have run ./autogen.sh at least once.But after doing a
./configure ,when I do a "make" it says: lipo: can't open input file: /var/tmp//ccQUAitY.out (No such file or directory)
error: command 'gcc-4.2' failed with exit status 1
any ideas how to proceed furthur?please mail me at rockrishi@hotmail.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to compile for the iPhone but I'm stuck on the 1st steps. I have a
folder containing both the pocketsphinx and sphinxbase folders and their
contents. I am using Mac OSX Lion. The folder is located on my desktop. I have
run the autogen.sh file within the sphinx base folder and it was successful.
When I run the autogen.sh file in the pocket sphinx folder, the program
doesn't seem to be able to find the sphinxbase folder.
The problem seems to be with the line:
This path doesn't seem valid. And if I put the main folder in the main
directory of the hard drive, it still looks for it here. Any ideas? Thanks!
This is the output:
You need to build sphinxbase with "make" before you go to pocketsphinx, not
just configure it with autogen. The path is valid.
it says here:
http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx
to run ./configure if we have run ./autogen.sh at least once.But after doing a
./configure ,when I do a "make" it says:
lipo: can't open input file: /var/tmp//ccQUAitY.out (No such file or directory)
error: command 'gcc-4.2' failed with exit status 1
any ideas how to proceed furthur?please mail me at rockrishi@hotmail.com
Google can answer your quickly. See
http://blog.ashearer.com/why-you-cant-compile-libraries-after-
installi