You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
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.According to this issue: espeak-ng/espeak-ng#1035 (comment), this error can be solved by changing line 2417 to this:
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 beforemake
, but I am unsure whether it's only me having this error.The text was updated successfully, but these errors were encountered: