Re: [Libevent-users] build libevent2 in windows without thread support

2012-11-15 Thread JiangHao
yes,i do not need iocp.because my project is cross platform.iocp is diffrient from select,epoll.. i have tried ,but it's not success. the nmake report follow errors: nmake /F Makefile.nmake static_libs evthread_win32.c(300) : error C2079: 'cbs' uses undefined struct 'evthread_lock_callbacks' e

Re: [Libevent-users] build libevent2 in windows without thread support

2012-11-15 Thread Nick Mathewson
On Thu, Nov 15, 2012 at 9:01 PM, JiangHao wrote: > i only use select in windows,and don't care about thread.so i want to > build libevent2 without thread support,then I edit the event-config.h,add > #define _EVENT_DISABLE_THREAD_SUPPORT,and > use nmake to build libevent2. > is that ok?do i missin