Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-30 Thread Nick Mathewson
2012/3/29 Savg He : > yes, I put "# define int mode_t" modified "# define mode_t int", it > compiled successfully, no errors. Great! I have committed the fix to the git repository. Many thanks for reporting this. *** To unsubscr

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-29 Thread Savg He
yes, I put "# define int mode_t" modified "# define mode_t int", it compiled successfully, no errors. Also, forgive my English, I use google the translate. 在 2012年3月30日 上午3:18,Sebastian Hahn 写道: > > On Mar 28, 2012, at 5:36 PM, Nick Mathewson wrote: >> 2012/3/28 Sebastian Hahn : >>> +#define int

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-29 Thread Sebastian Hahn
On Mar 28, 2012, at 5:36 PM, Nick Mathewson wrote: > 2012/3/28 Sebastian Hahn : >> +#define int mode_t >> #endif >> >> int > > Surely that's reversed; did you mean "#define mode_t int" ? I sure did. Thanks for spotting that -.- **

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-28 Thread Nick Mathewson
2012/3/28 Savg He : > add code "#define int mode_t",but ... : > Try "#define mode_t int" instead? *** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-usersin the body.

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-28 Thread Savg He
add code "#define int mode_t",but ... : C:\Documents and Settings\qs\My Documents\Downloads\Compressed\libevent-2.0.18-s table>nmake /f Makefile.nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. cl /IWIN32-Co

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-28 Thread Nick Mathewson
2012/3/28 Sebastian Hahn : > > On Mar 28, 2012, at 4:41 PM, Savg He wrote: > >> My build environment: win xp of sp3 + visual c + + 2005 command line: >> >> >> C:\Documents and Settings\qs\My >> Documents\Downloads\Compressed\libevent-2.0.18-s >> table>nmake /f Makefile.nmake > > Can you see if thi

Re: [Libevent-users] libevent-2.0.18-stable.tar.gz can not build on win32

2012-03-28 Thread Sebastian Hahn
On Mar 28, 2012, at 4:41 PM, Savg He wrote: > My build environment: win xp of sp3 + visual c + + 2005 command line: > > > C:\Documents and Settings\qs\My > Documents\Downloads\Compressed\libevent-2.0.18-s > table>nmake /f Makefile.nmake Can you see if this patch fixes the problem for you? di