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.
- Timestamp:
-
Jun 18, 2007, 2:28:08 AM (17 years ago)
- Author:
-
jeff
- Comment:
-
getaddrinfo
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v19
|
v20
|
|
166 | 166 | |
167 | 167 | ** 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 | {{{ |
| 171 | dnsquery.c: In function `dns_thread': |
| 172 | dnsquery.c:685: error: implicit declaration of function `getaddrinfo' |
| 173 | dnsquery.c:685: warning: nested extern declaration of `getaddrinfo' |
| 174 | dnsquery.c:694: error: implicit declaration of function `freeaddrinfo' |
| 175 | dnsquery.c:694: warning: nested extern declaration of `freeaddrinfo' |
| 176 | make[1]: *** [dnsquery.o] Error 1 |
| 177 | }}} |
| 178 | |
| 179 | then 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!