[espeak-ng:master] reported: Build fails on MacOS Catalina #github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #674 Build fails on MacOS Catalina
By rhdunn:
That's strange. It should work on 64-bit. The error messages relate to compiling the "Expected a number" is from https://github.com/espeak-ng/espeak-ng/blob/master/src/libespeak-ng/compiledata.c#L819. "Expected ')'" is from https://github.com/espeak-ng/espeak-ng/blob/master/src/libespeak-ng/compiledata.c#L877. The "The phoneme feature is not recognised" messages come from the Looking at that code, we know several things:
1. the values passed to I would start by printing values and control flow in My intuition given the above information would be that the issue is at https://github.com/espeak-ng/espeak-ng/blob/master/src/libespeak-ng/compiledata.c#L760 in that it is checking for There are likely other cases like that, which would also explain why the line numbers are wrong in the output.
|
|