I tried compiling libevent on Windows, using WinDDK. I initially had some issues with Makefile.nmake, and then abandoned it in favor of the simple "sources" file, used by the "build" utility. There were then a few issues that prevent compilation on Windows. I'm presenting them as-is and not as a patch, since I don't know Windows well enough to vouch for a proper patch - signal handler function are defined as "__cdecl" functions - fstat doesn't exist, but _fstat does
There was also a decent number of warnings, though nothing major. I'll send a patch for these later on. *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.