Hello Sir, I am trying to compile pjsip 2.1 for ios 7.0 using terminal according to this Dcument: https://trac.pjsip.org/repos/wiki/Getting-Started/iPhone I am using Mac 10.9.3 for this. So I am performing some changes in pj/sock.h file . In this file I am defining a structure in pj/sock.h like this: typedef struct Demo { int x; }Demo; and in sock_bsd.c file I am declaring a variable of Demo: Demo d; For this I am using following Commands:--- 1. ./configure- iphone :-------Executing Well 2. make dep:-------------------Executing Well 3. make :------------------------Giving Following Error:--- unknown type name Demo; So give me a solution for this error Thanks in advance regards Ashish Gour -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140729/6878707a/attachment.html>