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
et [mailto:owner-libevent- > us...@freehaven.net] On Behalf Of Gilad Benjamini > Sent: Friday, August 13, 2010 12:35 AM > To: libevent-us...@freehaven.net > Subject: [Libevent-users] Compiling libevent on Windows > > I tried compiling libevent on Windows, using WinDDK.

[Libevent-users] Compiling libevent on Windows

2010-08-13 Thread Gilad Benjamini
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 pa