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

undefined reference to `HTS_Engine_generate_sample_wave' #9

Open
blues-green opened this issue Oct 17, 2019 · 1 comment
Open

undefined reference to `HTS_Engine_generate_sample_wave' #9

blues-green opened this issue Oct 17, 2019 · 1 comment

Comments

@blues-green
Copy link

make的时候出现这个问题:
Making all in lib
make[1]: Entering directory '/home/j/Documents/singing-synthesis/Sinsy-Remix-master/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/j/Documents/singing-synthesis/Sinsy-Remix-master/lib'
Making all in bin
make[1]: Entering directory '/home/j/Documents/singing-synthesis/Sinsy-Remix-master/bin'
g++ -g -O2 -o sinsy sinsy-console.o ../lib/libSinsy.a /usr/local/lib/libHTSEngine.a -lm
../lib/libSinsy.a(HtsEngine.o): In function sinsy::HtsEngine::synthesize(sinsy::LabelStrings const&, sinsy::SynthConditionImpl&)': /home/j/Documents/singing-synthesis/Sinsy-Remix-master/lib/hts_engine_API/HtsEngine.cpp:209: undefined reference to HTS_Engine_generate_sample_wave'
collect2: error: ld returned 1 exit status
Makefile:353: recipe for target 'sinsy' failed
make[1]: *** [sinsy] Error 1
make[1]: Leaving directory '/home/j/Documents/singing-synthesis/Sinsy-Remix-master/bin'
Makefile:416: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

@hyperzlib
Copy link
Owner

这个应该是HTSEngine.a编译的问题。一般是.configure时没有指定正确的HTS_engine_API目录

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