Hello,
I'm currently in the process of trying to compile the current release of pocketsphinx on my FreeeBSD box. However after running ./configure and make I get the follwing error.
Making all in swig
Making all in python
/usr/local/bin/swig -I../../include -outdir . -o sphinxbase_wrap.c -python
Must specify an input file. Use -help for available options.
*** Error code 1
Stop.
make[2]: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha/swig/python
*** Error code 1
Stop.
make[1]: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha/swig
*** Error code 1
Stop.
make: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha
I also get the same error when I try to compile the packages on my Debian box so I don't believe it's specific to FreeBSD. I was wondering if anyone has seen this error before or if they might have any ideas as to what file it's looking for. I have tried searching the archives for an answer but to no avail. Thank you for any help that might be given.
Roger
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm currently in the process of trying to compile the current release of pocketsphinx on my FreeeBSD box. However after running ./configure and make I get the follwing error.
Making all in swig
Making all in python
/usr/local/bin/swig -I../../include -outdir . -o sphinxbase_wrap.c -python
Must specify an input file. Use -help for available options.
*** Error code 1
Stop.
make[2]: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha/swig/python
*** Error code 1
Stop.
make[1]: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha/swig
*** Error code 1
Stop.
make: stopped in /usr/home/sykopomp/sphinx/base/sphinxbase-5prealpha
I also get the same error when I try to compile the packages on my Debian box so I don't believe it's specific to FreeBSD. I was wondering if anyone has seen this error before or if they might have any ideas as to what file it's looking for. I have tried searching the archives for an answer but to no avail. Thank you for any help that might be given.
Roger
Try gmake instead of make.
Mr. Shmyrev,
Thank you very much, that did the trick.
Roger