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

Error when installing espeak-ng (and its solution) #11

Open
unilight opened this issue Jan 30, 2024 · 1 comment
Open

Error when installing espeak-ng (and its solution) #11

unilight opened this issue Jan 30, 2024 · 1 comment

Comments

@unilight
Copy link

This is not an error related to this toolkit but rather to espeak-ng.
I am using a Linux-based OS.
In 00_install.sh, espeak-ng is installed by compiling the source code downloaded from the repo (version 1.51).
When executing make, the following error will appear.

Makefile:2417: *** missing separator.  Stop.

According to this issue: espeak-ng/espeak-ng#1035 (comment), this error can be solved by changing line 2417 to this:

docs_MARKDOWN = $(wildcard docs/*.md docs/*/*.md docs/*/*/*.md)

and then execute the proceeding commands (starting from make).

In the original espeak-ng, this error is probably solved but not reflected in the 1.51 package.
I guess in 00_install.sh, we can do the replacement before make, but I am unsure whether it's only me having this error.

@pchampio
Copy link

pchampio commented Feb 8, 2024

Hello,

What is your make version ( make --version) ?
Your make bin might be too old, I'll sumbit a PR to add make to the conda req so that we are all on the same version.

pchampio added a commit to pchampio/VoicePAT that referenced this issue Feb 8, 2024
SarinaMeyer added a commit that referenced this issue Feb 13, 2024
Add make to MAMBA_PACKAGES_TO_INSTALL fix:#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants