jrtplib3.7.1安装错误

本文解决了一个关于rtperrors.cpp文件中出现的编译警告和错误问题,主要涉及字符串常量转换为char*的过时操作及未声明的snprintf函数。通过修改rtpdefines.h文件并引入stdio.h和string.h头文件来修复。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

rtperrors.cpp:206: warning: deprecated conversion from stringconstant to 'char*'
rtperrors.cpp:206: warning: deprecated conversion from stringconstant to 'char*'
rtperrors.cpp: In function 'std::stringRTPGetErrorString(int)':
rtperrors.cpp:225: error: 'snprintf' was not declared in thisscope
make[1]: *** [rtperrors.lo] 错误 1
make[1]:正在离开目录 /usr/src/include/jrtplib3/
make: *** [all-recursive] 错误 1

接下来更改文件把,首先是rtpdefines.h
----------------------------------------------------------------------------
#if (defined(WIN32) || defined(_WIN32_WCE))
#if (!defined(_WIN32_WCE)) &&(defined(_MSC_VER) && _MSC_VER>= 1400 )
#define RTP_SNPRINTF printf
#else
#define RTP_SNPRINTF  printf
#endif
#else
#define RTP_SNPRINTF  printf
#endif // WIN32 || _WIN32_WCE

#endif // RTPDEFINES_H

添加头文件stdio.h string.h到

rtpdefines.h
rtppacket.h
rtcpcompoundpacketbuilder.h


转载自:http://blog.sina.com.cn/s/blog_647fc4c50100k9us.html
--------------------------------------------------------------------------------

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值