[Libevent-users] Building with Visual Studio

2009-05-14 Thread Rush Manbert
Hi, I have done some searching and have read a couple of posts on this subject, but nothing that quite answers my questions. I am writing a Windows port of the Thrift RPC library (http://incubator.apache.org/thrift/ ) that will build in Visual Studio with no Cygwin or other *nix/Posix

Re: [Libevent-users] Building with Visual Studio

2009-05-14 Thread William Ahern
On Thu, May 14, 2009 at 04:58:02PM -0700, Rush Manbert wrote: snip I have two questions: 1) Why doesn't libevent as released just build in Visual Studio if this was so easy to accomplish for me? Or have I missed something? I don't maintain libevent, but I'd guess any issues exist for the

Re: [Libevent-users] Building with Visual Studio

2009-05-14 Thread Nick Mathewson
On Thu, May 14, 2009 at 04:58:02PM -0700, Rush Manbert wrote: Hi, I have done some searching and have read a couple of posts on this subject, but nothing that quite answers my questions. I am writing a Windows port of the Thrift RPC library (http://incubator.apache.org/thrift/ ) that

Re: [Libevent-users] Building with Visual Studio

2009-05-14 Thread Peter Ross
On Fri, May 15, 2009 at 11:41 AM, Nick Mathewson wrote: (Also, once 2.0.2-alpha is out, somebody needs to work on decent project files for the 2.0.x series.  The ones we have now are kind of stupid and crufty.) Would you consider using cmake? I know KDE switched to using cmake, because