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:
-
Feb 8, 2009, 5:54:17 AM (15 years ago)
- Author:
-
QuLogic
- Comment:
-
config.h errors come in all kinds...
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v59
|
v60
|
|
| 176 | 176 | ** Note: I haven't been able to get the NSIS installer to build correctly on my 64-bit Linux system. |
| 177 | 177 | |
| 178 | | ** Note 2: If you receive this error: |
| 179 | | {{{ |
| 180 | | dnsquery.c: In function `dns_thread': |
| 181 | | dnsquery.c:685: error: implicit declaration of function `getaddrinfo' |
| 182 | | dnsquery.c:685: warning: nested extern declaration of `getaddrinfo' |
| 183 | | dnsquery.c:694: error: implicit declaration of function `freeaddrinfo' |
| 184 | | dnsquery.c:694: warning: nested extern declaration of `freeaddrinfo' |
| 185 | | make[1]: *** [dnsquery.o] Error 1 |
| 186 | | }}} |
| 187 | | |
| 188 | | 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. |
| | 178 | ** Note 2: If you receive header-related errors, such as missing files (like `dlfcn.h`) or implicit declarations of functions (like `getaddrinfo`), then you probably have a leftover `config.h` from a native build that defines incorrect information. You must delete (or rename) `config.h` in order 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!