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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
libre/dns/darwin/srv.o CC /Users/zhangxinyao/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o src/md5/wrap.c:39:2: error: missing MD5 backend #error missing MD5 backend ^ src/md5/wrap.c:25:25: warning: unused parameter 'd' [-Wunused-parameter] void md5(const uint8_t *d, size_t n, uint8_t *md) ^ src/md5/wrap.c:25:35: warning: unused parameter 'n' [-Wunused-parameter] void md5(const uint8_t *d, size_t n, uint8_t *md) ^ src/md5/wrap.c:25:47: warning: unused parameter 'md' [-Wunused-parameter] void md5(const uint8_t *d, size_t n, uint8_t *md) ^ 3 warnings and 1 error generated. make[1]: *** [/Users/uname/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o] Error 1 make: *** [libre] Error 2
The text was updated successfully, but these errors were encountered:
did you find any solution?
Sorry, something went wrong.
You're missing development package for openssl. Try installing libssl-dev on debian or openssl-devel on Centos then redo the build?
Hello, do you have any idea for the eaxt same issue but on mac os monterey with m1 ? :)
No branches or pull requests
libre/dns/darwin/srv.o
CC /Users/zhangxinyao/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o
src/md5/wrap.c:39:2: error: missing MD5 backend
#error missing MD5 backend
^
src/md5/wrap.c:25:25: warning: unused parameter 'd' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
src/md5/wrap.c:25:35: warning: unused parameter 'n' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
src/md5/wrap.c:25:47: warning: unused parameter 'md' [-Wunused-parameter]
void md5(const uint8_t *d, size_t n, uint8_t *md)
^
3 warnings and 1 error generated.
make[1]: *** [/Users/uname/Documents/project/baresip/baresip-ios/build/aarch64/libre/md5/wrap.o] Error 1
make: *** [libre] Error 2
The text was updated successfully, but these errors were encountered: