Niels Provos wrote:
I am happy to announce the release of libevent 1.4.5-stable.  You can
download the source here:

    http://monkey.org/~provos/libevent-1.4.5-stable.tar.gz


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 1.4.5 archive
* open .dsw in Visual Studio 6 (or 2003, or 2005)
* batch build, rebuild all

Results:
* lots of errors like the following


--------------------Configuration: libevent - Win32 Debug--------------------
Compiling...
log.c
d:\downloads\libevent-1.4.5-stable\event.h(167) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
event.c
d:\downloads\libevent-1.4.5-stable\event.h(167) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
misc.c
fatal error C1083: Cannot open source file: 'D:\Downloads\libevent-1.4.5-stable\WIN32-Code\misc.c': No such file or directory
win32.c
d:\downloads\libevent-1.4.5-stable\event.h(167) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
Error executing cl.exe.

event_test.exe - 4 error(s), 0 warning(s)

--------------------Configuration: signal_test - Win32 Debug--------------------
Compiling...
signal-test.c
d:\downloads\libevent-1.4.5-stable\event.h(167) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
Error executing cl.exe.

signal_test.exe - 1 error(s), 0 warning(s)

_______________________________________________
Libevent-users mailing list
[email protected]
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to