|
From: Patrick G. <pa...@pa...> - 2009-11-09 20:46:36
|
Hi all, Does anyone out there have libevent successfully compiled on windows? I have this error only on windows 64, but not 32-bit: evdns.c: At top level: evdns.c:2340:5: error: conflicting types for 'evdns_resolve_reverse_ipv6' evdns.h:362:5: note: previous declaration of 'evdns_resolve_reverse_ipv6' was he re evdns.c: In function 'evdns_resolve_reverse_ipv6': evdns.c:2349:15: error: 'const struct in6_addr' has no member named 'u' make[2]: *** [evdns.lo] Error 1 make[2]: Leaving directory `/c/Users/Administrator/code-dev/libevent-1.4.12-stab le' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/Users/Administrator/code-dev/libevent-1.4.12-stab le' make: *** [all] Error 2 Thanks in advance for any help on this! My intention here is to compile a win64 binary of memcached --Patrick |