In order to compile the festival repo I had to add the following to speech_tools/include/EST_math.h: ``` #define finite(X) isfinite(X) ``` For some reason it didn't cause an issue when compiling the speech_tools repo...