首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Libjingle编译中的加密错误

Libjingle编译中的加密错误
EN

Stack Overflow用户
提问于 2012-04-06 12:37:31
回答 1查看 273关注 0票数 1

当我编译最新的libjingle时,我发现了一些问题,如下:

代码语言:javascript
复制
scons: Building targets ...
________Compiling build/dbg/obj/third_party/srtp/crypto/kernel/err.o
third_party/srtp/crypto/kernel/err.c:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘err_level’
third_party/srtp/crypto/kernel/err.c:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
third_party/srtp/crypto/kernel/err.c:72: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘err_reporting_init’
third_party/srtp/crypto/kernel/err.c: In function ‘err_report’:
third_party/srtp/crypto/kernel/err.c:96: error: ‘va_list’ undeclared (first use in this function)
third_party/srtp/crypto/kernel/err.c:96: error: (Each undeclared identifier is reported only once
third_party/srtp/crypto/kernel/err.c:96: error: for each function it appears in.)
third_party/srtp/crypto/kernel/err.c:96: error: expected ‘;’ before ‘args’
third_party/srtp/crypto/kernel/err.c:98: error: ‘err_level’ undeclared (first use in this function)
cc1: warnings being treated as errors

有没有人能给我一些解决这个错误的建议?

谢谢。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-04-06 12:47:24

不熟悉libjingle库,但是编译器引用的错误是因为./configure命令(应该已经运行过)应该已经设置了目标(您的计算机)体系结构类型...x86、x86_64、arm等

您应该研究相关包的编译选项

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10039166

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档