Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting undefined reference to 'us_tokenwords' while running make for indic voice #9

Open
irhspur opened this issue Apr 11, 2018 · 1 comment

Comments

@irhspur
Copy link

irhspur commented Apr 11, 2018

Hi. Would really appreciate any help. I am trying to convert indic clustergen voice built using festival to flite. But I am getting
flite-2.0.0-release/lang/cmu_indic_lang/cmu_indic_lang.c:89: undefined reference to us_tokentowords
while running make in flite directory

@festvox
Copy link
Owner

festvox commented Apr 13, 2018

The indic voices require us english to be linked as well (so they can do they speak romainized English words too -- as they are so common in online text. This is fixed automatically in 2.1, but you need to hand add

-lflite_usenglish -lflite_cmulex

to LOCAL_LANGLEX_LIBS in the Makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants