Re: [Libevent-users] Compiling libevent on Windows

2010-08-13 Thread Nick Mathewson
On Fri, Aug 13, 2010 at 3:59 AM, Gilad Benjamini wrote: > and one more to end the day... > event_struct.h has this code >   #ifndef TAILQ_ENTRY >   #define _EVENT_DEFINED_TQENTRY >   #define TAILQ_ENTRY(type)                                            \ >   struct {                                

Re: [Libevent-users] Compiling libevent on Windows

2010-08-13 Thread Nick Mathewson
On Fri, Aug 13, 2010 at 3:35 AM, Gilad Benjamini wrote: > 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. Hi, Gilad! FYI, it is *way way easier* for

RE: [Libevent-users] Compiling libevent on Windows

2010-08-13 Thread Gilad Benjamini
and one more to end the day... event_struct.h has this code #ifndef TAILQ_ENTRY #define _EVENT_DEFINED_TQENTRY #define TAILQ_ENTRY(type)\ struct { \ struct type *tqe_next; /*