Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_iphone.sh: line 52: /Users/.../pocketsphinx-master/configure: No such file or directory #23

Open
Shinehah-Gnolaum opened this issue Jul 25, 2019 · 0 comments

Comments

@Shinehah-Gnolaum
Copy link

Shinehah-Gnolaum commented Jul 25, 2019

I am getting an error that says no such file or directory for the directory ".../pocketsphinx-master/configure".

Here is what my terminal on my Mac mini looks like:

Daniels-Mac-mini:pocketsphinx-master shinehah$ sh build_iphone.sh
building arm64...
build_iphone.sh: line 52: /Users/shinehah/cmusphinx/pocketsphinx-master/configure: No such file or directory

I created that directory, but I still get the same error message. What do I need to put in that directory?

In build_iphone.sh, line 52, it says:

--host="${HOST_TYPE}" \

Here is the code segment it is from:

$CWD/configure
--host="${HOST_TYPE}"
--prefix="$DEST/$ARCH"
--without-lapack
--without-python
--with-sphinxbase="$SPHINXBASE_DIR"
|| exit 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant