unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail

简介: unknown type name err_status_t; did you mean srtp_err_status_t/err_status_ok/err_status_replay_fail

解决办法一

改为:


srtp_err_status_t
srtp_err_status_ok
srtp_err_status_replay_fail

解决办法二

增加代码:


typedef int err_status_t;
#define err_status_ok          0
#define err_status_replay_fail 9
目录
打赏
0
0
0
0
17
分享
相关文章
【Deepin 20系统】解决Check failed: err == cudaSuccess || err == cudaErrorInvalidValue Unexpected CUDA erro
本文介绍了在使用Nvidia RTX 2070 GPU和TensorFlow 2时,解决GPU内存不足错误的方法,包括杀死占用内存的进程、重置GPU以及重启设备等方案。
115 3
OpenScManager failed , error code = 5
【10月更文挑战第7天】OpenScManager failed , error code = 5
205 3
|
8月前
|
【ERROR】Error: transaction invalidated with status (ENDORSEMENT_POLICY_FAILURE)
【ERROR】Error: transaction invalidated with status (ENDORSEMENT_POLICY_FAILURE)
66 0
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
ERROR [ntContainer#0-1] o.s.a.r.l.SimpleMessageListenerContainer 1917: Failed to check/redeclare aut
306 0
|
9月前
|
【kubernetes】解决k8s1.28.4:"command failed" err="failed to parse kubelet flag: unknown flag: --c...
【kubernetes】解决k8s1.28.4:"command failed" err="failed to parse kubelet flag: unknown flag: --c...
1462 0
|
9月前
|
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
解决(error) ERR Errors trying to SHUTDOWN. Check logs.问题~
268 0
Fail to start function, Code:1
Fail to start function, Code:1
80 2
Uncaught (in promise) Error: Request failed with status code 500
Uncaught (in promise) Error: Request failed with status code 500
557 0
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
205 1
Error:fatal error C1010: unexpected end of file while looking for precompiled head
Error:fatal error C1010: unexpected end of file while looking for precompiled head
134 0

热门文章

最新文章

AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等