We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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不出来相关信息,不知道问题出在了哪里,求教!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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不出来相关信息,不知道问题出在了哪里,求教!!
The text was updated successfully, but these errors were encountered: