Ok, after digging once more into the problem I decided to use a <b>Windows 7/32</b> machine.<br>The built worked effortless!! A very nice run.<br><br>Back to a <b>Windows 7/64</b>, I&#39;m still having troubles.<br>Some of the issue seems related to gawk while building libsofia_sip <br>
And it seems that once the issue occurs, you&#39;re stuck with the built....<br>
<br>In any case please note the following remarks:<br><b><br><br>1) if you uses Windows sdk 7.1</b><br>
<br>
edit fake-rfc2533.h and comment out :<br>
<br>
#ifdef nodef // *****add this<br>
#ifndef HAVE_STRUCT_ADDRINFO<br>
<br>
struct addrinfo {<br>
int    ai_flags;    /* AI_PASSIVE, AI_CANONNAME */<br>
int    ai_family;    /* PF_xxx */<br>
int    ai_socktype;    /* SOCK_xxx */<br>
int    ai_protocol;    /* 0 or IPPROTO_xxx for IPv4 and IPv6 */<br>
size_t    ai_addrlen;    /* length of ai_addr */<br>
char    *ai_canonname;    /* canonical name for hostname */<br>
struct sockaddr *ai_addr;    /* binary address */<br>
struct addrinfo *ai_next;    /* next structure in linked list */<br>
};<br>
#endif /* !HAVE_STRUCT_ADDRINFO */<br>
<br>
#endif      // *****add this<br><div>
<br>
<b>2) in sofia_presence.c</b><br>
    if (mod_sofia_globals.debug_presence &gt; 1) {<br>
        int i;                    // to be added<br>
        for (i = 0; i &lt; argc; i++) {</div>