Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 19 and Version 20 of BuildingWinPidgin


Ignore:
Timestamp:
Jun 18, 2007, 2:28:08 AM (17 years ago)
Author:
jeff
Comment:

getaddrinfo

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWinPidgin

    v19 v20  
    166166
    167167  ** Note: I haven't been able to get the NSIS installer to build correctly on my 64-bit Linux system.
     168
     169  ** Note 2: If you receive this error:
     170{{{
     171dnsquery.c: In function `dns_thread':
     172dnsquery.c:685: error: implicit declaration of function `getaddrinfo'
     173dnsquery.c:685: warning: nested extern declaration of `getaddrinfo'
     174dnsquery.c:694: error: implicit declaration of function `freeaddrinfo'
     175dnsquery.c:694: warning: nested extern declaration of `freeaddrinfo'
     176make[1]: *** [dnsquery.o] Error 1
     177}}}
     178
     179then you probably have a leftover config.h from a native build that defines HAVE_GETADDRINFO. I deleted config.h and was able to build successfully.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!