lehaison
Results
2
comments of
lehaison
It happens to me too with http://www.cstr.ed.ac.uk/downloads/festival/2.4/speech_tools-2.4-with-wrappers.tar.gz, Ubuntu 16 My solution is to modify this file: speech_tools-2.4-with-wrappers/wrappers/python/Makefile: At line 87, change from: $(subst XXX,$@,$(MAKE_SHARED_LIB)) $(LIBS) $< to: $(subst XXX,$@,$(MAKE_SHARED_LIB)) $<...
All is good. You maybe try to "make clean" before Step 1. If Step 1 is done without error, it must be good. When you import EST_Wave, in fact you...