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

unimrcp make 编译出现下面错误 #14

Open
sevenler opened this issue Mar 27, 2019 · 0 comments
Open

unimrcp make 编译出现下面错误 #14

sevenler opened this issue Mar 27, 2019 · 0 comments

Comments

@sevenler
Copy link

src/xfyun_synth_engine.c:311:35: warning: passing 'const void *' to parameter of type 'void *' discards
qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
mpf_buffer_audio_write(buffer, data, audio_len);
^~~~
../../libs/mpf/include/mpf_buffer.h:43:63: note: passing argument to parameter 'data' here
apt_bool_t mpf_buffer_audio_write(mpf_buffer_t *buffer, void *data, apr_size_t size);
^
1 warning generated.
CCLD xfyunsynth.la
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [xfyunsynth.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

关键词也google不出来相关信息,不知道问题出在了哪里,求教!!

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

1 participant