festvox / flite

A small fast portable speech synthesis system
Other
859 stars 186 forks source link

Race condition when building on Linux #99

Open Justinzobel opened 12 months ago

Justinzobel commented 12 months ago

This error happens unless make is run with only one job (-j 1). *** No rule to make target 'flite_voice_list.c', needed by 'all'

Lxtharia commented 11 months ago

Thank you, i got the same error but I didn't know it works by running it with only one job!