[Libevent-users] Status win32 build in libevent

2008-06-01 Thread Brodie Thiesfield
Hi all, I've been trying to build libevent on win32 but am finding a few problems. 1) The VC6 workspace/projects in the 1.4.4 tar file are corrupted because they don't use CRLF line endings (VC6 and VC2003 refuse to open them, but easy fixed when you know the problem). 2) Once opened, libevent

[Libevent-users] Re: Status win32 build in libevent

2008-06-13 Thread Brodie Thiesfield
Hi, I created my own win32 build for libevent 1.4.4 since there wasn't one available that works. No guarantees, no support. http://code.jellycan.com/memcached/ Cheers, Brodie On Mon, Jun 2, 2008 at 8:57 AM, Brodie Thiesfield [EMAIL PROTECTED] wrote: Hi all, I've been trying to build

Re: [Libevent-users] ANN: Libevent 1.4.5-stable released

2008-06-25 Thread Brodie Thiesfield
Niels Provos wrote: On Wed, Jun 25, 2008 at 7:51 PM, Brodie Thiesfield [EMAIL PROTECTED] wrote: This still doesn't build for me on Windows. If I am missing some requirements please let me know. Perhaps there should be a readme for Windows building as well? Steps to reproduce: * extract

[Libevent-users] libevent cmake scripts

2009-07-24 Thread Brodie Thiesfield
Hi all, It's been a while since I looked in at libevent. I appreciate greatly the fact that libevent 1.4.11 now builds out of the box on Windows. Since I am using cmake now for my internal build harness, I found it easy to create a cmake build script for libevent. This will generate the all

Re: [Libevent-users] libevent cmake scripts

2009-07-24 Thread Brodie Thiesfield
On Fri, Jul 24, 2009 at 9:42 PM, q6Yr7e0o nIJDVMjCu9oqc...@googlemail.com wrote: Would it be possible to create cmake scripts for 2.x, too since they will much likely be included into the release I'll look into it, but at the moment I'm using 1.4.* releases. Incidently, the 1.4.12 release works

Re: [Libevent-users] libevent cmake scripts

2009-07-26 Thread Brodie Thiesfield
Hi all, On Sat, Jul 25, 2009 at 1:13 PM, Nick Mathewsonni...@freehaven.net wrote: On Sat, Jul 25, 2009 at 01:07:40PM +0900, Brodie Thiesfield wrote: On Fri, Jul 24, 2009 at 9:42 PM, q6Yr7e0o nIJDVMjCu9oqc...@googlemail.com wrote: Would it be possible to create cmake scripts for 2.x, too

[Libevent-users] 2.0.4-alpha on windows

2010-03-07 Thread Brodie Thiesfield
Hi, I've just tried the latest libevent2 with Windows. It needs a couple of fixes as below. Also I have attached a couple of cmake files that will create build projects for Windows for anyone interested (1 file for main dir, 1 file for test dir, and no attempt to make it work for unixen).