<div dir="ltr"><div dir="ltr">On Fri, Mar 13, 2020 at 9:27 AM Administrator <<a href="mailto:admin@tootai.net">admin@tootai.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, <br>
I can't compile asterisk having error<br>
<br>
[CC] res_rtp_asterisk.c -> res_rtp_asterisk.o<br>
res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct <br>
pj_ice_sess_cb’} has no member named ‘on_valid_pair’<br>
.on_valid_pair = ast_rtp_on_valid_pair,<br>
^~~~~~~~~~~~~<br>
res_rtp_asterisk.c:2674:19: warning: initialization of ‘void <br>
(*)(pj_ice_sess *, pj_status_t)’ {aka ‘void (*)(struct pj_ice_sess *, <br>
int)’} from incompatible pointer type ‘void (*)(pj_ice_sess *)’ {aka <br>
‘void (*)(struct pj_ice_sess *)’} [-Wincompatible-pointer-types]<br>
.on_valid_pair = ast_rtp_on_valid_pair,<br>
^~~~~~~~~~~~~~~~~~~~~<br>
res_rtp_asterisk.c:2674:19: note: (near initialization for <br>
‘ast_rtp_ice_sess_cb.on_ice_complete’)<br>
make[1]: *** [/usr/src/asterisk-16.9.0/Makefile.rules:164: <br>
res_rtp_asterisk.o] Error 1<br>
make: *** [Makefile:383: res] Error 2<br>
<br>
I applied the patch and did make clean && ./configure <br>
--with-pjproject-bundled && make which give this error. Openssl is <br>
installed. On the other server there was no problem.<br>
<br>
Any clue ?<br></blockquote><div><br></div><div>If you do "make distclean" and then rebuild does it resolve the problem? Did you apply the patch to upgrade? </div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><font color="#073763">Joshua C. Colp</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Asterisk Technical Lead</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Sangoma Technologies</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Check us out at <a href="http://www.sangoma.com" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><br></div></div></div></div></div></div></div></div></div></div></div>