libjingle ubuntu 16.04 下编程错误

前端之家收集整理的这篇文章主要介绍了libjingle ubuntu 16.04 下编程错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

________Linking build/dbg/obj/call

build/dbg/lib/libsrtp.a(aes_icm.o): In function `aes_icm_encrypt_ismacryp':

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/cipher/aes_icm.c:381: undefined reference to `aes_icm_advance_ismacryp'

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/cipher/aes_icm.c:429: undefined reference to `aes_icm_advance_ismacryp'

build/dbg/lib/libsrtp.a(srtp.o): In function `srtp_stream_init_keys':

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/srtp.c:437: undefined reference to `base_key_length'

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/srtp.c:500: undefined reference to `base_key_length'

build/dbg/lib/libsrtp.a(crypto_kernel.o): In function `crypto_kernel_load_cipher_type':

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/crypto/kernel/crypto_kernel.c:362: undefined reference to `crypto_kernel_do_load_cipher_type'

build/dbg/lib/libsrtp.a(ekt.o): In function `srtp_stream_init_from_ekt':

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:176: undefined reference to `srtcp_packet_get_ekt_spi'

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:184: undefined reference to `srtcp_packet_get_emk_location'

/home/hhyproj/libjingle-0.6.14/talk/third_party/srtp/srtp/ekt.c:191: undefined reference to `srtcp_packet_get_ekt_roc'

collect2: error: ld returned 1 exit status

scons: *** [build/dbg/obj/call] Error 1

scons: building terminated because of errors.


------------------------解决方法:将inline函数去掉inline 即可

原文链接:https://www.f2er.com/ubuntu/352319.html

猜你在找的Ubuntu相关文章