As a note [in case there are followers], appears that for configure.make to work in a mingw environment, ev_win32.c and event.h both need (for some reason)
#include <sys/time.h> #include <time.h> at the top [for the timezone/timeval structs]. This overcomes compile errors similar to: In file included from event.c:51: event.h:115: warning: "struct timeval" declared inside parameter list in mingw Thanks! -=R _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
